[CCode (has_construct_function = false)]
public Cancellable ();
public void cancel ();
- public ulong connect (GLib.Callback callback, void* data, GLib.DestroyNotify data_destroy_func);
+ public ulong connect ([CCode (type = "GCallback*")] owned GLib.Func<GLib.Cancellable> callback);
public void disconnect (ulong handler_id);
public static unowned GLib.Cancellable get_current ();
public int get_fd ();
GActionGroup::action_state_changed has_emitter="1"
g_cancellable_set_error_if_cancelled error_types="IOError"
+g_cancellable_connect.callback type_name="GLib.Func<GLib.Cancellable>" ctype="GCallback*" transfer_ownership="1"
+g_cancellable_connect.data hidden="1"
+g_cancellable_connect.data_destroy_func hidden="1"
GDBusAuthObserver::authorize_authenticated_peer has_emitter="1"
GDBusConnection:closed hidden="1"