From baacc6da45b252e8c510a6e69fd7332f51dd961e Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Thu, 3 Mar 2011 10:37:07 -0600 Subject: Changing comment so it can get some GIR lovin' --- libdbusmenu-glib/server.c | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (limited to 'libdbusmenu-glib/server.c') diff --git a/libdbusmenu-glib/server.c b/libdbusmenu-glib/server.c index 7421747..810fc05 100644 --- a/libdbusmenu-glib/server.c +++ b/libdbusmenu-glib/server.c @@ -1728,15 +1728,15 @@ dbusmenu_server_set_status (DbusmenuServer * server, DbusmenuStatus status) } /** - dbusmenu_server_get_icon_paths: - @server: The #DbusmenuServer to get the icon paths from - - Gets the stored and exported icon paths from the server. - - Return value: A NULL-terminated list of icon paths with - memory managed by the server. Duplicate if you want - to keep them. -*/ + * dbusmenu_server_get_icon_paths: + * @server: The #DbusmenuServer to get the icon paths from + * + * Gets the stored and exported icon paths from the server. + * + * Return value: (transfer none): A NULL-terminated list of icon paths with + * memory managed by the server. Duplicate if you want + * to keep them. + */ const GStrv dbusmenu_server_get_icon_paths (DbusmenuServer * server) { -- cgit v1.2.3