[libnet-dbus-perl] 78/335: Added variant type

Intrigeri intrigeri at moszumanska.debian.org
Sat Mar 21 01:07:29 UTC 2015


This is an automated email from the git hooks/post-receive script.

intrigeri pushed a commit to branch experimental
in repository libnet-dbus-perl.

commit 160141ab5c8c13bee36c3f11f018e6d1f0631374
Author: Daniel P. Berrange <dan at berrange.com>
Date:   Mon Aug 22 12:31:14 2005 +0000

    Added variant type
---
 DBus.xs | 1 +
 1 file changed, 1 insertion(+)

diff --git a/DBus.xs b/DBus.xs
index b296de8..5c3b38f 100644
--- a/DBus.xs
+++ b/DBus.xs
@@ -339,6 +339,7 @@ BOOT:
         REGISTER_CONSTANT(DBUS_TYPE_STRING, TYPE_STRING);
         REGISTER_CONSTANT(DBUS_TYPE_UINT32, TYPE_UINT32);
         REGISTER_CONSTANT(DBUS_TYPE_UINT64, TYPE_UINT64);
+        REGISTER_CONSTANT(DBUS_TYPE_VARIANT, TYPE_VARIANT);
 
 	REGISTER_CONSTANT(DBUS_MESSAGE_TYPE_METHOD_CALL, MESSAGE_TYPE_METHOD_CALL);
 	REGISTER_CONSTANT(DBUS_MESSAGE_TYPE_METHOD_RETURN, MESSAGE_TYPE_METHOD_RETURN);

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dbus-perl.git



More information about the Pkg-perl-cvs-commits mailing list