Table of Contents

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

uint

ManagedName

The name of the signal in dotnet.

string ManagedName { get; }

Property Value

string

UnmanagedName

The name of the signal in GObject/C.

string UnmanagedName { get; }

Property Value

string