[gupnp-vala] Update for gssdp version 0.11.0
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-vala] Update for gssdp version 0.11.0
- Date: Thu, 16 Jun 2011 14:02:05 +0000 (UTC)
commit 1df71c17bd7cf1a7b65009c4ff6349fd72a600a0
Author: Jens Georg <mail jensge org>
Date: Thu Jun 16 13:19:38 2011 +0200
Update for gssdp version 0.11.0
configure.ac | 2 +-
gssdp-1.0/gssdp-1.0.deps | 1 +
gssdp-1.0/gssdp-1.0.gi | 4 +++-
3 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 0a3f202..0ef5238 100644
--- a/configure.ac
+++ b/configure.ac
@@ -25,7 +25,7 @@ if test "x$PKG_CONFIG" = "xno"; then
AC_MSG_ERROR([Cannot find the "pkg-config" program in your PATH])
fi
-PKG_CHECK_MODULES(GSSDP, [gssdp-1.0 >= 0.9.2])
+PKG_CHECK_MODULES(GSSDP, [gssdp-1.0 >= 0.11.0])
PKG_CHECK_MODULES(GUPNP, [gupnp-1.0 >= 0.13.3],
has_gupnp=yes,
diff --git a/gssdp-1.0/gssdp-1.0.deps b/gssdp-1.0/gssdp-1.0.deps
index e69de29..cd10dfd 100644
--- a/gssdp-1.0/gssdp-1.0.deps
+++ b/gssdp-1.0/gssdp-1.0.deps
@@ -0,0 +1 @@
+gio-2.0
diff --git a/gssdp-1.0/gssdp-1.0.gi b/gssdp-1.0/gssdp-1.0.gi
index 3f52807..b24201d 100644
--- a/gssdp-1.0/gssdp-1.0.gi
+++ b/gssdp-1.0/gssdp-1.0.gi
@@ -9,6 +9,9 @@
<member name="GSSDP_ERROR_FAILED" value="1"/>
</enum>
<object name="GSSDPClient" parent="GObject" type-name="GSSDPClient" get-type="gssdp_client_get_type">
+ <implements>
+ <interface name="GInitable"/>
+ </implements>
<method name="get_active" symbol="gssdp_client_get_active">
<return-type type="gboolean"/>
<parameters>
@@ -68,7 +71,6 @@
</parameters>
</method>
<property name="active" type="gboolean" readable="1" writable="1" construct="0" construct-only="0"/>
- <property name="error" type="gpointer" readable="0" writable="1" construct="0" construct-only="1"/>
<property name="host-ip" type="char*" readable="1" writable="0" construct="0" construct-only="0"/>
<property name="interface" type="char*" readable="1" writable="1" construct="0" construct-only="1"/>
<property name="main-context" type="gpointer" readable="1" writable="1" construct="0" construct-only="1"/>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]