![]() |
![]() |
![]() |
MATE UI Library Reference Manual | ![]() |
---|---|---|---|---|
Top | Description |
#include <libmateui/libmateui.h> struct MateIconThemeClass; typedef MateIconTheme; MateIconTheme * mate_icon_theme_new (void
); void mate_icon_theme_get_search_path (MateIconTheme *theme
,char **path[]
,int *n_elements
); void mate_icon_theme_set_search_path (MateIconTheme *theme
,const char *path[]
,int n_elements
); gboolean mate_icon_theme_get_allow_svg (MateIconTheme *theme
); void mate_icon_theme_set_allow_svg (MateIconTheme *theme
,gboolean allow_svg
); char * mate_icon_theme_get_example_icon_name (MateIconTheme *theme
); void mate_icon_theme_append_search_path (MateIconTheme *theme
,const char *path
); void mate_icon_theme_prepend_search_path (MateIconTheme *theme
,const char *path
); void mate_icon_theme_set_custom_theme (MateIconTheme *theme
,const char *theme_name
); char * mate_icon_theme_lookup_icon (MateIconTheme *theme
,const char *icon_name
,int size
,const MateIconData **icon_data
,int *base_size
); gboolean mate_icon_theme_has_icon (MateIconTheme *theme
,const char *icon_name
); GList * mate_icon_theme_list_icons (MateIconTheme *theme
,const char *context
); gboolean mate_icon_theme_rescan_if_needed (MateIconTheme *theme
); MateIconData * mate_icon_data_dup (const MateIconData *icon_data
); void mate_icon_data_free (MateIconData *icon_data
);
struct MateIconThemeClass { GObjectClass parent_class; void (* changed) (MateIconTheme *icon_theme); };
MateIconThemeClass
is deprecated and should not be used in newly-written code.
typedef GtkIconTheme MateIconTheme;
MateIconTheme
is deprecated and should not be used in newly-written code.
MateIconTheme * mate_icon_theme_new (void
);
mate_icon_theme_new
is deprecated and should not be used in newly-written code.
Returns : |
void mate_icon_theme_get_search_path (MateIconTheme *theme
,char **path[]
,int *n_elements
);
mate_icon_theme_get_search_path
is deprecated and should not be used in newly-written code.
|
|
|
|
|
void mate_icon_theme_set_search_path (MateIconTheme *theme
,const char *path[]
,int n_elements
);
mate_icon_theme_set_search_path
is deprecated and should not be used in newly-written code.
|
|
|
|
|
gboolean mate_icon_theme_get_allow_svg (MateIconTheme *theme
);
mate_icon_theme_get_allow_svg
is deprecated and should not be used in newly-written code.
|
|
Returns : |
void mate_icon_theme_set_allow_svg (MateIconTheme *theme
,gboolean allow_svg
);
mate_icon_theme_set_allow_svg
is deprecated and should not be used in newly-written code.
|
|
|
char * mate_icon_theme_get_example_icon_name
(MateIconTheme *theme
);
mate_icon_theme_get_example_icon_name
is deprecated and should not be used in newly-written code.
|
|
Returns : |
void mate_icon_theme_append_search_path (MateIconTheme *theme
,const char *path
);
mate_icon_theme_append_search_path
is deprecated and should not be used in newly-written code.
|
|
|
void mate_icon_theme_prepend_search_path (MateIconTheme *theme
,const char *path
);
mate_icon_theme_prepend_search_path
is deprecated and should not be used in newly-written code.
|
|
|
void mate_icon_theme_set_custom_theme (MateIconTheme *theme
,const char *theme_name
);
mate_icon_theme_set_custom_theme
is deprecated and should not be used in newly-written code.
|
|
|
char * mate_icon_theme_lookup_icon (MateIconTheme *theme
,const char *icon_name
,int size
,const MateIconData **icon_data
,int *base_size
);
mate_icon_theme_lookup_icon
is deprecated and should not be used in newly-written code.
|
|
|
|
|
|
|
|
|
|
Returns : |
gboolean mate_icon_theme_has_icon (MateIconTheme *theme
,const char *icon_name
);
mate_icon_theme_has_icon
is deprecated and should not be used in newly-written code.
|
|
|
|
Returns : |
GList * mate_icon_theme_list_icons (MateIconTheme *theme
,const char *context
);
mate_icon_theme_list_icons
is deprecated and should not be used in newly-written code.
|
|
|
|
Returns : |
gboolean mate_icon_theme_rescan_if_needed (MateIconTheme *theme
);
mate_icon_theme_rescan_if_needed
is deprecated and should not be used in newly-written code.
|
|
Returns : |
MateIconData * mate_icon_data_dup (const MateIconData *icon_data
);
mate_icon_data_dup
is deprecated and should not be used in newly-written code.
|
|
Returns : |