aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-roster-window.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-roster-window.h')
-rw-r--r--src/empathy-roster-window.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/empathy-roster-window.h b/src/empathy-roster-window.h
index 54404ad38..82fedb79d 100644
--- a/src/empathy-roster-window.h
+++ b/src/empathy-roster-window.h
@@ -41,18 +41,18 @@ typedef struct _EmpathyRosterWindowPriv EmpathyRosterWindowPriv;
struct _EmpathyRosterWindow
{
- GtkWindow parent;
+ GtkApplicationWindow parent;
EmpathyRosterWindowPriv *priv;
};
struct _EmpathyRosterWindowClass
{
- GtkWindowClass parent_class;
+ GtkApplicationWindowClass parent_class;
};
GType empathy_roster_window_get_type (void);
-GtkWidget *empathy_roster_window_dup (void);
+GtkWidget * empathy_roster_window_new (GtkApplication *app);
void empathy_roster_window_show_preferences (EmpathyRosterWindow *self,
const gchar *tab);