aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-04 20:53:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-05-08 15:17:16 +0800
commitd86e51de57197b0f0ce77fac46fc113713aa9033 (patch)
tree3a18ccd9863fdb9abf6bdf3b25095f7ea3256e78 /libempathy-gtk/empathy-account-widget.h
parent09ac300a093ffe494cbea40bd5c3e2bca74aee4f (diff)
downloadgsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.tar
gsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.tar.gz
gsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.tar.bz2
gsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.tar.lz
gsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.tar.xz
gsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.tar.zst
gsoc2013-empathy-d86e51de57197b0f0ce77fac46fc113713aa9033.zip
Turn EmpathyAccountWidget to a proper GtkWidget
https://bugzilla.gnome.org/show_bug.cgi?id=640417
Diffstat (limited to 'libempathy-gtk/empathy-account-widget.h')
-rw-r--r--libempathy-gtk/empathy-account-widget.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/libempathy-gtk/empathy-account-widget.h b/libempathy-gtk/empathy-account-widget.h
index 5279d75f2..acc8a051a 100644
--- a/libempathy-gtk/empathy-account-widget.h
+++ b/libempathy-gtk/empathy-account-widget.h
@@ -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);