]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
gio-2.0: Update to 2.39.5+
authorRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Feb 2014 20:47:16 +0000 (21:47 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 16 Feb 2014 20:47:16 +0000 (21:47 +0100)
vapi/gio-2.0.vapi
vapi/metadata/Gio-2.0.metadata

index 39a9ba687ee1593ebd79c5524013af16bb7be801..a6776ce971dd076dae5013530df1ff1f971c4b9d 100644 (file)
@@ -299,6 +299,8 @@ namespace GLib {
                public uint get_inactivity_timeout ();
                public bool get_is_registered ();
                public bool get_is_remote ();
+               [NoWrapper]
+               public virtual int handle_local_options (GLib.VariantDict options);
                public void hold ();
                public static bool id_is_valid (string application_id);
                [NoWrapper]
@@ -1865,7 +1867,7 @@ namespace GLib {
                public unowned T get_op_res_gpointer<T> ();
                public ssize_t get_op_res_gssize ();
                public void* get_source_tag ();
-               public static bool is_valid (GLib.AsyncResult result, GLib.Object source, void* source_tag);
+               public static bool is_valid (GLib.AsyncResult result, GLib.Object? source, void* source_tag);
                public bool propagate_error () throws GLib.Error;
                [CCode (cheader_filename = "gio/gio.h", cname = "g_simple_async_report_gerror_in_idle")]
                public static async void report_gerror_in_idle (GLib.Object? object, GLib.Error error);
index 0c2ecfba428fbbfb7b7afe19966e5e7c6ef0e262..3f250ff8776ec460fadfa8a074093ee3cda0a290 100644 (file)
@@ -55,6 +55,7 @@ ActionEntry
   .change_state type="GLib.SimpleActionChangeStateCallback"
 ActionGroup
   .query_action#virtual_method virtual
+Application.handle_local_options#virtual_method skip=false
 Application.local_command_line
   .arguments ref type="unowned string[]"
   .exit_status out