#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdk.h>
Go to the source code of this file.
|
GtkIconCache * | _gtk_icon_cache_new (const gchar *data) |
|
GtkIconCache * | _gtk_icon_cache_new_for_path (const gchar *path) |
|
gint | _gtk_icon_cache_get_directory_index (GtkIconCache *cache, const gchar *directory) |
|
gboolean | _gtk_icon_cache_has_icon (GtkIconCache *cache, const gchar *icon_name) |
|
gboolean | _gtk_icon_cache_has_icon_in_directory (GtkIconCache *cache, const gchar *icon_name, const gchar *directory) |
|
void | _gtk_icon_cache_add_icons (GtkIconCache *cache, const gchar *directory, GHashTable *hash_table) |
|
gint | _gtk_icon_cache_get_icon_flags (GtkIconCache *cache, const gchar *icon_name, gint directory_index) |
|
GdkPixbuf * | _gtk_icon_cache_get_icon (GtkIconCache *cache, const gchar *icon_name, gint directory_index) |
|
GtkIconData * | _gtk_icon_cache_get_icon_data (GtkIconCache *cache, const gchar *icon_name, gint directory_index) |
|
GtkIconCache * | _gtk_icon_cache_ref (GtkIconCache *cache) |
|
void | _gtk_icon_cache_unref (GtkIconCache *cache) |
|
◆ GtkIconCache
◆ GtkIconData
◆ _gtk_icon_cache_add_icons()
void _gtk_icon_cache_add_icons |
( |
GtkIconCache * |
cache, |
|
|
const gchar * |
directory, |
|
|
GHashTable * |
hash_table |
|
) |
| |
◆ _gtk_icon_cache_get_directory_index()
gint _gtk_icon_cache_get_directory_index |
( |
GtkIconCache * |
cache, |
|
|
const gchar * |
directory |
|
) |
| |
◆ _gtk_icon_cache_get_icon()
GdkPixbuf* _gtk_icon_cache_get_icon |
( |
GtkIconCache * |
cache, |
|
|
const gchar * |
icon_name, |
|
|
gint |
directory_index |
|
) |
| |
◆ _gtk_icon_cache_get_icon_data()
◆ _gtk_icon_cache_get_icon_flags()
gint _gtk_icon_cache_get_icon_flags |
( |
GtkIconCache * |
cache, |
|
|
const gchar * |
icon_name, |
|
|
gint |
directory_index |
|
) |
| |
◆ _gtk_icon_cache_has_icon()
gboolean _gtk_icon_cache_has_icon |
( |
GtkIconCache * |
cache, |
|
|
const gchar * |
icon_name |
|
) |
| |
◆ _gtk_icon_cache_has_icon_in_directory()
gboolean _gtk_icon_cache_has_icon_in_directory |
( |
GtkIconCache * |
cache, |
|
|
const gchar * |
icon_name, |
|
|
const gchar * |
directory |
|
) |
| |
◆ _gtk_icon_cache_new()
◆ _gtk_icon_cache_new_for_path()
GtkIconCache* _gtk_icon_cache_new_for_path |
( |
const gchar * |
path | ) |
|
◆ _gtk_icon_cache_ref()
◆ _gtk_icon_cache_unref()