GDBusInterfaceSkeletonClass

Class structure for GDBusInterfaceSkeleton. GObjectClass 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 "g-authorize-method" signal. Since 2.30

Members

Variables

flush
void function(GDBusInterfaceSkeleton* iface) flush;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
gAuthorizeMethod
int function(GDBusInterfaceSkeleton* iface, GDBusMethodInvocation* invocation) gAuthorizeMethod;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getInfo
GDBusInterfaceInfo* function(GDBusInterfaceSkeleton* iface) getInfo;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getProperties
GVariant* function(GDBusInterfaceSkeleton* iface) getProperties;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
getVtable
GDBusInterfaceVTable* function(GDBusInterfaceSkeleton* iface) getVtable;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
parentClass
GObjectClass parentClass;
Undocumented in source.

Meta