]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
Revert "merge git work"
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index eb189545aafc6f425db79c9e861c7ad71dbcd1ba..fd1f7c6339c0edd8c07d9ab67dc0dbebfa6fa292 100644 (file)
@@ -106,9 +106,12 @@ void        empathy_toggle_button_set_state_quietly     (GtkWidget        *widge
                                                         GCallback         callback,
                                                         gpointer          user_data,
                                                         gboolean          active);
-GtkWidget *empathy_link_button_new                      (const gchar      *url,
+GtkWidget * empathy_link_button_new                     (const gchar      *url,
                                                         const gchar      *title);
-
+GtkTextTag *empathy_text_buffer_tag_set                 (GtkTextBuffer *buffer,
+                                                        const gchar   *tag_name,
+                                                        const gchar   *first_property_name,
+                                                        ...);
 
 G_END_DECLS