summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThiago Santos <thiagossantos@gmail.com>2016-11-28 21:20:07 -0300
committerThiago Santos <thiagossantos@gmail.com>2016-12-07 11:08:11 -0300
commit42209db3f5a8fd68158703f86b4867d854cbc29e (patch)
treeb4d590a4310134b3cacc2323fecc72302d2ccc17
parent714dc5e508a1e7a05353feb0cefb971a1f938087 (diff)
win32: update with gsthttp defsgstcookies
-rw-r--r--win32/common/libgsthttp.def52
1 files changed, 28 insertions, 24 deletions
diff --git a/win32/common/libgsthttp.def b/win32/common/libgsthttp.def
index 252bd9255..f23c2bc88 100644
--- a/win32/common/libgsthttp.def
+++ b/win32/common/libgsthttp.def
@@ -1,25 +1,29 @@
EXPORTS
- gst_http_cookie_new
- gst_http_cookie_copy
- gst_http_cookie_get_name
- gst_http_cookie_set_name
- gst_http_cookie_get_value
- gst_http_cookie_set_value
- gst_http_cookie_get_domain
- gst_http_cookie_set_domain
- gst_http_cookie_get_path
- gst_http_cookie_set_path
- gst_http_cookie_set_max_age
- gst_http_cookie_get_expires
- gst_http_cookie_set_expires
- gst_http_cookie_get_secure
- gst_http_cookie_set_secure
- gst_http_cookie_get_http_only
- gst_http_cookie_set_http_only
- gst_http_cookie_equal
- gst_http_cookie_free
- gst_http_cookies_free
- gst_http_cookie_jar_new
- gst_http_cookie_jar_add_cookie
- gst_http_cookie_jar_delete_cookie
- gst_http_cookie_jar_all_cookies
+ gst_http_cookie_clear
+ gst_http_cookie_copy
+ gst_http_cookie_copy_into
+ gst_http_cookie_equal
+ gst_http_cookie_free
+ gst_http_cookie_get_domain
+ gst_http_cookie_get_expires
+ gst_http_cookie_get_http_only
+ gst_http_cookie_get_name
+ gst_http_cookie_get_path
+ gst_http_cookie_get_secure
+ gst_http_cookie_get_type
+ gst_http_cookie_get_value
+ gst_http_cookie_jar_add_cookie
+ gst_http_cookie_jar_all_cookies
+ gst_http_cookie_jar_delete_cookie
+ gst_http_cookie_jar_get_type
+ gst_http_cookie_jar_new
+ gst_http_cookie_new
+ gst_http_cookie_set_domain
+ gst_http_cookie_set_expires
+ gst_http_cookie_set_http_only
+ gst_http_cookie_set_max_age
+ gst_http_cookie_set_name
+ gst_http_cookie_set_path
+ gst_http_cookie_set_secure
+ gst_http_cookie_set_value
+ gst_http_cookies_free