Fix g_file_enumerator_next_file* bindings
authorJürg Billeter <j@bitron.ch>
Thu, 26 Jun 2008 14:45:51 +0000 (14:45 +0000)
committerJürg Billeter <juergbi@src.gnome.org>
Thu, 26 Jun 2008 14:45:51 +0000 (14:45 +0000)
2008-06-26  Jürg Billeter  <j@bitron.ch>

* vapi/packages/gio-2.0/:

Fix g_file_enumerator_next_file* bindings

* vapi/gio-2.0.vapi: regenerated

svn path=/trunk/; revision=1652

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

index 29d3b64..80a3ef2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2008-06-26  Jürg Billeter  <j@bitron.ch>
+
+       * vapi/packages/gio-2.0/:
+
+       Fix g_file_enumerator_next_file* bindings
+
+       * vapi/gio-2.0.vapi: regenerated
+
 2008-06-26  Jared Moore  <jaredm@svn.gnome.org>
 
        * vapi/packages/gdk-2.0/gdk-2.0.metadata:
index f6f3459..ebd8b00 100644 (file)
@@ -1,4 +1,4 @@
-/* gio-2.0.vapi generated by vapigen, do not modify. */
+/* gio-2.0.vapi generated by lt-vapigen, do not modify. */
 
 [CCode (cprefix = "G", lower_case_cprefix = "g_")]
 namespace GLib {
@@ -333,9 +333,9 @@ namespace GLib {
                public virtual bool close_finish (GLib.AsyncResult _result) throws GLib.Error;
                [NoWrapper]
                public virtual bool close_fn (GLib.Cancellable? cancellable) throws GLib.Error;
-               public virtual weak GLib.FileInfo next_file (GLib.Cancellable? cancellable) throws GLib.Error;
+               public virtual GLib.FileInfo next_file (GLib.Cancellable? cancellable) throws GLib.Error;
                public virtual void next_files_async (int num_files, int io_priority, GLib.Cancellable? cancellable, GLib.AsyncReadyCallback callback);
-               public virtual weak GLib.List<GLib.FileInfo> next_files_finish (GLib.AsyncResult _result) throws GLib.Error;
+               public virtual GLib.List<GLib.FileInfo> next_files_finish (GLib.AsyncResult _result) throws GLib.Error;
        }
        [CCode (cheader_filename = "gio/gio.h")]
        public class FileIcon : GLib.Object, GLib.Icon, GLib.LoadableIcon {
index 608f039..b664f73 100644 (file)
@@ -12,7 +12,8 @@ g_file_create transfer_ownership="1"
 g_file_create_finish transfer_ownership="1"
 g_file_enumerate_children transfer_ownership="1"
 g_file_enumerate_children_finish transfer_ownership="1"
-g_file_enumerator_next_files_finish type_arguments="FileInfo"
+g_file_enumerator_next_file transfer_ownership="1"
+g_file_enumerator_next_files_finish type_arguments="FileInfo" transfer_ownership="1"
 g_file_find_enclosing_mount transfer_ownership="1"
 g_file_find_enclosing_mount_finish transfer_ownership="1"
 g_file_get_basename transfer_ownership="1"