]> git.0d.be Git - empathy.git/blobdiff - libempathy-gtk/empathy-ui-utils.h
merge git work
[empathy.git] / libempathy-gtk / empathy-ui-utils.h
index fd1f7c6339c0edd8c07d9ab67dc0dbebfa6fa292..eb189545aafc6f425db79c9e861c7ad71dbcd1ba 100644 (file)
@@ -106,12 +106,9 @@ 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