]> 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 af484012cef2c91bc18b53843a6aa95638cc99c7..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);
 
@@ -149,6 +152,15 @@ GtkWidget * empathy_context_menu_new                    (GtkWidget *attach_to);
 
 gint64      empathy_get_current_action_time             (void);
 
+gboolean empathy_individual_match_string (
+    FolksIndividual *individual,
+    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__ */