From 34c141e6f28335e1ba7daab429edda09492dad97 Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 23 Jan 2014 17:28:21 +0100 Subject: Update glib annotations from git master --- gir/glib-2.0.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'gir/glib-2.0.c') diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index a1bbb4fc..bb403b15 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -15142,7 +15142,7 @@ /** * g_free: - * @mem: the memory to free + * @mem: (allow-none): the memory to free * * Frees the memory pointed to by @mem. * If @mem is %NULL it simply returns. @@ -23550,7 +23550,7 @@ /** * g_realloc: - * @mem: the memory to reallocate + * @mem: (allow-none): the memory to reallocate * @n_bytes: new size of the memory in bytes * * Reallocates the memory pointed to by @mem, so that it now has space for @@ -23565,7 +23565,7 @@ /** * g_realloc_n: - * @mem: the memory to reallocate + * @mem: (allow-none): the memory to reallocate * @n_blocks: the number of blocks to allocate * @n_block_bytes: the size of each block in bytes * -- cgit v1.2.1