mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-07 08:28:43 +02:00
Add a GIcon implementation that can add an emblem to another icon.
2008-07-28 Matthias Clasen <mclasen@redhat.com> * gemblemedicon.[hc]: Add a GIcon implementation that can add an emblem to another icon. * gio.h: * Makefile.am: * gio.symbols: Glue * gloadableicon.c: * gfileicon.c: Small documenatation additions. svn path=/trunk/; revision=7263
This commit is contained in:
committed by
Matthias Clasen
parent
6f84cab2a8
commit
a2b61b1e46
@@ -804,3 +804,13 @@ g_ask_password_flags_get_type G_GNUC_CONST
|
||||
g_password_save_get_type G_GNUC_CONST
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
#if IN_HEADER(__G_EMBLEMED_ICON_H__)
|
||||
#if IN_FILE(__G_EMBLEMED_ICON_C__)
|
||||
g_emblemed_icon_get_type G_GNUC_CONST
|
||||
g_emblemed_icon_new
|
||||
g_emblemed_icon_get_icon
|
||||
g_emblemed_icon_get_emblem
|
||||
#endif
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user