[gtk+/gtk-2-22] Fix annotation syntax for gtk_widget_class_path (cherry picked from commit c609c4e807b9029ca5b3ba90d



commit 1af84d33f74228deadb8aee8d3a71ea98b778fab
Author: Colin Walters <walters verbum org>
Date:   Tue Jul 6 15:49:41 2010 -0400

    Fix annotation syntax for gtk_widget_class_path
    (cherry picked from commit c609c4e807b9029ca5b3ba90d084980ef4a64a21)

 gtk/gtkwidget.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkwidget.c b/gtk/gtkwidget.c
index c55fc38..ade759e 100644
--- a/gtk/gtkwidget.c
+++ b/gtk/gtkwidget.c
@@ -10069,8 +10069,8 @@ gtk_widget_path (GtkWidget *widget,
  * gtk_widget_class_path:
  * @widget: a #GtkWidget
  * @path_length: (out) (allow-none): location to store the length of the class path, or %NULL
- * @path: (out) (allow-none) location to store the class path as an allocated string, or %NULL
- * @path_reversed: (out) (allow-none) location to store the reverse class path as an allocated
+ * @path: (out) (allow-none): location to store the class path as an allocated string, or %NULL
+ * @path_reversed: (out) (allow-none): location to store the reverse class path as an allocated
  *    string, or %NULL
  *
  * Same as gtk_widget_path(), but always uses the name of a widget's type,



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]