]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-widget.h
Merge remote-tracking branch 'glassrose/add-All-service-selection-in-debug-window'
[empathy.git] / libempathy-gtk / empathy-account-widget.h
index 9ed9894343813ec8779b5edb245d5def66782889..5279d75f288104cd545cd716e10fe46d036ddddc 100644 (file)
@@ -42,6 +42,7 @@ G_BEGIN_DECLS
 #define EMPATHY_ACCOUNT_WIDGET_GET_CLASS(obj) \
   (G_TYPE_INSTANCE_GET_CLASS ((obj), EMPATHY_TYPE_ACCOUNT_WIDGET, EmpathyAccountWidgetClass))
 
+typedef struct _EmpathyAccountWidgetPriv EmpathyAccountWidgetPriv;
 typedef struct _EmpathyAccountWidgetUIDetails EmpathyAccountWidgetUIDetails;
 
 typedef struct {
@@ -49,8 +50,7 @@ typedef struct {
 
   EmpathyAccountWidgetUIDetails *ui_details;
 
-  /* private */
-  gpointer priv;
+  EmpathyAccountWidgetPriv *priv;
 } EmpathyAccountWidget;
 
 typedef struct {
@@ -79,9 +79,17 @@ void empathy_account_widget_set_account_param (EmpathyAccountWidget *widget,
 void empathy_account_widget_set_password_param (EmpathyAccountWidget *self,
     const gchar *password);
 
+void empathy_account_widget_set_other_accounts_exist (
+    EmpathyAccountWidget *self, gboolean others_exist);
+
+void empathy_account_widget_hide_buttons (EmpathyAccountWidget *self);
+
 /* protected methods */
 void empathy_account_widget_changed (EmpathyAccountWidget *widget);
 
+EmpathyAccountSettings * empathy_account_widget_get_settings (
+    EmpathyAccountWidget *self);
+
 G_END_DECLS
 
 #endif /* __EMPATHY_ACCOUNT_WIDGET_H__ */