aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2008-12-12 23:49:38 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2008-12-12 23:49:38 +0800
commitcbedf400e93dd3526607df4aedd3e623a54199d3 (patch)
tree0532271104d323cb02d8e069db9c612854f4342e /libempathy-gtk/empathy-ui-utils.h
parentf3b9e7312962dae85b0476d7232db8a213bef856 (diff)
downloadgsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.tar
gsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.tar.gz
gsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.tar.bz2
gsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.tar.lz
gsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.tar.xz
gsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.tar.zst
gsoc2013-empathy-cbedf400e93dd3526607df4aedd3e623a54199d3.zip
gtk_init and g_thread_init shouldn't be called by libraries. Let applications do it.
svn path=/trunk/; revision=1971
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index 777ce8ee0..1ec4f5da6 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -46,14 +46,7 @@ G_BEGIN_DECLS
#define G_STR_EMPTY(x) ((x) == NULL || (x)[0] == '\0')
-void empathy_gtk_init (int *argc,
- char ***argv);
-gboolean empathy_gtk_init_with_args (int *argc,
- char ***argv,
- char *parameter_string,
- GOptionEntry *entries,
- char *translation_domain,
- GError **error);
+void empathy_gtk_init (void);
/* Glade */
void empathy_glade_get_file_simple (const gchar *filename,
const gchar *root,