[Vala] How to cancel async GIO DBus method?
- From: Tal Hadad <tal_hd hotmail com>
- To: Vala Mail List <vala-list gnome org>
- Subject: [Vala] How to cancel async GIO DBus method?
- Date: Thu, 24 Nov 2011 18:22:12 +0200
Async GIO method can be canceled by Cancelable.
Is there any way to cancel async DBus method by GIO?
This is the method I may need to cancel:
[DBus (name = "org.freedesktop.DBus")]
internal interface MasterDBus : GLib.Object {
public abstract async string[] list_names () throws IOError;
}
Thanks,
Tal
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]