]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-widget-private.h
factor out start_gnome_contacts()
[empathy.git] / libempathy-gtk / empathy-account-widget-private.h
index aaa24e58f29a6bf442e8c28cfb7396cacd5a1083..db8dc7ddf256eb2d513cc72afc485e16ecdc5af2 100644 (file)
@@ -30,18 +30,21 @@ G_BEGIN_DECLS
 
 struct _EmpathyAccountWidgetUIDetails {
   GtkWidget *widget;
-  
+
   GtkBuilder *gui;
 
   char *default_focus;
-  gboolean add_forget;
 };
 
 
-void       empathy_account_widget_handle_params     (EmpathyAccountWidget *self,
-                                                    const gchar *first_widget,
-                                                    ...);
+void empathy_account_widget_handle_params (EmpathyAccountWidget *self,
+    const gchar *first_widget,
+    ...);
+
+void empathy_account_widget_setup_widget (EmpathyAccountWidget *self,
+    GtkWidget *widget,
+    const gchar *param_name);
 
 G_END_DECLS
 
-#endif /* __EMPATHY_ACCOUNT_WIDGET_PRIVATE_H__ */
\ No newline at end of file
+#endif /* __EMPATHY_ACCOUNT_WIDGET_PRIVATE_H__ */