>From 9d1d68e49d9cff93df98df476563e5211c5ace5a Mon Sep 17 00:00:00 2001 From: Michael 'Mickey' Lauer Date: Sun, 1 Mar 2009 04:07:57 +0100 Subject: [PATCH] glib-2.0.vapi: get_system_config_dirs() needs the same treatment as get_system_data_dirs() Signed-off-by: Michael 'Mickey' Lauer --- vapi/glib-2.0.vapi | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/vapi/glib-2.0.vapi b/vapi/glib-2.0.vapi index 5332675..34da3ee 100644 --- a/vapi/glib-2.0.vapi +++ b/vapi/glib-2.0.vapi @@ -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 (); -- 1.5.6.3