X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=gio%2Fgthemedicon.h;h=7b934fd6f869c366e4b4df4e3e6c295de306667d;hb=f2a2d6c9ac2d98b565005d446fde01aac47f7d88;hp=897eeea53fb4da8da9c9fbbeb90a47abc1f6cd20;hpb=920f3bffb31a60bcb5379c40efa3f648de79e15d;p=platform%2Fupstream%2Fglib.git diff --git a/gio/gthemedicon.h b/gio/gthemedicon.h index 897eeea..7b934fd 100644 --- a/gio/gthemedicon.h +++ b/gio/gthemedicon.h @@ -1,5 +1,5 @@ /* GIO - GLib Input, Output and Streaming Library - * + * * Copyright (C) 2006-2007 Red Hat, Inc. * * This library is free software; you can redistribute it and/or @@ -40,20 +40,20 @@ G_BEGIN_DECLS /** * GThemedIcon: - * + * * An implementation of #GIcon for themed icons. **/ typedef struct _GThemedIconClass GThemedIconClass; -GType g_themed_icon_get_type (void) G_GNUC_CONST; - +GType g_themed_icon_get_type (void) G_GNUC_CONST; + GIcon *g_themed_icon_new (const char *iconname); GIcon *g_themed_icon_new_with_default_fallbacks (const char *iconname); -GIcon *g_themed_icon_new_from_names (char **iconnames, +GIcon *g_themed_icon_new_from_names (char **iconnames, int len); -void g_themed_icon_prepend_name (GThemedIcon *icon, +void g_themed_icon_prepend_name (GThemedIcon *icon, const char *iconname); -void g_themed_icon_append_name (GThemedIcon *icon, +void g_themed_icon_append_name (GThemedIcon *icon, const char *iconname); const char * const *g_themed_icon_get_names (GThemedIcon *icon);