Class DBusObjectSkeleton
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class DBusObjectSkeleton : Object, IObject, INotifyPropertyChanged, IDisposable, DBusObject, IHandle, GTypeProvider
- Inheritance
-
DBusObjectSkeleton
- Implements
- Inherited Members
Constructors
DBusObjectSkeleton(bool, params ConstructArgument[])
protected DBusObjectSkeleton(bool owned, params ConstructArgument[] constructArguments)
Parameters
owned
boolconstructArguments
ConstructArgument[]
DBusObjectSkeleton(IntPtr, bool)
protected DBusObjectSkeleton(IntPtr ptr, bool ownedRef)
Parameters
Fields
AuthorizeMethodSignal
Signal Descriptor for OnAuthorizeMethod.
public static readonly ReturningSignal<DBusObjectSkeleton, DBusObjectSkeleton.AuthorizeMethodSignalArgs, bool> AuthorizeMethodSignal
Field Value
GObjectPathPropertyDefinition
public static readonly Property<string?, DBusObjectSkeleton> GObjectPathPropertyDefinition
Field Value
Properties
GObjectPath
public string? GObjectPath { get; set; }
Property Value
Methods
AddInterface(DBusInterfaceSkeleton)
[Version("2.30")]
public void AddInterface(DBusInterfaceSkeleton @interface)
Parameters
interface
DBusInterfaceSkeleton
Flush()
[Version("2.30")]
public void Flush()
GetGType()
public static Type GetGType()
Returns
GetInterface(string)
[Version("2.30")]
public DBusInterface? GetInterface(string interfaceName)
Parameters
interfaceName
string
Returns
GetInterfaces()
[Version("2.30")]
public List GetInterfaces()
Returns
GetObjectPath()
[Version("2.30")]
public string GetObjectPath()
Returns
New(string)
[Version("2.30")]
public static DBusObjectSkeleton New(string objectPath)
Parameters
objectPath
string
Returns
RemoveInterface(DBusInterfaceSkeleton)
[Version("2.30")]
public void RemoveInterface(DBusInterfaceSkeleton @interface)
Parameters
interface
DBusInterfaceSkeleton
RemoveInterfaceByName(string)
[Version("2.30")]
public void RemoveInterfaceByName(string interfaceName)
Parameters
interfaceName
string
SetObjectPath(string)
[Version("2.30")]
public void SetObjectPath(string objectPath)
Parameters
objectPath
string
Events
OnAuthorizeMethod
public event ReturningSignalHandler<DBusObjectSkeleton, DBusObjectSkeleton.AuthorizeMethodSignalArgs, bool> OnAuthorizeMethod