]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-account-widget.h
Use double quotes for all internal headers
[empathy.git] / libempathy-gtk / empathy-account-widget.h
index 5279d75f288104cd545cd716e10fe46d036ddddc..57eaa1a3630e0a4e1d12a59583e26825e31dc40f 100644 (file)
@@ -26,7 +26,7 @@
 
 #include <gtk/gtk.h>
 
-#include <libempathy/empathy-account-settings.h>
+#include "libempathy/empathy-account-settings.h"
 
 G_BEGIN_DECLS
 
@@ -46,7 +46,7 @@ typedef struct _EmpathyAccountWidgetPriv EmpathyAccountWidgetPriv;
 typedef struct _EmpathyAccountWidgetUIDetails EmpathyAccountWidgetUIDetails;
 
 typedef struct {
-  GObject parent;
+  GtkBox parent;
 
   EmpathyAccountWidgetUIDetails *ui_details;
 
@@ -54,13 +54,11 @@ typedef struct {
 } EmpathyAccountWidget;
 
 typedef struct {
-  GObjectClass parent_class;
+  GtkBoxClass parent_class;
 } EmpathyAccountWidgetClass;
 
 GType empathy_account_widget_get_type (void);
 
-GtkWidget *empathy_account_widget_get_widget (EmpathyAccountWidget *widget);
-
 EmpathyAccountWidget * empathy_account_widget_new_for_protocol (
     EmpathyAccountSettings *settings,
     gboolean simple);
@@ -84,6 +82,8 @@ void empathy_account_widget_set_other_accounts_exist (
 
 void empathy_account_widget_hide_buttons (EmpathyAccountWidget *self);
 
+void empathy_account_widget_apply_and_log_in (EmpathyAccountWidget *self);
+
 /* protected methods */
 void empathy_account_widget_changed (EmpathyAccountWidget *widget);