]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
glib-2.0: Fix get_system_config_dirs binding
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>
Sun, 1 Mar 2009 03:07:57 +0000 (04:07 +0100)
committerJürg Billeter <j@bitron.ch>
Mon, 2 Mar 2009 10:27:11 +0000 (11:27 +0100)
get_system_config_dirs() needs the same treatment as get_system_data_dirs()

Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
vapi/glib-2.0.vapi

index 53326752ddbf93f81e0e60e9f50d936a867e5da6..34da3ee6be21295fb8a75bbf2044c2b8306df078 100644 (file)
@@ -1916,7 +1916,8 @@ namespace GLib {
                [CCode (cname = "g_get_system_data_dirs", array_length = false, array_null_terminated = true)]
                [NoArrayLength]
                public static weak string[] get_system_data_dirs ();
-               [CCode (cname = "g_get_system_config_dirs")]
+               [CCode (cname = "g_get_system_config_dirs", array_length = false, array_null_terminated = true)]
+               [NoArrayLength]
                public static weak string[] get_system_config_dirs ();
                [CCode (cname = "g_get_host_name")]
                public static weak string get_host_name ();