vala r1652 - in trunk: . vapi vapi/packages/gio-2.0
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1652 - in trunk: . vapi vapi/packages/gio-2.0
- Date: Thu, 26 Jun 2008 14:45:51 +0000 (UTC)
Author: juergbi
Date: Thu Jun 26 14:45:51 2008
New Revision: 1652
URL: http://svn.gnome.org/viewvc/vala?rev=1652&view=rev
Log:
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
Modified:
trunk/ChangeLog
trunk/vapi/gio-2.0.vapi
trunk/vapi/packages/gio-2.0/gio-2.0.metadata
Modified: trunk/vapi/gio-2.0.vapi
==============================================================================
--- trunk/vapi/gio-2.0.vapi (original)
+++ trunk/vapi/gio-2.0.vapi Thu Jun 26 14:45:51 2008
@@ -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 @@
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 {
Modified: trunk/vapi/packages/gio-2.0/gio-2.0.metadata
==============================================================================
--- trunk/vapi/packages/gio-2.0/gio-2.0.metadata (original)
+++ trunk/vapi/packages/gio-2.0/gio-2.0.metadata Thu Jun 26 14:45:51 2008
@@ -12,7 +12,8 @@
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]