From a737daa16e458e87f189c2535f11f4bd2dde8f1a Mon Sep 17 00:00:00 2001 From: Dieter Verfaillie Date: Thu, 10 Oct 2013 22:21:18 +0200 Subject: docs: fix up reference docs a bit - require GTK-Doc 1.19 - remove sgml mode - automatically generate gi.types (needs GTK-Doc 1.19) - fix https://bugzilla.gnome.org/show_bug.cgi?id=700025 [WIP] - rearange sections a bit [WIP] - add gi-building, gi-programming sections [WIP] - mark missing docs with TODO, which is only marginaly better than nothing but at least can be grepped :) https://bugzilla.gnome.org/show_bug.cgi?id=571648 --- girepository/giobjectinfo.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'girepository/giobjectinfo.c') diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c index 7ba2a93b..b0aff37c 100644 --- a/girepository/giobjectinfo.c +++ b/girepository/giobjectinfo.c @@ -28,8 +28,8 @@ /** * SECTION:giobjectinfo - * @Short_description: Struct representing a GObject - * @Title: GIObjectInfo + * @title: GIObjectInfo + * @short_description: Struct representing a GObject * * GIObjectInfo represents a #GObject. This doesn't represent a specific * instance of a GObject, instead this represent the object type (eg class). @@ -534,6 +534,8 @@ g_object_info_get_signal (GIObjectInfo *info, * @info: a #GIObjectInfo * @name: Name of signal * + * TODO + * * Returns: Info for the signal with name @name in @info, or %NULL on failure. */ GISignalInfo * -- cgit v1.2.1 From d9656dbaa6caba0088ae6005afaf315df691cbff Mon Sep 17 00:00:00 2001 From: Rico Tzschichholz Date: Thu, 23 Jan 2014 17:19:41 +0100 Subject: giobjectinfo: Add missing transfer annotation to find_signal () --- girepository/giobjectinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'girepository/giobjectinfo.c') diff --git a/girepository/giobjectinfo.c b/girepository/giobjectinfo.c index b0aff37c..3e3b312c 100644 --- a/girepository/giobjectinfo.c +++ b/girepository/giobjectinfo.c @@ -536,7 +536,7 @@ g_object_info_get_signal (GIObjectInfo *info, * * TODO * - * Returns: Info for the signal with name @name in @info, or %NULL on failure. + * Returns: (transfer full): Info for the signal with name @name in @info, or %NULL on failure. */ GISignalInfo * g_object_info_find_signal (GIObjectInfo *info, -- cgit v1.2.1