]> git.0d.be Git - empathy.git/blobdiff - src/empathy-status-icon.h
Updated Greek translation
[empathy.git] / src / empathy-status-icon.h
index bb33b1c3b2eee0f7a0804e234afa7d85bb843017..586e651e2928587c66c4a06f0596b270e1d8c9d0 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef __EMPATHY_STATUS_ICON_H__
 #define __EMPATHY_STATUS_ICON_H__
 
-#include <glib.h>
+#include <gtk/gtk.h>
 
 G_BEGIN_DECLS
 
@@ -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