Function gio_2_0_sys::g_dbus_connection_call_with_unix_fd_list [] [src]

pub unsafe extern "C" fn g_dbus_connection_call_with_unix_fd_list(
    connection: *mut GDBusConnection,
    bus_name: *const gchar,
    object_path: *const gchar,
    interface_name: *const gchar,
    method_name: *const gchar,
    parameters: *mut GVariant,
    reply_type: *const GVariantType,
    flags: GDBusCallFlags,
    timeout_msec: gint,
    fd_list: *mut GUnixFDList,
    cancellable: *mut GCancellable,
    callback: Option<GAsyncReadyCallback>,
    user_data: gpointer
)