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 | Defined By | |
---|---|---|
v_boolean : Boolean
|
GIRepository.Argument | |
v_double : Number
|
GIRepository.Argument | |
v_float : Number
|
GIRepository.Argument | |
v_int : Number
|
GIRepository.Argument | |
v_int16 : int16
|
GIRepository.Argument | |
v_int32 : Number
|
GIRepository.Argument | |
v_int64 : Number
|
GIRepository.Argument | |
v_int8 : Number
|
GIRepository.Argument | |
v_long : Number
|
GIRepository.Argument | |
v_pointer : void*
|
GIRepository.Argument | |
v_short : short
|
GIRepository.Argument | |
v_size : Number
|
GIRepository.Argument | |
v_ssize : Number
|
GIRepository.Argument | |
v_string : String
|
GIRepository.Argument | |
v_uint : Number
|
GIRepository.Argument | |
v_uint16 : Number
|
GIRepository.Argument | |
v_uint32 : Number
|
GIRepository.Argument | |
v_uint64 : Number
|
GIRepository.Argument | |
v_uint8 : Number
|
GIRepository.Argument | |
v_ulong : Number
|
GIRepository.Argument | |
v_ushort : ushort
|
GIRepository.Argument |
Method / Constructor | Defined By | |
---|---|---|
new GIRepository.Argument
()
Create a new GIRepository.Argument
Create a new GIRepository.Argument
|
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GIRepository
Method |
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 |
Reads a field identified by a GFieldInfo from a C structure or union.
|
GIRepository
Method |
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.
|