gIoExtensionPointGetExtensionByName {RGtk2}R Documentation

gIoExtensionPointGetExtensionByName

Description

Finds a GIOExtension for an extension point by name.

Usage

gIoExtensionPointGetExtensionByName(object, name)

Arguments

object

a GIOExtensionPoint

name

the name of the extension to get

Value

[GIOExtension] the GIOExtension for extension.point that has the given name, or NULL if there is no extension with that name

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]