+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/:
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);
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"