aboutsummaryrefslogtreecommitdiffstats
path: root/tp-account-widgets/tpaw-utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'tp-account-widgets/tpaw-utils.h')
-rw-r--r--tp-account-widgets/tpaw-utils.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/tp-account-widgets/tpaw-utils.h b/tp-account-widgets/tpaw-utils.h
index 8a40dc93b..f8fad91ef 100644
--- a/tp-account-widgets/tpaw-utils.h
+++ b/tp-account-widgets/tpaw-utils.h
@@ -58,6 +58,11 @@ void tpaw_window_present_with_time (GtkWindow *window,
guint32 timestamp);
GtkWindow * tpaw_get_toplevel_window (GtkWidget *widget);
+/* URL */
+gchar * tpaw_make_absolute_url (const gchar *url);
+gchar * tpaw_make_absolute_url_len (const gchar *url,
+ guint len);
+
/* Copied from wocky/wocky-utils.h */
#define tpaw_implement_finish_void(source, tag) \