diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-05-03 17:27:21 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-06-07 23:34:19 +0800 |
commit | b708db960de0882d0e0db9610f5b5ad490581a65 (patch) | |
tree | f18566ee467296ed596ff87d8c36096159658f15 /libempathy-gtk/empathy-theme-adium.h | |
parent | f2ee2965a27340b7701c36230eb8ef0e7ecc6e8f (diff) | |
download | gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.gz gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.bz2 gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.lz gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.xz gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.tar.zst gsoc2013-empathy-b708db960de0882d0e0db9610f5b5ad490581a65.zip |
Adium: Let user select theme variant in preferences
Fixes bug #585474
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.h')
-rw-r--r-- | libempathy-gtk/empathy-theme-adium.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.h b/libempathy-gtk/empathy-theme-adium.h index d0ad0170d..1c01b7b37 100644 --- a/libempathy-gtk/empathy-theme-adium.h +++ b/libempathy-gtk/empathy-theme-adium.h @@ -49,7 +49,10 @@ struct _EmpathyThemeAdiumClass { }; GType empathy_theme_adium_get_type (void) G_GNUC_CONST; -EmpathyThemeAdium *empathy_theme_adium_new (EmpathyAdiumData *data); +EmpathyThemeAdium *empathy_theme_adium_new (EmpathyAdiumData *data, + const gchar *variant); +void empathy_theme_adium_set_variant (EmpathyThemeAdium *theme, + const gchar *variant); gboolean empathy_adium_path_is_valid (const gchar *path); |