| Top |
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
Maximum number of pixbufs in the cache.
Flags: Read / Write / Construct
Allowed values: <= 10000
Default value: 25