Type Alias GDBusInterfaceSkeletonClass

Source
pub type GDBusInterfaceSkeletonClass = _GDBusInterfaceSkeletonClass;
Expand description

GDBusInterfaceSkeletonClass: @parent_class: The parent class. @get_info: Returns a #GDBusInterfaceInfo. See g_dbus_interface_skeleton_get_info() for details. @get_vtable: Returns a #GDBusInterfaceVTable. See g_dbus_interface_skeleton_get_vtable() for details. @get_properties: Returns a #GVariant with all properties. See g_dbus_interface_skeleton_get_properties(). @flush: Emits outstanding changes, if any. See g_dbus_interface_skeleton_flush(). @g_authorize_method: Signal class handler for the #GDBusInterfaceSkeleton::g-authorize-method signal.

Class structure for #GDBusInterfaceSkeleton.

Since: 2.30

Aliased Type§

struct GDBusInterfaceSkeletonClass {
    pub parent_class: _GObjectClass,
    pub get_info: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton) -> *mut _GDBusInterfaceInfo>,
    pub get_vtable: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton) -> *mut _GDBusInterfaceVTable>,
    pub get_properties: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton) -> *mut _GVariant>,
    pub flush: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton)>,
    pub vfunc_padding: [*mut c_void; 8],
    pub g_authorize_method: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton, *mut _GDBusMethodInvocation) -> i32>,
    pub signal_padding: [*mut c_void; 8],
}

Fields§

§parent_class: _GObjectClass§get_info: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton) -> *mut _GDBusInterfaceInfo>§get_vtable: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton) -> *mut _GDBusInterfaceVTable>§get_properties: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton) -> *mut _GVariant>§flush: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton)>§vfunc_padding: [*mut c_void; 8]§g_authorize_method: Option<unsafe extern "C" fn(*mut _GDBusInterfaceSkeleton, *mut _GDBusMethodInvocation) -> i32>§signal_padding: [*mut c_void; 8]

Trait Implementations

Source§

impl Clone for _GDBusInterfaceSkeletonClass

Source§

fn clone(&self) -> _GDBusInterfaceSkeletonClass

Returns a copy of the value. Read more
1.0.0 · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for _GDBusInterfaceSkeletonClass

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl PartialEq for _GDBusInterfaceSkeletonClass

Source§

fn eq(&self, other: &_GDBusInterfaceSkeletonClass) -> bool

Tests for self and other values to be equal, and is used by ==.
1.0.0 · Source§

fn ne(&self, other: &Rhs) -> bool

Tests for !=. The default implementation is almost always sufficient, and should not be overridden without very good reason.
Source§

impl Copy for _GDBusInterfaceSkeletonClass

Source§

impl Eq for _GDBusInterfaceSkeletonClass

Source§

impl StructuralPartialEq for _GDBusInterfaceSkeletonClass