aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-10 00:05:28 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-12-19 17:43:00 +0800
commite0a06689b716a02927433796dfb1a1cc7b7820e4 (patch)
treea7f77794a59d5af0eb809dad183fdb4d3973e48e /libempathy-gtk/empathy-ui-utils.h
parent28034fa56b5ab329636f1ecc9a2ba400b6fea35f (diff)
downloadgsoc2013-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.h3
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);