pidgin/gtkicon-theme.c

changeset 41086
631e6cba8635
parent 39501
93cac808f4f7
equal deleted inserted replaced
41085:508788523450 41086:631e6cba8635
27 /****************************************************************************** 27 /******************************************************************************
28 * Structs 28 * Structs
29 *****************************************************************************/ 29 *****************************************************************************/
30 30
31 typedef struct { 31 typedef struct {
32 /* used to store filenames of diffrent icons */ 32 /* used to store filenames of different icons */
33 GHashTable *icon_files; 33 GHashTable *icon_files;
34 } PidginIconThemePrivate; 34 } PidginIconThemePrivate;
35 35
36 /****************************************************************************** 36 /******************************************************************************
37 * Globals 37 * Globals

mercurial