mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-09 19:06:15 +01:00
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.
This commit is contained in:
parent
ce6fbd6231
commit
0bb5739f32
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user