diff options
author | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-19 01:03:24 +0800 |
---|---|---|
committer | Pierre-Luc Beaudoin <pierre-luc.beaudoin@collabora.co.uk> | 2009-08-19 04:19:14 +0800 |
commit | c5cf2e489ecda8e8f2f53f29120388ba15e635c8 (patch) | |
tree | 46a8a5f4a437458e41922073e76a3965e3d8db97 /libempathy-gtk/empathy-ui-utils.h | |
parent | 04a8b6b56f3beaabbbc17fe7e54983325df2a8ea (diff) | |
download | gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.tar gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.tar.gz gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.tar.bz2 gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.tar.lz gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.tar.xz gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.tar.zst gsoc2013-empathy-c5cf2e489ecda8e8f2f53f29120388ba15e635c8.zip |
Make empathy_make_absolute_url visible
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 10f889b0c..3299a44e0 100644 --- a/libempathy-gtk/empathy-ui-utils.h +++ b/libempathy-gtk/empathy-ui-utils.h @@ -112,6 +112,8 @@ GtkWidget * empathy_link_button_new (const gchar *url, void empathy_send_file_with_file_chooser (EmpathyContact *contact); void empathy_receive_file_with_file_chooser (EmpathyFTHandler *handler); +gchar * empathy_make_absolute_url (const gchar *url); + G_END_DECLS #endif /* __EMPATHY_UI_UTILS_H__ */ |