Fix a couple of broken annotations
authorJohan Dahlin <johan@gnome.org>
Fri, 24 Sep 2010 02:21:57 +0000 (23:21 -0300)
committerJohan Dahlin <johan@gnome.org>
Fri, 24 Sep 2010 14:03:51 +0000 (11:03 -0300)
gir/gio-2.0.c
gir/glib-2.0.c
tests/scanner/annotation.c
tests/scanner/annotation.h

index 7f0e8ee..33906a0 100644 (file)
  * @settings:
  * @key:
  *
- * Return value: (array zero-terminated-1) (transfer full):
+ * Return value: (array zero-terminated=1) (transfer full):
  */
 
 /**
  * g_settings_set_strv:
  * @settings:
  * @key:
- * @value: (array zero-terminated-1):
+ * @value: (array zero-terminated=1):
  *
  */
 
index 3fde21d..f5aa8a5 100644 (file)
 
 /**
  * GSourceFunc:
- * @data: (closure):
+ * @data: (closure data):
  */
 
 /**
  * GIOFunc:
- * @data: (closure):
+ * @data: (closure data):
  */
 
 /**
index e2e0991..275ec0d 100644 (file)
@@ -290,7 +290,7 @@ annotation_object_calleeowns (AnnotationObject *object, GObject **toown)
  *
  * This is a test for out arguments, one transferred, other not
  *
- * @toown1: (out) (transfer): a #GObject
+ * @toown1: (out) (transfer full): a #GObject
  * @toown2: (out) (transfer none): a #GObject
  * Return value: an int
  */
index e4f2906..559ea70 100644 (file)
@@ -23,7 +23,7 @@ typedef GList* (*AnnotationListCallback) (GList *in);
 
 /**
  * AnnotationNotifyFunc:
- * @data: (closure): The user data
+ * @data: (closure data): The user data
  *
  * This is a callback with a 'closure' argument that is not named
  * 'user_data' and hence has to be annotated.