| Top |
#define RYGEL_TYPE_ICON_INFO (rygel_icon_info_get_type ())
The type for RygelIconInfo.
struct RygelIconInfo {
GTypeInstance parent_instance;
volatile int ref_count;
RygelIconInfoPrivate * priv;
gchar* mime_type;
gchar* uri;
gchar* file_extension;
gint64 size;
gint width;
gint height;
gint depth;
};
Holds information about an icon.
struct RygelIconInfoClass {
GTypeClass parent_class;
void (*finalize) (RygelIconInfo *self);
};
The class structure for RYGEL_TYPE_ICON_INFO. All the fields in this structure are private and should never be accessed directly.