diff options
author | Colin Walters <walters@verbum.org> | 2009-06-09 15:51:57 -0400 |
---|---|---|
committer | Colin Walters <walters@verbum.org> | 2009-06-09 15:51:57 -0400 |
commit | f2a7cf92e8655a1ae9adf18ab7f1ac166a154ba1 (patch) | |
tree | c0a48e0583ba492259a8c539a9356441cc56177b /gir/gobject-2.0.c | |
parent | 87db94d98c133998f4f8156719256bbeedfdd5c0 (diff) | |
download | gobject-introspection-f2a7cf92e8655a1ae9adf18ab7f1ac166a154ba1.tar.gz |
Bug 577546 - More annotations for GLib, GObject, Gio
Patch modified from one by Norbert Freese <nf2.email@gmail.com>.
Diffstat (limited to 'gir/gobject-2.0.c')
-rw-r--r-- | gir/gobject-2.0.c | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gir/gobject-2.0.c b/gir/gobject-2.0.c new file mode 100644 index 00000000..07721fd2 --- /dev/null +++ b/gir/gobject-2.0.c @@ -0,0 +1,15 @@ + +/** + * g_object_add_weak_pointer: + * @weak_pointer_location: (inout) + */ + +/** + * g_object_remove_weak_pointer: + * @weak_pointer_location: (inout) + */ + +/** + * g_object_class_list_properties: + * Return value: (array length=n_properties) (transfer full): + */ |