summaryrefslogtreecommitdiff
path: root/gtk/gtkwidgetpath.c
diff options
context:
space:
mode:
authorMichael Natterer <mitch@gimp.org>2011-03-27 15:43:31 +0200
committerMichael Natterer <mitch@gimp.org>2011-03-27 15:43:31 +0200
commitabe63e8aa16f634758ff090702576943960c896a (patch)
treebe0fa9dbaeeb95591666b43347561461f8cdba3a /gtk/gtkwidgetpath.c
parente829d9c94c0b03035b07e11b440157e37da517d5 (diff)
downloadgtk+-abe63e8aa16f634758ff090702576943960c896a.tar.gz
gtk: add "Since: 3.2" to gtk_widget_path_to_string()
Diffstat (limited to 'gtk/gtkwidgetpath.c')
-rw-r--r--gtk/gtkwidgetpath.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/gtk/gtkwidgetpath.c b/gtk/gtkwidgetpath.c
index b59229a3ab..384cd5f82b 100644
--- a/gtk/gtkwidgetpath.c
+++ b/gtk/gtkwidgetpath.c
@@ -231,11 +231,13 @@ gtk_widget_path_length (const GtkWidgetPath *path)
* Dumps the widget path into a string representation. It tries to match
* the CSS style as closely as possible (Note that there might be paths
* that cannot be represented in CSS).
- *
+ *
* The main use of this code is for debugging purposes, so that you can
* g_print() the path or dump it in a gdb session.
*
* Returns: A new string describing @path.
+ *
+ * Since: 3.2
**/
char *
gtk_widget_path_to_string (const GtkWidgetPath *path)