Struct gio_2_0_sys::GDBusObjectIface [] [src]

#[repr(C)]
pub struct GDBusObjectIface { pub parent_iface: GTypeInterface, pub get_object_path: Option<extern "C" fn(_: *mut GDBusObject) -> *const gchar>, pub get_interfaces: Option<extern "C" fn(_: *mut GDBusObject) -> *mut GList>, pub get_interface: Option<extern "C" fn(_: *mut GDBusObject, _: *const gchar) -> *mut GDBusInterface>, pub interface_added: Option<extern "C" fn(_: *mut GDBusObject, _: *mut GDBusInterface)>, pub interface_removed: Option<extern "C" fn(_: *mut GDBusObject, _: *mut GDBusInterface)>, }

Fields