]> git.0d.be Git - empathy.git/blobdiff - src/empathy-main-window.h
Use gtk_list_store_insert_with_values ()
[empathy.git] / src / empathy-main-window.h
index 064086ab370193baeffbdc37f5c27a66b66bf01e..af4c1924eb53fedf27a9f31b0604665f7b693d4a 100644 (file)
@@ -53,7 +53,10 @@ GType empathy_main_window_get_type (void);
 
 GtkWidget *empathy_main_window_dup (void);
 
-void empathy_main_window_show_preferences (EmpathyMainWindow *window);
+void empathy_main_window_show_preferences (EmpathyMainWindow *window,
+    const gchar *tab);
+void empathy_main_window_set_shell_running (EmpathyMainWindow *window,
+                                            gboolean           shell_running);
 
 G_END_DECLS