/* Parameters influencing the scaled icon
*/ int desired_size; int desired_scale;
guint is_svg : 1;
guint is_resource : 1;
guint is_symbolic : 1;
/* Cached information if we go ahead and try to load the icon. * *Allaccesstotheseareprotectedbythetexture_lock.Everything *aboveisimmutableafterconstructionandcanbeusedwithout *locks.
*/
GMutex texture_lock;
GtkIconPaintable *gtk_icon_paintable_new_for_texture (GdkTexture *texture, int desired_size, int desired_scale);
GtkIconPaintable *gtk_icon_paintable_new_for_path (constchar *path,
gboolean is_resource, int desired_size, int desired_scale);
GtkIconPaintable *gtk_icon_paintable_new_for_loadable (GLoadableIcon *loadable, int desired_size, int desired_scale);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.