Initial submission of GSSDP to Tizen IVI 78/1578/1
authorMark Ryan <mark.d.ryan@intel.com>
Thu, 30 Aug 2012 07:15:23 +0000 (09:15 +0200)
committerMark Ryan <mark.d.ryan@intel.com>
Thu, 30 Aug 2012 07:15:23 +0000 (09:15 +0200)
commit17c4f72d7d03d5b8e687f2407eff6ab94b845db4
tree49d8d0bf51660ff95fcd09ebf8d4456a7cf9b37c
Initial submission of GSSDP to Tizen IVI
95 files changed:
AUTHORS [new file with mode: 0644]
COPYING [new file with mode: 0644]
ChangeLog [new file with mode: 0644]
INSTALL [new file with mode: 0644]
Makefile.am [new file with mode: 0644]
Makefile.in [new file with mode: 0644]
NEWS [new file with mode: 0644]
README [new file with mode: 0644]
aclocal.m4 [new file with mode: 0644]
build-aux/config.guess [new file with mode: 0755]
build-aux/config.sub [new file with mode: 0755]
build-aux/depcomp [new file with mode: 0755]
build-aux/install-sh [new file with mode: 0755]
build-aux/ltmain.sh [new file with mode: 0644]
build-aux/missing [new file with mode: 0755]
config.h.in [new file with mode: 0644]
configure [new file with mode: 0755]
configure.ac [new file with mode: 0644]
doc/Makefile.am [new file with mode: 0644]
doc/Makefile.in [new file with mode: 0644]
doc/gssdp-docs.sgml [new file with mode: 0644]
doc/gssdp-overrides.txt [new file with mode: 0644]
doc/gssdp-sections.txt [new file with mode: 0644]
doc/gssdp.types [new file with mode: 0644]
doc/html/GSSDPClient.html [new file with mode: 0644]
doc/html/GSSDPResourceBrowser.html [new file with mode: 0644]
doc/html/GSSDPResourceGroup.html [new file with mode: 0644]
doc/html/annotation-glossary.html [new file with mode: 0644]
doc/html/ch01.html [new file with mode: 0644]
doc/html/gssdp-Error-codes.html [new file with mode: 0644]
doc/html/gssdp.devhelp2 [new file with mode: 0644]
doc/html/home.png [new file with mode: 0644]
doc/html/index.html [new file with mode: 0644]
doc/html/index.sgml [new file with mode: 0644]
doc/html/left.png [new file with mode: 0644]
doc/html/right.png [new file with mode: 0644]
doc/html/style.css [new file with mode: 0644]
doc/html/up.png [new file with mode: 0644]
doc/tmpl/gssdp-client.sgml [new file with mode: 0644]
doc/tmpl/gssdp-error.sgml [new file with mode: 0644]
doc/tmpl/gssdp-resource-browser.sgml [new file with mode: 0644]
doc/tmpl/gssdp-resource-group.sgml [new file with mode: 0644]
doc/tmpl/gssdp-unused.sgml [new file with mode: 0644]
doc/tmpl/gssdp.sgml [new file with mode: 0644]
doc/version.xml [new file with mode: 0644]
doc/version.xml.in [new file with mode: 0644]
gssdp-1.0-uninstalled.pc.in [new file with mode: 0644]
gssdp-1.0.pc.in [new file with mode: 0644]
gtk-doc.make [new file with mode: 0644]
libgssdp/Makefile.am [new file with mode: 0644]
libgssdp/Makefile.in [new file with mode: 0644]
libgssdp/gssdp-client-private.h [new file with mode: 0644]
libgssdp/gssdp-client.c [new file with mode: 0644]
libgssdp/gssdp-client.h [new file with mode: 0644]
libgssdp/gssdp-error.c [new file with mode: 0644]
libgssdp/gssdp-error.h [new file with mode: 0644]
libgssdp/gssdp-marshal.c [new file with mode: 0644]
libgssdp/gssdp-marshal.h [new file with mode: 0644]
libgssdp/gssdp-marshal.list [new file with mode: 0644]
libgssdp/gssdp-protocol.h [new file with mode: 0644]
libgssdp/gssdp-resource-browser.c [new file with mode: 0644]
libgssdp/gssdp-resource-browser.h [new file with mode: 0644]
libgssdp/gssdp-resource-group.c [new file with mode: 0644]
libgssdp/gssdp-resource-group.h [new file with mode: 0644]
libgssdp/gssdp-socket-functions.c [new file with mode: 0644]
libgssdp/gssdp-socket-functions.h [new file with mode: 0644]
libgssdp/gssdp-socket-source.c [new file with mode: 0644]
libgssdp/gssdp-socket-source.h [new file with mode: 0644]
libgssdp/gssdp.h [new file with mode: 0644]
m4/gtk-doc.m4 [new file with mode: 0644]
m4/introspection.m4 [new file with mode: 0644]
m4/libtool.m4 [new file with mode: 0644]
m4/ltoptions.m4 [new file with mode: 0644]
m4/ltsugar.m4 [new file with mode: 0644]
m4/ltversion.m4 [new file with mode: 0644]
m4/lt~obsolete.m4 [new file with mode: 0644]
m4/vapigen.m4 [new file with mode: 0644]
packaging/GSSDP.changes [new file with mode: 0644]
packaging/GSSDP.spec [new file with mode: 0644]
tests/Makefile.am [new file with mode: 0644]
tests/Makefile.in [new file with mode: 0644]
tests/gtest/Makefile.am [new file with mode: 0644]
tests/gtest/Makefile.in [new file with mode: 0644]
tests/gtest/test-functional.c [new file with mode: 0644]
tests/gtest/test-regression.c [new file with mode: 0644]
tests/gtest/test-util.c [new file with mode: 0644]
tests/gtest/test-util.h [new file with mode: 0644]
tests/test-browser.c [new file with mode: 0644]
tests/test-publish.c [new file with mode: 0644]
tools/Makefile.am [new file with mode: 0644]
tools/Makefile.in [new file with mode: 0644]
tools/gssdp-device-sniffer.c [new file with mode: 0644]
tools/gssdp-device-sniffer.ui [new file with mode: 0644]
vala/Makefile.am [new file with mode: 0644]
vala/Makefile.in [new file with mode: 0644]