Interface SignalDefinition
- Namespace
- GObject
- Assembly
- GObject-2.0.dll
public interface SignalDefinition
Properties
Id
The Id of the signal in GObject/C
uint Id { get; }
Property Value
ManagedName
The name of the signal in dotnet.
string ManagedName { get; }
Property Value
UnmanagedName
The name of the signal in GObject/C.
string UnmanagedName { get; }