summaryrefslogtreecommitdiff
path: root/gweb/gweb.h
diff options
context:
space:
mode:
authorSébastien Bianti <sebastien.bianti@linux.intel.com>2011-03-02 11:21:21 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2011-03-11 21:17:59 +0100
commit99f50b43bada3c69794e54bfb8f09f6f24da607c (patch)
tree642935d44f7e536fb9d6b7a8e99e4b9dbae2fe20 /gweb/gweb.h
parenta589baf3900d63bd00789a7a51114ebd5b2fa2b2 (diff)
downloadconnman-99f50b43bada3c69794e54bfb8f09f6f24da607c.tar.gz
connman-99f50b43bada3c69794e54bfb8f09f6f24da607c.tar.bz2
connman-99f50b43bada3c69794e54bfb8f09f6f24da607c.zip
gweb: Add user_agent_profile field in http header
Diffstat (limited to 'gweb/gweb.h')
-rw-r--r--gweb/gweb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gweb/gweb.h b/gweb/gweb.h
index 2979db52..3a76778d 100644
--- a/gweb/gweb.h
+++ b/gweb/gweb.h
@@ -60,6 +60,8 @@ gboolean g_web_set_accept(GWeb *web, const char *format, ...)
__attribute__((format(printf, 2, 3)));
gboolean g_web_set_user_agent(GWeb *web, const char *format, ...)
__attribute__((format(printf, 2, 3)));
+gboolean g_web_set_ua_profile(GWeb *web, const char *profile);
+
gboolean g_web_set_http_version(GWeb *web, const char *version);
void g_web_set_close_connection(GWeb *web, gboolean enabled);