forked from AuroraMiddleware/gtk
Fix annotation syntax for gtk_widget_class_path
(cherry picked from commit c609c4e807
)
This commit is contained in:
parent
3511fe4355
commit
1af84d33f7
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user