[vala] gudev-1.0: update to latest git



commit 911acf52f052a3847af0df5f81688edc9fc2b1b9
Author: Evan Nemerson <evan nemerson com>
Date:   Sun May 18 10:15:26 2014 -0700

    gudev-1.0: update to latest git
    
    Most of the metadata has been moved into annotations upstream.

 vapi/gudev-1.0.vapi              |    3 +++
 vapi/metadata/GUdev-1.0.metadata |   10 ----------
 2 files changed, 3 insertions(+), 10 deletions(-)
---
diff --git a/vapi/gudev-1.0.vapi b/vapi/gudev-1.0.vapi
index d0db744..e5f432c 100644
--- a/vapi/gudev-1.0.vapi
+++ b/vapi/gudev-1.0.vapi
@@ -51,11 +51,14 @@ namespace GUdev {
                [CCode (array_length = false, array_null_terminated = true)]
                public unowned string[]? get_sysfs_attr_as_strv (string name);
                public uint64 get_sysfs_attr_as_uint64 (string name);
+               [CCode (array_length = false, array_null_terminated = true)]
+               public unowned string[] get_sysfs_attr_keys ();
                public unowned string get_sysfs_path ();
                [CCode (array_length = false, array_null_terminated = true)]
                public unowned string[] get_tags ();
                public uint64 get_usec_since_initialized ();
                public bool has_property (string key);
+               public bool has_sysfs_attr (string key);
        }
        [CCode (cheader_filename = "gudev/gudev.h", type_id = "g_udev_enumerator_get_type ()")]
        public class Enumerator : GLib.Object {
diff --git a/vapi/metadata/GUdev-1.0.metadata b/vapi/metadata/GUdev-1.0.metadata
index 6080912..09a82ad 100644
--- a/vapi/metadata/GUdev-1.0.metadata
+++ b/vapi/metadata/GUdev-1.0.metadata
@@ -1,11 +1 @@
-// Report upstream
-Client.query_by* nullable
-Device
-       .get_device_file nullable
-       .get_driver nullable
-       .get_parent* skip=false nullable unowned=false
-       .get_property nullable
-       .get_property_as_strv nullable
-       .get_sysfs_attr nullable
-       .get_sysfs_attr_as_strv nullable
 DeviceNumber skip


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]