aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-theme-adium.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@gmail.com>2008-07-19 02:59:59 +0800
committerXavier Claessens <xclaesse@gmail.com>2009-06-12 00:06:30 +0800
commiteb48fbaf322604ee57888165242acd97efd8decc (patch)
tree866f37a0789e30ce4b0d66ff9d03cd281f181216 /libempathy-gtk/empathy-theme-adium.h
parent80f5d332a5a531f8d5b96d9ea50f2384bf515324 (diff)
downloadgsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.tar
gsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.tar.gz
gsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.tar.bz2
gsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.tar.lz
gsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.tar.xz
gsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.tar.zst
gsoc2013-empathy-eb48fbaf322604ee57888165242acd97efd8decc.zip
Add a path property on EmpathyThemeAdium and ge the adium-path gconf key in EmpathyThemeManager.
Diffstat (limited to 'libempathy-gtk/empathy-theme-adium.h')
-rw-r--r--libempathy-gtk/empathy-theme-adium.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy-gtk/empathy-theme-adium.h b/libempathy-gtk/empathy-theme-adium.h
index 24fe986f6..437edfe2b 100644
--- a/libempathy-gtk/empathy-theme-adium.h
+++ b/libempathy-gtk/empathy-theme-adium.h
@@ -48,7 +48,7 @@ struct _EmpathyThemeAdiumClass {
};
GType empathy_theme_adium_get_type (void) G_GNUC_CONST;
-EmpathyThemeAdium *empathy_theme_adium_new (void);
+EmpathyThemeAdium *empathy_theme_adium_new (const gchar *path);
gboolean empathy_theme_adium_is_valid (const gchar *path);
G_END_DECLS