Struct gio_2_0_sys::GDBusObjectManagerIface [] [src]

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

Fields