[vala] gio-2.0: Update to 2.41.0~
- From: Rico Tzschichholz <ricotz src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [vala] gio-2.0: Update to 2.41.0~
- Date: Thu, 24 Apr 2014 12:45:23 +0000 (UTC)
commit 71080226cee8e385281c0d12bd98caf83458d7c6
Author: Rico Tzschichholz <ricotz ubuntu com>
Date: Thu Apr 24 14:42:47 2014 +0200
gio-2.0: Update to 2.41.0~
vapi/gio-2.0.vapi | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/vapi/gio-2.0.vapi b/vapi/gio-2.0.vapi
index 93796fa..43c4a5a 100644
--- a/vapi/gio-2.0.vapi
+++ b/vapi/gio-2.0.vapi
@@ -1822,7 +1822,7 @@ namespace GLib {
public SettingsSchemaSource.from_directory (string directory, GLib.SettingsSchemaSource?
parent, bool trusted) throws GLib.Error;
[CCode (cheader_filename = "gio/gio.h")]
public static unowned GLib.SettingsSchemaSource get_default ();
- public void list_schemas (bool recursive, out string non_relocatable, out string relocatable);
+ public void list_schemas (bool recursive, [CCode (array_length = false, array_null_terminated
= true)] out string[] non_relocatable, [CCode (array_length = false, array_null_terminated = true)] out
string[] relocatable);
public GLib.SettingsSchema? lookup (string schema_id, bool recursive);
public GLib.SettingsSchemaSource @ref ();
public void unref ();
@@ -3497,7 +3497,11 @@ namespace GLib {
INVALID_FILE_CONTENT,
SELINUX_SECURITY_CONTEXT_UNKNOWN,
ADT_AUDIT_DATA_UNKNOWN,
- OBJECT_PATH_IN_USE;
+ OBJECT_PATH_IN_USE,
+ UNKNOWN_OBJECT,
+ UNKNOWN_INTERFACE,
+ UNKNOWN_PROPERTY,
+ PROPERTY_READ_ONLY;
[CCode (cheader_filename = "gio/gio.h")]
public static string encode_gerror (GLib.Error error);
[CCode (cheader_filename = "gio/gio.h")]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]