]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gobject-2.0: Add binding for g_type_get_instance_count
authorRico Tzschichholz <ricotz@ubuntu.com>
Mon, 1 Dec 2014 13:23:41 +0000 (14:23 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Mon, 1 Dec 2014 13:23:41 +0000 (14:23 +0100)
vapi/gobject-2.0.vapi

index 85b1d7d13bf844a39c690bb9d536006297b79894..f015b3dca1b93e06afd04472f0b185e98159a02c 100644 (file)
@@ -71,6 +71,8 @@ namespace GLib {
 
                public void query (out TypeQuery query);
 
+               public int get_instance_count ();
+
                public TypeClass class_ref ();
                public unowned TypeClass class_peek ();