![]() |
![]() |
![]() |
libawn Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
AwnPixbufCache; AwnPixbufCacheClass; void awn_pixbuf_cache_insert_pixbuf (AwnPixbufCache *pixbuf_cache
,GdkPixbuf *pbuf
,const gchar *scope
,const gchar *theme_name
,const gchar *icon_name
); void awn_pixbuf_cache_insert_null_result (AwnPixbufCache *pixbuf_cache
,const gchar *scope
,const gchar *theme_name
,const gchar *icon_name
,gint width
,gint height
); GdkPixbuf * awn_pixbuf_cache_lookup (AwnPixbufCache *pixbuf_cache
,const gchar *scope
,const gchar *theme_name
,const gchar *icon_name
,gint width
,gint height
,gboolean *null_result
); GdkPixbuf * awn_pixbuf_cache_lookup_simple_key (AwnPixbufCache *pixbuf_cache
,const gchar *simple_key
,gint width
,gint height
); void awn_pixbuf_cache_insert_pixbuf_simple_key (AwnPixbufCache *pixbuf_cache
,GdkPixbuf *pbuf
,const gchar *simple_key
); void awn_pixbuf_cache_invalidate (AwnPixbufCache *pixbuf_cache
); AwnPixbufCache * awn_pixbuf_cache_new (void
); AwnPixbufCache * awn_pixbuf_cache_get_default (void
);
void awn_pixbuf_cache_insert_pixbuf (AwnPixbufCache *pixbuf_cache
,GdkPixbuf *pbuf
,const gchar *scope
,const gchar *theme_name
,const gchar *icon_name
);
void awn_pixbuf_cache_insert_null_result (AwnPixbufCache *pixbuf_cache
,const gchar *scope
,const gchar *theme_name
,const gchar *icon_name
,gint width
,gint height
);
GdkPixbuf * awn_pixbuf_cache_lookup (AwnPixbufCache *pixbuf_cache
,const gchar *scope
,const gchar *theme_name
,const gchar *icon_name
,gint width
,gint height
,gboolean *null_result
);
GdkPixbuf * awn_pixbuf_cache_lookup_simple_key (AwnPixbufCache *pixbuf_cache
,const gchar *simple_key
,gint width
,gint height
);
void awn_pixbuf_cache_insert_pixbuf_simple_key (AwnPixbufCache *pixbuf_cache
,GdkPixbuf *pbuf
,const gchar *simple_key
);
"max-cache-size"
property"max-cache-size" guint : Read / Write / Construct
Maximum number of pixbufs in the cache.
Allowed values: <= 10000
Default value: 25