diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-05-15 10:16:45 +0800 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2012-05-15 18:40:27 +0800 |
commit | a51af40f723c6929a461b9af26eaa10b4b714c84 (patch) | |
tree | c8f09cde3e6c28b42043988f9a896488e7c9a1a1 /src/empathy-roster-window.h | |
parent | 06d7e54c62318a502d9e726bdbda16caeaf898e6 (diff) | |
download | gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.tar gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.tar.gz gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.tar.bz2 gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.tar.lz gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.tar.xz gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.tar.zst gsoc2013-empathy-a51af40f723c6929a461b9af26eaa10b4b714c84.zip |
Remove menu button, have only app menu
Diffstat (limited to 'src/empathy-roster-window.h')
-rw-r--r-- | src/empathy-roster-window.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/empathy-roster-window.h b/src/empathy-roster-window.h index 82fedb79d..4620a9980 100644 --- a/src/empathy-roster-window.h +++ b/src/empathy-roster-window.h @@ -60,6 +60,8 @@ void empathy_roster_window_show_preferences (EmpathyRosterWindow *self, void empathy_roster_window_set_shell_running (EmpathyRosterWindow *self, gboolean shell_running); +GMenuModel *empathy_roster_window_get_menu_model (EmpathyRosterWindow *self); + G_END_DECLS #endif /* __EMPATHY_ROSTER_WINDOW_H__ */ |