]> 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 0b76d09a359495d869c8706f1974ff5464f3ff96..2ffbf2cd8a932706d141b60972afb0a4b3031c59 100644 (file)
@@ -121,14 +121,14 @@ 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);
 
+void empathy_move_to_window_desktop (GtkWindow *window,
+    guint32 timestamp);
+
 /* URL */
 gchar *     empathy_make_absolute_url                   (const gchar      *url);
 
@@ -145,6 +145,22 @@ void        empathy_send_file_from_uri_list             (EmpathyContact   *conta
 void        empathy_send_file_with_file_chooser         (EmpathyContact   *contact);
 void        empathy_receive_file_with_file_chooser      (EmpathyFTHandler *handler);
 
+/* Misc */
+void        empathy_make_color_whiter                   (GdkRGBA *color);
+
+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__ */