]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
individual_view_drag_end: remove the auto scroll
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index f61e9e348018a817b664aeafa3b219dc98bdf6f0..2ffbf2cd8a932706d141b60972afb0a4b3031c59 100644 (file)
@@ -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);
 
@@ -154,6 +157,10 @@ gboolean empathy_individual_match_string (
     const gchar *text,
     GPtrArray *words);
 
+void empathy_launch_program (const gchar *dir,
+    const gchar *name,
+    const gchar *args);
+
 G_END_DECLS
 
 #endif /*  __EMPATHY_UI_UTILS_H__ */