diff options
Diffstat (limited to 'gtk/gtkstyleproperties.c')
-rw-r--r-- | gtk/gtkstyleproperties.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkstyleproperties.c b/gtk/gtkstyleproperties.c index c22da446f7..0eff9ccd61 100644 --- a/gtk/gtkstyleproperties.c +++ b/gtk/gtkstyleproperties.c @@ -406,7 +406,7 @@ property_node_lookup (GQuark quark) /* Property registration functions */ /** - * gtk_style_properties_register_property: + * gtk_style_properties_register_property: (skip) * @parse_func: parsing function to use, or %NULL * @pspec: the #GParamSpec for the new property * @@ -457,10 +457,10 @@ gtk_style_properties_register_property (GtkStylePropertyParser parse_func, } /** - * gtk_style_properties_lookup_property: + * gtk_style_properties_lookup_property: (skip) * @property_name: property name to look up * @parse_func: (out): return location for the parse function - * @pspec: (out): return location for the #GParamSpec + * @pspec: (out) (transfer none): return location for the #GParamSpec * * Returns %TRUE if a property has been registered, if @pspec or * @parse_func are not %NULL, the #GParamSpec and parsing function |