pub type GDebugControllerDBusClass = _GDebugControllerDBusClass;
Expand description
GDebugControllerDBusClass: @parent_class: The parent class. @authorize: Default handler for the #GDebugControllerDBus::authorize signal.
The virtual function table for #GDebugControllerDBus.
Since: 2.72
Aliased Type§
struct GDebugControllerDBusClass {
pub parent_class: _GObjectClass,
pub authorize: Option<unsafe extern "C" fn(*mut _GDebugControllerDBus, *mut _GDBusMethodInvocation) -> i32>,
pub padding: [*mut c_void; 12],
}
Fields§
§parent_class: _GObjectClass
§padding: [*mut c_void; 12]