From: Rico Tzschichholz Date: Mon, 1 Dec 2014 13:23:41 +0000 (+0100) Subject: gobject-2.0: Add binding for g_type_get_instance_count X-Git-Tag: 0.27.1~41 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=aaec83ff49ded8de3349934305e0f9f1171501d7;p=thirdparty%2Fvala.git gobject-2.0: Add binding for g_type_get_instance_count --- diff --git a/vapi/gobject-2.0.vapi b/vapi/gobject-2.0.vapi index 85b1d7d13..f015b3dca 100644 --- a/vapi/gobject-2.0.vapi +++ b/vapi/gobject-2.0.vapi @@ -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 ();