Fix introspection for list families
authorAlberto Ruiz <aruiz@gnome.org>
Fri, 15 Apr 2011 02:14:21 +0000 (03:14 +0100)
committerAlberto Ruiz <aruiz@gnome.org>
Fri, 15 Apr 2011 02:14:21 +0000 (03:14 +0100)
pango/pango-context.c

index 6ec0b56..0d650bd 100644 (file)
@@ -243,9 +243,9 @@ pango_context_get_font_map (PangoContext *context)
 /**
  * pango_context_list_families:
  * @context: a #PangoContext
- * @families: location to store a pointer to an array of #PangoFontFamily *.
+ * @families: (out) (array length=n_families): location to store a pointer to an array of #PangoFontFamily *.
  *            This array should be freed with g_free().
- * @n_families: location to store the number of elements in @descs
+ * @n_families: (out): location to store the number of elements in @descs
  *
  * List all families for a context.
  **/