Table of Contents

Class Language

Namespace
GtkSource
Assembly
GtkSource-5.dll
public class Language : Object, IDisposable, GTypeProvider, InstanceFactory
Inheritance
Language
Implements
Inherited Members

Constructors

Language(params ConstructArgument[])

public Language(params ConstructArgument[] constructArguments)

Parameters

constructArguments ConstructArgument[]

Language(LanguageHandle)

public Language(LanguageHandle handle)

Parameters

handle LanguageHandle

Fields

HiddenPropertyDefinition

public static readonly Property<bool, Language> HiddenPropertyDefinition

Field Value

Property<bool, Language>

IdPropertyDefinition

public static readonly Property<string?, Language> IdPropertyDefinition

Field Value

Property<string, Language>

NamePropertyDefinition

public static readonly Property<string?, Language> NamePropertyDefinition

Field Value

Property<string, Language>

SectionPropertyDefinition

public static readonly Property<string?, Language> SectionPropertyDefinition

Field Value

Property<string, Language>

Properties

Hidden

public bool Hidden { get; }

Property Value

bool

Id

public string? Id { get; }

Property Value

string

Name

public string? Name { get; }

Property Value

string

Section

public string? Section { get; }

Property Value

string

Methods

GetGType()

public static Type GetGType()

Returns

Type

GetGlobs()

public string[]? GetGlobs()

Returns

string[]

GetHidden()

public bool GetHidden()

Returns

bool

GetId()

public string GetId()

Returns

string

GetMetadata(string)

public string? GetMetadata(string name)

Parameters

name string

Returns

string

GetMimeTypes()

public string[]? GetMimeTypes()

Returns

string[]

GetName()

public string GetName()

Returns

string

GetSection()

public string GetSection()

Returns

string

GetStyleFallback(string)

public string? GetStyleFallback(string styleId)

Parameters

styleId string

Returns

string

GetStyleIds()

public string[]? GetStyleIds()

Returns

string[]

GetStyleName(string)

public string? GetStyleName(string styleId)

Parameters

styleId string

Returns

string