Back to Seed Clases

GIRepository


Classes

Interfaces

Structs

Unions

Enums

Union GIRepository.Argument

Import line: GIRepository = imports.gi.GIRepository;
GIR File: GIRepository-2.0.gir
C documentation: GIRepository
Union : Argument
  Show / Hide Inherited methods, properties and signals
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GIRepository.Argument ()
Create a new GIRepository.Argument
Create a new GIRepository.Argument
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GIRepository
Method
GIRepository.constant_info_get_value (IBaseInfo info, Argument value) : Number
Obtain the value associated with the GIConstantInfo and store it in the The size of the constant value stored in argument will be returned.
GIRepository
Method
GIRepository.field_info_get_field (IBaseInfo field_info, void* mem, Argument value) : Boolean
Reads a field identified by a GFieldInfo from a C structure or union.
GIRepository
Method
GIRepository.field_info_set_field (IBaseInfo field_info, void* mem, Argument value) : Boolean
Writes a field identified by a GFieldInfo to a C structure or union.
GIRepository
Method
GIRepository.function_info_invoke (IBaseInfo info, Argument in_args, Number n_in_args, Argument out_args, Number n_out_args, Argument return_value) : Boolean
Invokes the function described in info with the given arguments.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:54 GMT+0800 (HKT)