gIOModuleNew: gIOModuleNew

Description Usage Arguments Value Author(s)

View source: R/gioFuncs.R

Description

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

Usage

1
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


RGtk2 documentation built on Oct. 14, 2021, 5:08 p.m.

Related to gIOModuleNew in RGtk2...