From: Alexander Larsson Date: Mon, 1 Jun 2009 20:09:21 +0000 (+0200) Subject: Reformat g_themed_icon_get_names return type to make gtk-doc work X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=0bb5739f323396b40bbe6470c505606ea265afa0;p=dana%2Fcg-glib.git Reformat g_themed_icon_get_names return type to make gtk-doc work Seems the gtk-doc scanner needs "const gchar* const *" to work, so switching to that. --- diff --git a/gio/gthemedicon.h b/gio/gthemedicon.h index 7b934fd6..b0085e68 100644 --- a/gio/gthemedicon.h +++ b/gio/gthemedicon.h @@ -56,7 +56,7 @@ void g_themed_icon_prepend_name (GThemedIcon *icon, void g_themed_icon_append_name (GThemedIcon *icon, const char *iconname); -const char * const *g_themed_icon_get_names (GThemedIcon *icon); +const gchar* const * g_themed_icon_get_names (GThemedIcon *icon); G_END_DECLS