Ardour  9.0-pre0-384-ga76afae0e9
gtkiconcache.h File Reference
#include <gdk-pixbuf/gdk-pixbuf.h>
#include <gdk/gdk.h>
Include dependency graph for gtkiconcache.h:

Go to the source code of this file.

Classes

struct  _GtkIconData
 

Typedefs

typedef struct _GtkIconCache GtkIconCache
 
typedef struct _GtkIconData GtkIconData
 

Functions

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)
 

Typedef Documentation

◆ GtkIconCache

typedef struct _GtkIconCache GtkIconCache

Definition at line 1 of file gtkiconcache.h.

◆ GtkIconData

typedef struct _GtkIconData GtkIconData

Definition at line 1 of file gtkiconcache.h.

Function Documentation

◆ _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()

GtkIconData* _gtk_icon_cache_get_icon_data ( GtkIconCache cache,
const gchar *  icon_name,
gint  directory_index 
)

◆ _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()

GtkIconCache* _gtk_icon_cache_new ( const gchar *  data)

◆ _gtk_icon_cache_new_for_path()

GtkIconCache* _gtk_icon_cache_new_for_path ( const gchar *  path)

◆ _gtk_icon_cache_ref()

GtkIconCache* _gtk_icon_cache_ref ( GtkIconCache cache)

◆ _gtk_icon_cache_unref()

void _gtk_icon_cache_unref ( GtkIconCache cache)