From 8f67472d52cabfeb32f7d6b6dc3457a94dda0174 Mon Sep 17 00:00:00 2001 From: Andreas Rottmann Date: Mon, 12 Jan 2009 20:57:02 +0000 Subject: [PATCH] =?utf8?q?Bug=20566404=20=E2=80=93=20Annotations=20for=20G?= =?utf8?q?Lib?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 2009-01-03 Andreas Rottmann Bug 566404 – Annotations for GLib * gir/glib-2.0.c: Added allow-none annotations for g_thread_init() and g_main_loop_new(). svn path=/trunk/; revision=1020 --- ChangeLog | 9 ++++++++- gir/glib-2.0.c | 11 +++++++++++ 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 56eedfa..dcb977e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,14 @@ +2009-01-03 Andreas Rottmann + + Bug 566404 – Annotations for GLib + + * gir/glib-2.0.c: Added allow-none annotations for g_thread_init() + and g_main_loop_new(). + 2009-01-12 Johan Dahlin Bug 566419 – Element type of arrays not properly handled in all cases - + * giscanner/annotationparser.py: * tests/scanner/annotation-1.0-expected.gir: * tests/scanner/annotation-1.0-expected.tgir: diff --git a/gir/glib-2.0.c b/gir/glib-2.0.c index 87b6e84..f41b939 100644 --- a/gir/glib-2.0.c +++ b/gir/glib-2.0.c @@ -9,3 +9,14 @@ * Return value: (transfer full): */ +/** +* g_thread_init: +* @vtable: (allow-none): +*/ + +/** + * g_main_loop_new: + * @context: (allow-none): + */ + + -- 2.7.4