[PATCH core 00/10] Grilo Net library
- From: Víctor Manuel Jáquez Leal <vjaquez igalia com>
- To: grilo-list gnome org
- Subject: [PATCH core 00/10] Grilo Net library
- Date: Mon, 4 Oct 2010 21:11:51 +0200
This patch set add a new helper library: grl-net. The purpose of this
new helper library is to ease the development of plugins.
Currently it only has an object: GrlNetWc, which is a simple and thin
web client. This web client will be enhanced later with cache
support.
Víctor Manuel Jáquez Leal (10):
wc: grilo net web client
wc: test app
build: libgrlnet
build: grilo-net pkg-config files
build: compile libs
grl-net: new header file
build: libgrlnet introspection
wc: gtkdoc documentation
doc: add the GrlNetWc definition
doc: fix the gtkdoc generation
Makefile.am | 2 +-
configure.ac | 12 +
doc/reference/Makefile.am | 22 +-
doc/reference/grilo-docs.sgml | 5 +
doc/reference/grilo-sections.txt | 26 ++
doc/reference/grilo.types | 1 +
grilo-net-0.1.pc.in | 15 +
grilo-net-uninstalled.pc.in | 15 +
libs/Makefile.am | 8 +
libs/net/Makefile.am | 81 ++++++
libs/net/grl-net-wc.c | 570 ++++++++++++++++++++++++++++++++++++++
libs/net/grl-net-wc.h | 134 +++++++++
libs/net/grl-net.h | 28 ++
libs/net/wc-test.c | 80 ++++++
14 files changed, 991 insertions(+), 8 deletions(-)
create mode 100644 grilo-net-0.1.pc.in
create mode 100644 grilo-net-uninstalled.pc.in
create mode 100644 libs/Makefile.am
create mode 100644 libs/net/Makefile.am
create mode 100644 libs/net/grl-net-wc.c
create mode 100644 libs/net/grl-net-wc.h
create mode 100644 libs/net/grl-net.h
create mode 100644 libs/net/wc-test.c
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]