diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-06-29 12:12:14 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2012-07-02 16:03:23 +0800 |
commit | 518d54667e1934f0e339e3368d77cfc953a34314 (patch) | |
tree | 8001c79bc000224ee8020b29837cf776ef06fe4c /libempathy-gtk/empathy-theme-manager.h | |
parent | f433b0821c24fc7382bd289f2246b7b1e2039106 (diff) | |
download | gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.tar gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.tar.gz gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.tar.bz2 gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.tar.lz gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.tar.xz gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.tar.zst gsoc2013-empathy-518d54667e1934f0e339e3368d77cfc953a34314.zip |
theme-manager: make it possible to look up theme by name
Diffstat (limited to 'libempathy-gtk/empathy-theme-manager.h')
-rw-r--r-- | libempathy-gtk/empathy-theme-manager.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-theme-manager.h b/libempathy-gtk/empathy-theme-manager.h index c60dc0cd9..4d5194570 100644 --- a/libempathy-gtk/empathy-theme-manager.h +++ b/libempathy-gtk/empathy-theme-manager.h @@ -53,6 +53,7 @@ EmpathyThemeManager * empathy_theme_manager_dup_singleton (void); const gchar ** empathy_theme_manager_get_themes (void); GList * empathy_theme_manager_get_adium_themes (void); EmpathyChatView * empathy_theme_manager_create_view (EmpathyThemeManager *manager); +gchar * empathy_theme_manager_find_theme (const gchar *name); G_END_DECLS |