[gupnp-av] vala: Add custom binding for parse_last_change
- From: Jens Georg <jensgeorg src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gupnp-av] vala: Add custom binding for parse_last_change
- Date: Sun, 19 May 2013 14:56:12 +0000 (UTC)
commit e1c1252e7647778f0ed7c38547950255cfe68d44
Author: Jens Georg <mail jensge org>
Date: Sun May 19 16:53:54 2013 +0200
vala: Add custom binding for parse_last_change
Was missing due to varargs. Also needs manual binding instead of just
unhiding because it throws.
vala/gupnp-av-1.0-custom.vala | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/vala/gupnp-av-1.0-custom.vala b/vala/gupnp-av-1.0-custom.vala
index c26ee8a..b2078a5 100644
--- a/vala/gupnp-av-1.0-custom.vala
+++ b/vala/gupnp-av-1.0-custom.vala
@@ -48,4 +48,8 @@ namespace GUPnP {
public class SearchCriteriaParser : GLib.Object {
public virtual signal bool expression (string property, GUPnP.SearchCriteriaOp op, string value,
GLib.Error error);
}
+
+ public class LastChangeParser : GLib.Object {
+ public bool parse_last_change (uint instance_id, string last_change_xml, ...) throws GLib.Error;
+ }
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]