g_app_info_launch_default_for_uri.launch_context is nullable. Fixes bug
authorJaap A. Haitsma <jaap@haitsma.org>
Sun, 22 Jun 2008 17:21:50 +0000 (17:21 +0000)
committerJaap A. Haitsma <jhaitsma@src.gnome.org>
Sun, 22 Jun 2008 17:21:50 +0000 (17:21 +0000)
2008-06-22  Jaap A. Haitsma  <jaap@haitsma.org>

* vapi/packages/gio-2.0/gio-2.0.metadata:
g_app_info_launch_default_for_uri.launch_context is nullable.
Fixes bug #539618
* vapi/gio-2.0.vapi: Regenerated

svn path=/trunk/; revision=1627

ChangeLog
vapi/gio-2.0.vapi
vapi/packages/gio-2.0/gio-2.0.metadata

index 856a966..e048cef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-06-22  Jaap A. Haitsma  <jaap@haitsma.org>
+
+       * vapi/packages/gio-2.0/gio-2.0.metadata:
+       g_app_info_launch_default_for_uri.launch_context is nullable.
+       Fixes bug #539618
+       * vapi/gio-2.0.vapi: Regenerated
+
 2008-06-22  Jürg Billeter  <j@bitron.ch>
 
        * vapi/glib-2.0.vapi:
index 8739a8d..f6f3459 100644 (file)
@@ -1,4 +1,4 @@
-/* gio-2.0.vapi generated by lt-vapigen, do not modify. */
+/* gio-2.0.vapi generated by vapigen, do not modify. */
 
 [CCode (cprefix = "G", lower_case_cprefix = "g_")]
 namespace GLib {
@@ -634,7 +634,7 @@ namespace GLib {
                public static weak GLib.List get_all_for_type (string content_type);
                public static weak GLib.AppInfo get_default_for_type (string content_type, bool must_support_uris);
                public static weak GLib.AppInfo get_default_for_uri_scheme (string uri_scheme);
-               public static bool launch_default_for_uri (string uri, GLib.AppLaunchContext launch_context) throws GLib.Error;
+               public static bool launch_default_for_uri (string uri, GLib.AppLaunchContext? launch_context) throws GLib.Error;
                public abstract bool add_supports_type (string content_type) throws GLib.Error;
                public abstract bool can_remove_supports_type ();
                public abstract weak GLib.AppInfo dup ();
index 4259852..608f039 100644 (file)
@@ -1,5 +1,6 @@
 GLib cprefix="G" lower_case_cprefix="g_" cheader_filename="gio/gio.h"
 g_app_info_launch.envp is_array="1"
+g_app_info_launch_default_for_uri.launch_context nullable="1"
 g_app_info_launch_uris.envp is_array="1"
 g_data_input_stream_read_line.length is_out="1"
 g_data_input_stream_read_until.length is_out="1"