]> git.0d.be Git - empathy.git/blobdiff - src/empathy-preferences.h
Move should_create_salut_account to local-xmpp-assistant-widget
[empathy.git] / src / empathy-preferences.h
index 0d7204fccf4a03fe494b8c197af3fcb6237083e7..b8b126bd8988dee7d69b3d0c41af016ffc3d1fee 100644 (file)
@@ -50,12 +50,29 @@ struct _EmpathyPreferencesClass {
        GtkDialogClass parent_class;
 };
 
+/* Keep this enum and the array in empathy-preferences.c in sync */
+typedef enum
+{
+  EMPATHY_PREFERENCES_TAB_GENERAL,
+  EMPATHY_PREFERENCES_TAB_NOTIFICATIONS,
+  EMPATHY_PREFERENCES_TAB_SOUNDS,
+  EMPATHY_PREFERENCES_TAB_CALLS,
+  EMPATHY_PREFERENCES_TAB_LOCATION,
+  EMPATHY_PREFERENCES_TAB_SPELL,
+  EMPATHY_PREFERENCES_TAB_THEMES,
+} EmpathyPreferencesTab;
+
 GType empathy_preferences_get_type (void);
 
-GtkWidget *empathy_preferences_new (GtkWindow *parent);
+GtkWidget *empathy_preferences_new (GtkWindow *parent,
+                                    gboolean  shell_running);
 
-G_END_DECLS
+void empathy_preferences_show_tab (EmpathyPreferences *self,
+    const gchar *tab);
 
-#endif /* __EMPATHY_PREFERENCES_H__ */
+const gchar *
+empathy_preferences_tab_to_string (EmpathyPreferencesTab tab);
 
+G_END_DECLS
 
+#endif /* __EMPATHY_PREFERENCES_H__ */