soup-request: Add support to handle gresource URI requests
authorCarlos Garcia Campos <cgarcia@igalia.com>
Sun, 26 Aug 2012 13:20:34 +0000 (15:20 +0200)
committerCarlos Garcia Campos <carlosgc@gnome.org>
Sat, 20 Oct 2012 09:34:18 +0000 (11:34 +0200)
commitcbbde758b8ea533916fe25dc25d64bac564ea09a
tree48d74c0deed1885a5230ddcf897f4632bbbda257
parentaa8e1dc5127b56bd96e9d3068a6bfeb7c1a07a94
soup-request: Add support to handle gresource URI requests

GFile already supports gresource when using g_file_new_for_uri() with a
resource:// URI. We can add "resource" as a valid scheme for
SoupRequestFile and make sure the GFile is created with the gresource
URI for gresource requests.

https://bugzilla.gnome.org/show_bug.cgi?id=682721
configure.ac
docs/reference/libsoup-2.4-sections.txt
libsoup/soup-request-file.c
libsoup/soup-uri.c
libsoup/soup-uri.h
tests/Makefile.am
tests/resource-test.c [new file with mode: 0644]
tests/soup-tests.gresource.xml [new file with mode: 0644]