diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 10:37:07 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 10:37:07 -0600 |
commit | baacc6da45b252e8c510a6e69fd7332f51dd961e (patch) | |
tree | ab9d7a515ac200937cccf3e854c9dab4bb57c86a | |
parent | c975ec882ef2842aec03e799c5fc807d8dc6c3b4 (diff) | |
download | libdbusmenu-baacc6da45b252e8c510a6e69fd7332f51dd961e.tar.gz libdbusmenu-baacc6da45b252e8c510a6e69fd7332f51dd961e.tar.bz2 libdbusmenu-baacc6da45b252e8c510a6e69fd7332f51dd961e.zip |
Changing comment so it can get some GIR lovin'
-rw-r--r-- | libdbusmenu-glib/server.c | 18 |
1 files changed, 9 insertions, 9 deletions
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) { |