aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-29 23:49:21 +0800
committerxclaesse <xclaesse@4ee84921-47dd-4033-b63a-18d7a039a3e4>2007-12-29 23:49:21 +0800
commit5ec19407d91e8e0e2a332c1aed378e983e442bfc (patch)
treed3a4656697bfc1aed894dc89011a3e5f1e91f899 /libempathy-gtk/empathy-ui-utils.h
parent2938c9d982778c3a6051647331ef8f571da77680 (diff)
downloadgsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.gz
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.bz2
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.lz
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.xz
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.tar.zst
gsoc2013-empathy-5ec19407d91e8e0e2a332c1aed378e983e442bfc.zip
Simplify chat theme system
git-svn-id: svn+ssh://svn.gnome.org/svn/empathy/trunk@507 4ee84921-47dd-4033-b63a-18d7a039a3e4
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h7
1 files changed, 5 insertions, 2 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index eb189545a..fd1f7c633 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -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