gtk: add "Since: 3.2" to gtk_widget_path_to_string()

This commit is contained in:
Michael Natterer
2011-03-27 15:43:31 +02:00
parent e829d9c94c
commit abe63e8aa1

View File

@ -236,6 +236,8 @@ gtk_widget_path_length (const GtkWidgetPath *path)
* g_print() the path or dump it in a gdb session. * g_print() the path or dump it in a gdb session.
* *
* Returns: A new string describing @path. * Returns: A new string describing @path.
*
* Since: 3.2
**/ **/
char * char *
gtk_widget_path_to_string (const GtkWidgetPath *path) gtk_widget_path_to_string (const GtkWidgetPath *path)