gIOModuleNew {RGtk2}R Documentation

gIOModuleNew

Description

Creates a new GIOModule that will load the specific shared library when in use.

Usage

gIOModuleNew(filename)

Arguments

filename

filename of the shared library module.

Value

[GIOModule] a GIOModule from given filename, or NULL on error.

Author(s)

Derived by RGtkGen from GTK+ documentation


[Package RGtk2 version 2.20.21 Index]