[vala] glib-2.0: Fix bindings for g_hash_table_size



commit 2a0babbdc82c4dc5a5ca2752c320e72b39facc9c
Author: Florian Brosch <flo brosch gmail com>
Date:   Thu Jul 10 05:17:17 2014 +0200

    glib-2.0: Fix bindings for g_hash_table_size

 vapi/glib-2.0.vapi |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi
index fdf4e8c..2877072 100644
--- a/vapi/glib-2.0.vapi
+++ b/vapi/glib-2.0.vapi
@@ -4198,7 +4198,7 @@ namespace GLib {
                        return ht;
                }
                public uint length {
-                       [CCode (cname = "g_hash_table_get_size")]
+                       [CCode (cname = "g_hash_table_size")]
                        get;
                }
        }
@@ -4227,7 +4227,7 @@ namespace GLib {
                        ((GLib.HashTable<unowned T,T>) this).foreach ((k, v) => func (v));
                }
                public uint length {
-                       [CCode (cname = "g_hash_table_get_size")]
+                       [CCode (cname = "g_hash_table_size")]
                        get;
                }
        }


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