From 91f267c4e4df44dc1c6aef59975ed375887e33f9 Mon Sep 17 00:00:00 2001 From: Ronald Tessier Date: Tue, 6 Dec 2011 17:46:29 +0100 Subject: gweb: Extend gweb to send file --- gweb/gweb.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gweb/gweb.h') diff --git a/gweb/gweb.h b/gweb/gweb.h index cfeceb63..56405d2a 100644 --- a/gweb/gweb.h +++ b/gweb/gweb.h @@ -74,6 +74,9 @@ guint g_web_request_get(GWeb *web, const char *url, guint g_web_request_post(GWeb *web, const char *url, const char *type, GWebInputFunc input, GWebResultFunc func, gpointer user_data); +guint g_web_request_post_file(GWeb *web, const char *url, + const char *type, const char *file, + GWebResultFunc func, gpointer user_data); gboolean g_web_cancel_request(GWeb *web, guint id); -- cgit v1.2.3