summaryrefslogtreecommitdiff
path: root/girepository/gitypelib.c
diff options
context:
space:
mode:
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
*