pidgin/gtkthemes.h

branch
gtkdoc-conversion
changeset 35470
8ee08a41f2f3
parent 35451
206524351826
child 35487
494f09f7f331
equal deleted inserted replaced
35469:768de721115c 35470:8ee08a41f2f3
29 #define _PIDGINTHEMES_H_ 29 #define _PIDGINTHEMES_H_
30 30
31 struct smiley_list { 31 struct smiley_list {
32 char *sml; 32 char *sml;
33 GSList *smileys; 33 GSList *smileys;
34 GHashTable *files; /**< map from smiley shortcut to filename */ 34 GHashTable *files; /* map from smiley shortcut to filename */
35 struct smiley_list *next; 35 struct smiley_list *next;
36 }; 36 };
37 37
38 struct smiley_theme { 38 struct smiley_theme {
39 char *path; 39 char *path;

mercurial