[vala] Revert "gobject-2.0: make ObjectClass.list_properties transfer container"



commit 3360251a8424aaca5cf8663963969f9b7c447658
Author: Evan Nemerson <evan nemerson com>
Date:   Wed Jun 11 20:37:18 2014 -0700

    Revert "gobject-2.0: make ObjectClass.list_properties transfer container"
    
    Breaks bootstrapping with valac <= 0.24

 vapi/gobject-2.0.vapi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi
index 6cd0e40..884e102 100644
--- a/vapi/gobject-2.0.vapi
+++ b/vapi/gobject-2.0.vapi
@@ -291,7 +291,7 @@ namespace GLib {
        public class ObjectClass : TypeClass {
                public unowned ParamSpec? find_property (string property_name);
                [CCode (array_length_type = "guint")]
-               public (unowned ParamSpec)[] list_properties ();
+               public unowned ParamSpec[] list_properties ();
                public void install_property (uint property_id, ParamSpec pspec);
        }
 


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