diff options
author | Xavier Claessens <xclaesse@gmail.com> | 2011-05-26 18:00:58 +0800 |
---|---|---|
committer | Xavier Claessens <xclaesse@gmail.com> | 2011-05-26 18:49:48 +0800 |
commit | 984e946f6bb2c385394db123f1b2edea05d9209b (patch) | |
tree | 8e28463d0f004583b2b4a5346cfd44a3b547c8ab /libempathy-gtk/empathy-ui-utils.h | |
parent | ff175f03615bdbd8d05bf352b3e4b49d59b3ce25 (diff) | |
download | gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.tar gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.tar.gz gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.tar.bz2 gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.tar.lz gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.tar.xz gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.tar.zst gsoc2013-empathy-984e946f6bb2c385394db123f1b2edea05d9209b.zip |
Stop dealing with iconification of main window, just hide/present it
It does not work with gnome-shell, unity and indicators anyway,
so it is just complex code for no benefit anymore.
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index d33b8c987..af484012c 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -121,12 +121,9 @@ gboolean empathy_text_iter_backward_search (const GtkTextIter*iter, GtkTextIter *match_end, const GtkTextIter*limit); /* Windows */ -gboolean empathy_window_get_is_visible (GtkWindow *window); void empathy_window_present (GtkWindow *window); void empathy_window_present_with_time (GtkWindow *window, guint32 timestamp); -void empathy_window_iconify (GtkWindow *window, - GtkStatusIcon *status_icon); GtkWindow * empathy_get_toplevel_window (GtkWidget *widget); /* URL */ |