]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
Fix g_file_query_info binding, fixes bug 548222
authorJürg Billeter <j@bitron.ch>
Sat, 27 Sep 2008 18:07:43 +0000 (18:07 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Sat, 27 Sep 2008 18:07:43 +0000 (18:07 +0000)
2008-09-27  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gio-2.0/:

Fix g_file_query_info binding, fixes bug 548222

* vapi/gio-2.0.vapi: regenerated

svn path=/trunk/; revision=1804

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

index 1c662a42233be65b16b17f01e399aa7c6d97500f..7b4e3d06c63dc30bc0a019aa32ad99943a312682 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-09-27  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gio-2.0/:
+
+       Fix g_file_query_info binding, fixes bug 548222
+
+       * vapi/gio-2.0.vapi: regenerated
+
 2008-09-27  Jürg Billeter  <j@bitron.ch>
 
        * vapi/packages/gstreamer-0.10/:
index 22987242a7598e5ce13b4d93b7861b02ccff827b..a1c94434e397662dc3060cd2a0a42e49a02a81e7 100644 (file)
@@ -768,9 +768,9 @@ namespace GLib {
                public abstract weak GLib.FileInfo query_filesystem_info (string attributes, GLib.Cancellable? cancellable) throws GLib.Error;
                public abstract void query_filesystem_info_async (string attributes, int io_priority, GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback);
                public abstract weak GLib.FileInfo query_filesystem_info_finish (GLib.AsyncResult res) throws GLib.Error;
-               public abstract weak GLib.FileInfo query_info (string attributes, GLib.FileQueryInfoFlags flags, GLib.Cancellable? cancellable) throws GLib.Error;
+               public abstract GLib.FileInfo query_info (string attributes, GLib.FileQueryInfoFlags flags, GLib.Cancellable? cancellable) throws GLib.Error;
                public abstract void query_info_async (string attributes, GLib.FileQueryInfoFlags flags, int io_priority, GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback);
-               public abstract weak GLib.FileInfo query_info_finish (GLib.AsyncResult res) throws GLib.Error;
+               public abstract GLib.FileInfo query_info_finish (GLib.AsyncResult res) throws GLib.Error;
                public abstract weak GLib.FileAttributeInfoList query_settable_attributes (GLib.Cancellable? cancellable) throws GLib.Error;
                public abstract weak GLib.FileAttributeInfoList query_writable_namespaces (GLib.Cancellable? cancellable) throws GLib.Error;
                public abstract void read_async (int io_priority, GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback);
index fdfe894f6386b9f75ba3dc5f921b652d488edf2e..1f5b5dcef727caf0de8a357a4b297870130f9a84 100644 (file)
@@ -35,6 +35,8 @@ g_file_new_for_commandline_arg transfer_ownership="1"
 g_file_new_for_path transfer_ownership="1"
 g_file_new_for_uri transfer_ownership="1"
 g_file_query_default_handler transfer_ownership="1"
+g_file_query_info transfer_ownership="1"
+g_file_query_info_finish transfer_ownership="1"
 g_file_read transfer_ownership="1"
 g_file_read_finish transfer_ownership="1"
 g_file_replace transfer_ownership="1"