diff options
author | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-18 06:37:11 +0100 |
---|---|---|
committer | Pavel Holejsovsky <pholejs@src.gnome.org> | 2011-01-20 13:57:21 +0100 |
commit | 374e76a19dac87676995356f6daacb10f4bb6e36 (patch) | |
tree | a91c71d7d3766541344472d2d61eccf7bfa31804 /gtk/gtkbindings.c | |
parent | 2fb1c064020c5db189285b1d5e8b8dcea8e9d09b (diff) | |
download | gtk+-374e76a19dac87676995356f6daacb10f4bb6e36.tar.gz |
[GI] Mark unintrospectable constructs as (skip)
Also adds 'Rename to:' annotation to some constructs replacing the
skipped ones.
Diffstat (limited to 'gtk/gtkbindings.c')
-rw-r--r-- | gtk/gtkbindings.c | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/gtk/gtkbindings.c b/gtk/gtkbindings.c index 21820b7c1e..70a6418657 100644 --- a/gtk/gtkbindings.c +++ b/gtk/gtkbindings.c @@ -577,13 +577,13 @@ gtk_binding_entry_activate (GtkBindingEntry *entry, } /** - * gtk_binding_set_new: + * gtk_binding_set_new: (skip) * @set_name: unique name of this binding set * * GTK+ maintains a global list of binding sets. Each binding set has * a unique name which needs to be specified upon creation. * - * Return value: new binding set + * Return value: (transfer full): new binding set */ GtkBindingSet* gtk_binding_set_new (const gchar *set_name) @@ -607,14 +607,15 @@ gtk_binding_set_new (const gchar *set_name) } /** - * gtk_binding_set_by_class: + * gtk_binding_set_by_class: (skip) * @object_class: a valid #GObject class * * This function returns the binding set named after the type name of * the passed in class structure. New binding sets are created on * demand by this function. * - * Return value: the binding set corresponding to @object_class + * Return value: (transfer full): the binding set corresponding to + * @object_class */ GtkBindingSet* gtk_binding_set_by_class (gpointer object_class) |