Object Hierarchy
GObject
+----GThemedIcon
Implemented Interfaces
GThemedIcon implements
GIcon.
Details
GThemedIcon
typedef struct _GThemedIcon GThemedIcon;
g_themed_icon_new ()
GIcon* g_themed_icon_new (const char *iconname);
iconname :
|
|
Returns : |
a new GIcon.
|
g_themed_icon_new_from_names ()
GIcon* g_themed_icon_new_from_names (char **iconnames,
int len);
iconnames :
|
|
len :
|
|
Returns : |
a new GIcon.
|