]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-status-icon.h
[darcs-to-svn @ Improved EmpathyStatusIcon and GossipPresenceChooser]
[empathy.git] / libempathy-gtk / empathy-status-icon.h
index 898e3514a3ff83c1e7a8ad767d2c164d3da3a742..6cfa8899fb2a1b7308cee63de8ccfc7c6696a2c8 100644 (file)
@@ -46,8 +46,8 @@ struct _EmpathyStatusIconClass {
        GObjectClass parent_class;
 };
 
-GType              empathy_status_icon_get_type    (void) G_GNUC_CONST;
-EmpathyStatusIcon *empathy_status_icon_new         (void);
+GType              empathy_status_icon_get_type (void) G_GNUC_CONST;
+EmpathyStatusIcon *empathy_status_icon_new      (GtkWindow *window);
 
 G_END_DECLS