aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-ui-utils.h
diff options
context:
space:
mode:
authorPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-08-28 22:49:07 +0800
committerPierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk>2009-08-29 01:02:16 +0800
commit74a34883df84726ad94359675f3c65a624619dc9 (patch)
tree835a0969941b42f5172ccbfed4a042099b430b9b /libempathy-gtk/empathy-ui-utils.h
parente388248780b01e51a5a1515cefc0240064620e74 (diff)
downloadgsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.tar
gsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.tar.gz
gsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.tar.bz2
gsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.tar.lz
gsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.tar.xz
gsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.tar.zst
gsoc2013-empathy-74a34883df84726ad94359675f3c65a624619dc9.zip
Add empathy_make_absolute_url_len to limit the lenght of url string
Related to http://bugzilla.gnome.org/show_bug.cgi?id=593207
Diffstat (limited to 'libempathy-gtk/empathy-ui-utils.h')
-rw-r--r--libempathy-gtk/empathy-ui-utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libempathy-gtk/empathy-ui-utils.h b/libempathy-gtk/empathy-ui-utils.h
index afb409af4..39baeaf41 100644
--- a/libempathy-gtk/empathy-ui-utils.h
+++ b/libempathy-gtk/empathy-ui-utils.h
@@ -110,6 +110,8 @@ void empathy_send_file_with_file_chooser (EmpathyContact *conta
void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler);
gchar * empathy_make_absolute_url (const gchar *url);
+gchar * empathy_make_absolute_url_len (const gchar *url,
+ guint len);
G_END_DECLS