projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce6fbd6
)
Reformat g_themed_icon_get_names return type to make gtk-doc work
author
Alexander Larsson
<alexl@redhat.com>
Mon, 1 Jun 2009 20:09:21 +0000
(22:09 +0200)
committer
Alexander Larsson
<alexl@redhat.com>
Mon, 1 Jun 2009 20:10:41 +0000
(22:10 +0200)
Seems the gtk-doc scanner needs "const gchar* const *" to work, so switching
to that.
gio/gthemedicon.h
patch
|
blob
|
history
diff --git
a/gio/gthemedicon.h
b/gio/gthemedicon.h
index 7b934fd6f869c366e4b4df4e3e6c295de306667d..b0085e6828900c4df604c5be7870f9cf4da5c57c 100644
(file)
--- 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