diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-28 22:49:07 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-29 01:02:16 +0800 |
commit | 74a34883df84726ad94359675f3c65a624619dc9 (patch) | |
tree | 835a0969941b42f5172ccbfed4a042099b430b9b /libempathy-gtk/empathy-ui-utils.h | |
parent | e388248780b01e51a5a1515cefc0240064620e74 (diff) | |
download | gsoc2013-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.h | 2 |
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 |