vala r1804 - in trunk: . vapi vapi/packages/gio-2.0
- From: juergbi svn gnome org
- To: svn-commits-list gnome org
- Subject: vala r1804 - in trunk: . vapi vapi/packages/gio-2.0
- Date: Sat, 27 Sep 2008 18:07:43 +0000 (UTC)
Author: juergbi
Date: Sat Sep 27 18:07:43 2008
New Revision: 1804
URL: http://svn.gnome.org/viewvc/vala?rev=1804&view=rev
Log:
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
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 Sat Sep 27 18:07:43 2008
@@ -768,9 +768,9 @@
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);
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 Sat Sep 27 18:07:43 2008
@@ -35,6 +35,8 @@
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"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]