From 0bb5739f323396b40bbe6470c505606ea265afa0 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 1 Jun 2009 22:09:21 +0200 Subject: [PATCH] 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. --- gio/gthemedicon.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1