[introspection] Move over annotations

Move all the annotations over from gobject-introspection.

They will not be used directly by the introspection scanner for now,
instead they will be extracted by a script and updated manually
until introspection is properly integrated into the glib build
This commit is contained in:
Johan Dahlin
2010-09-24 15:51:26 -03:00
committed by Johan Dahlin
parent 0927dda8ad
commit 835f9cb310
18 changed files with 57 additions and 51 deletions

View File

@@ -1066,7 +1066,7 @@ enumerate_mimetypes_dir (const char *dir,
* g_list_free (list);
* </programlisting>
*
* Returns: #GList of the registered content types
* Returns: (element-type utf8) (transfer full): #GList of the registered content types
*/
GList *
g_content_types_get_registered (void)