]> git.0d.be Git - empathy.git/blobdiff - src/empathy-status-icon.h
Merge branch 'change-audio'
[empathy.git] / src / empathy-status-icon.h
index 6adf4016855627a00b0b91ebeadb6910c801308b..ca21af83325766f33ce3141cd28e10a2a77e08e2 100644 (file)
@@ -35,10 +35,10 @@ G_BEGIN_DECLS
 
 typedef struct _EmpathyStatusIcon      EmpathyStatusIcon;
 typedef struct _EmpathyStatusIconClass EmpathyStatusIconClass;
-typedef struct _EmpathyStatusIconPriv  EmpathyStatusIconPriv;
 
 struct _EmpathyStatusIcon {
-       GObject      parent;
+       GObject parent;
+       gpointer priv;
 };
 
 struct _EmpathyStatusIconClass {
@@ -46,7 +46,8 @@ struct _EmpathyStatusIconClass {
 };
 
 GType              empathy_status_icon_get_type (void) G_GNUC_CONST;
-EmpathyStatusIcon *empathy_status_icon_new      (GtkWindow *window);
+EmpathyStatusIcon *empathy_status_icon_new      (GtkWindow *window,
+                                                gboolean   hide_contact_list);
 
 G_END_DECLS