| 70 GType pidgin_conversation_theme_get_type(void); |
70 GType pidgin_conversation_theme_get_type(void); |
| 71 |
71 |
| 72 const GHashTable *pidgin_conversation_theme_get_info(const PidginConvTheme *theme); |
72 const GHashTable *pidgin_conversation_theme_get_info(const PidginConvTheme *theme); |
| 73 void pidgin_conversation_theme_set_info(PidginConvTheme *theme, GHashTable *info); |
73 void pidgin_conversation_theme_set_info(PidginConvTheme *theme, GHashTable *info); |
| 74 |
74 |
| |
75 void pidgin_conversation_theme_add_variant(PidginConvTheme *theme, const char *variant); |
| |
76 const char *pidgin_conversation_theme_get_variant(PidginConvTheme *theme); |
| |
77 void pidgin_conversation_theme_set_variant(PidginConvTheme *theme, const char *variant); |
| |
78 const GList *pidgin_conversation_theme_get_variants(PidginConvTheme *theme); |
| |
79 |
| 75 PidginConvTheme *pidgin_conversation_theme_load(const char *styledir); |
80 PidginConvTheme *pidgin_conversation_theme_load(const char *styledir); |
| 76 PidginConvTheme *pidgin_conversation_theme_copy(const PidginConvTheme *theme); |
81 PidginConvTheme *pidgin_conversation_theme_copy(const PidginConvTheme *theme); |
| 77 void pidgin_conversation_theme_save_state(const PidginConvTheme *theme); |
82 void pidgin_conversation_theme_save_state(const PidginConvTheme *theme); |
| 78 void pidgin_conversation_theme_read_info_plist(PidginConvTheme *theme, const char *variant); |
|
| 79 char *pidgin_conversation_theme_get_variant(PidginConvTheme *theme); |
|
| 80 GList *pidgin_conversation_theme_get_variants(PidginConvTheme *theme); |
|
| 81 void pidgin_conversation_theme_set_variant(PidginConvTheme *theme, const char *variant); |
|
| 82 |
83 |
| 83 char *pidgin_conversation_theme_get_css(PidginConvTheme *theme); |
84 char *pidgin_conversation_theme_get_css(PidginConvTheme *theme); |
| 84 |
85 |
| 85 void |
86 void |
| 86 pidgin_conversation_theme_apply(PidginConvTheme *theme, PurpleConversation *conv); |
87 pidgin_conversation_theme_apply(PidginConvTheme *theme, PurpleConversation *conv); |