Imported Upstream version 0.14.4 59/84759/1 upstream upstream/0.14.4
authorchleun.moon <chleun.moon@samsung.com>
Mon, 22 Aug 2016 07:54:13 +0000 (16:54 +0900)
committerchleun.moon <chleun.moon@samsung.com>
Mon, 22 Aug 2016 07:55:57 +0000 (16:55 +0900)
commit4516d0f9761bd38a0db52c47fec34a4031501c17
tree057179abd3a79dc95c9887a4373610200e04b331
parent49b59332e4bdeeab309021b2a2b2572afe8641fa
Imported Upstream version 0.14.4

Signed-off-by: cheoleun <chleun.moon@samsung.com>
Change-Id: I8315755fa4c1d1bf92558249fcccb7b841d79e61
91 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]
build-aux/test-driver [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/introspection.m4 [new file with mode: 0644]
m4/vapigen.m4 [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/GSSDP-1.0.metadata [new file with mode: 0644]
vala/Makefile.am [new file with mode: 0644]
vala/Makefile.in [new file with mode: 0644]
vala/gssdp-1.0-custom.vala [new file with mode: 0644]
vala/gssdp-1.0.deps [new file with mode: 0644]