summaryrefslogtreecommitdiff
path: root/girepository/gitypelib.c
diff options
context:
space:
mode:
authorPavel Holejsovsky <pavel.holejsovsky@gmail.com>2010-09-10 14:33:15 +0200
committerJohan Dahlin <johan@gnome.org>2010-09-15 09:48:46 -0300
commit517400b8279cd68f6c1e6d16457d9471ddf0a6b2 (patch)
treeb7da9f1ec00a8e985769dfb574c46ac3b000630d /girepository/gitypelib.c
parent34d35c5aa0827832fac3b3cc07643a96d3547c88 (diff)
downloadgobject-introspection-517400b8279cd68f6c1e6d16457d9471ddf0a6b2.tar.gz
Update annotations for GIRepository.Repository.
https://bugzilla.gnome.org/show_bug.cgi?id=628753
Diffstat (limited to 'girepository/gitypelib.c')
-rw-r--r--girepository/gitypelib.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/girepository/gitypelib.c b/girepository/gitypelib.c
index faeb3fc9..9e818b99 100644
--- a/girepository/gitypelib.c
+++ b/girepository/gitypelib.c
@@ -2069,7 +2069,7 @@ _g_typelib_ensure_open (GITypelib *typelib)
}
/**
- * g_typelib_new_from_memory:
+ * g_typelib_new_from_memory: (skip)
* @memory: address of memory chunk containing the typelib
* @len: length of memory chunk containing the typelib
* @error: a #GError
@@ -2100,7 +2100,7 @@ g_typelib_new_from_memory (guint8 *memory,
}
/**
- * g_typelib_new_from_const_memory:
+ * g_typelib_new_from_const_memory: (skip)
* @memory: address of memory chunk containing the typelib
* @len: length of memory chunk containing the typelib
* @error: A #GError
@@ -2129,7 +2129,7 @@ g_typelib_new_from_const_memory (const guchar *memory,
}
/**
- * g_typelib_new_from_mapped_file:
+ * g_typelib_new_from_mapped_file: (skip)
* @mfile: a #GMappedFile, that will be free'd when the repository is destroyed
* @error: a #GError
*