summaryrefslogtreecommitdiff
path: root/gweb/gweb.h
diff options
context:
space:
mode:
authorTomasz Bursztyka <tomasz.bursztyka@linux.intel.com>2011-06-22 09:28:54 +0300
committerSamuel Ortiz <sameo@linux.intel.com>2011-06-27 16:15:08 +0200
commit4d6fdeeb29d9c78ce99f54c6f7d01e6177706cad (patch)
treea71e16cf3d18aa68f82175d13be3984c06f24572 /gweb/gweb.h
parentb3eb89368c50be00119171f577e3b4c86c5464ab (diff)
downloadconnman-4d6fdeeb29d9c78ce99f54c6f7d01e6177706cad.tar.gz
connman-4d6fdeeb29d9c78ce99f54c6f7d01e6177706cad.tar.bz2
connman-4d6fdeeb29d9c78ce99f54c6f7d01e6177706cad.zip
gweb: added the capability to restrict the requests to a specific address family.
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 3a76778d..cfeceb63 100644
--- a/gweb/gweb.h
+++ b/gweb/gweb.h
@@ -54,6 +54,8 @@ void g_web_set_debug(GWeb *web, GWebDebugFunc func, gpointer user_data);
gboolean g_web_set_proxy(GWeb *web, const char *proxy);
+gboolean g_web_set_address_family(GWeb *web, int family);
+
gboolean g_web_add_nameserver(GWeb *web, const char *address);
gboolean g_web_set_accept(GWeb *web, const char *format, ...)