diff options
author | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-10 00:05:28 +0800 |
---|---|---|
committer | Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> | 2011-12-19 17:43:00 +0800 |
commit | e0a06689b716a02927433796dfb1a1cc7b7820e4 (patch) | |
tree | a7f77794a59d5af0eb809dad183fdb4d3973e48e /libempathy-gtk/empathy-ui-utils.h | |
parent | 28034fa56b5ab329636f1ecc9a2ba400b6fea35f (diff) | |
download | gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.tar gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.tar.gz gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.tar.bz2 gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.tar.lz gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.tar.xz gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.tar.zst gsoc2013-empathy-e0a06689b716a02927433796dfb1a1cc7b7820e4.zip |
add empathy_move_to_window_desktop
https://bugzilla.gnome.org/show_bug.cgi?id=649208
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r-- | libempathy-gtk/empathy-ui-utils.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h index f76b7491b..2ffbf2cd8 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -126,6 +126,9 @@ void empathy_window_present_with_time (GtkWindow *windo guint32 timestamp); GtkWindow * empathy_get_toplevel_window (GtkWidget *widget); +void empathy_move_to_window_desktop (GtkWindow *window, + guint32 timestamp); + /* URL */ gchar * empathy_make_absolute_url (const gchar *url); |