get_system_config_dirs() needs the same treatment as get_system_data_dirs()
Signed-off-by: Michael 'Mickey' Lauer <mlauer@vanille-media.de>
[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 ();