summaryrefslogtreecommitdiff
path: root/gio/gthemedicon.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2009-06-01 22:09:21 +0200
committerAlexander Larsson <alexl@redhat.com>2009-06-01 22:10:41 +0200
commit0bb5739f323396b40bbe6470c505606ea265afa0 (patch)
tree5bf52d4a6ffa0a43e62b074d8bd7e7b3f4cfe26f /gio/gthemedicon.h
parentce6fbd623115c88cfdf0f5ed36b01cca201ba78e (diff)
downloadglib-0bb5739f323396b40bbe6470c505606ea265afa0.tar.gz
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.
Diffstat (limited to 'gio/gthemedicon.h')
-rw-r--r--gio/gthemedicon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gthemedicon.h b/gio/gthemedicon.h
index 7b934fd6f..b0085e682 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