aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:49:21 +0800
committerXavier Claessens <xclaesse@src.gnome.org>2007-12-29 23:49:21 +0800
commit98d76879d49bbe8acddaa0b3f056ea556bda6b70 (patch)
treed3a4656697bfc1aed894dc89011a3e5f1e91f899 /libempathy-gtk/empathy-ui-utils.h
parent9c0af71c275a1e1a1fcbec99b90ab62acfecf67a (diff)
downloadgsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar
gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.gz
gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.bz2
gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.lz
gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.xz
gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.tar.zst
gsoc2013-empathy-98d76879d49bbe8acddaa0b3f056ea556bda6b70.zip
Simplify chat theme system
svn path=/trunk/; revision=507
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