Top |
AsIconKind | as_icon_kind_from_string () |
const gchar * | as_icon_kind_to_string () |
AsIcon * | as_icon_new () |
AsIconKind | as_icon_get_kind () |
void | as_icon_set_kind () |
const gchar * | as_icon_get_name () |
void | as_icon_set_name () |
const gchar * | as_icon_get_url () |
void | as_icon_set_url () |
const gchar * | as_icon_get_filename () |
void | as_icon_set_filename () |
guint | as_icon_get_width () |
void | as_icon_set_width () |
guint | as_icon_get_height () |
void | as_icon_set_height () |
guint | as_icon_get_scale () |
void | as_icon_set_scale () |
AsIconKind
as_icon_kind_from_string (const gchar *kind_str
);
Converts the text representation to an enumerated value.
const gchar *
as_icon_kind_to_string (AsIconKind kind
);
Converts the enumerated value to an text representation.
void as_icon_set_name (AsIcon *icon
,const gchar *name
);
Sets the stock name or basename to use for the icon.
const gchar *
as_icon_get_url (AsIcon *icon
);
Gets the icon URL, pointing at a remote location. HTTPS and FTP urls are allowed.
This property is only set for icons of type AS_ICON_KIND_REMOTE
const gchar *
as_icon_get_filename (AsIcon *icon
);
The absolute path for the icon on disk.
This is only set for icons of kind AS_ICON_KIND_LOCAL
or
AS_ICON_KIND_CACHED
.
void as_icon_set_filename (AsIcon *icon
,const gchar *filename
);
Sets the icon absolute filename.