Functions¶
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Details¶
- Ags.buffer_util_char_buffer_read_complex(cbuffer, byte_order)¶
- Parameters:
- Returns:
the
Ags.Complexvalue- Return type:
Read a
Ags.Complexquantity of cbuffer.New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_double(cbuffer, byte_order)¶
- Parameters:
- Returns:
the
floatvalue- Return type:
Read a
floatquantity of cbuffer.New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_float(cbuffer, byte_order)¶
- Parameters:
- Returns:
the
floatvalue- Return type:
Read a
floatquantity of cbuffer.New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_s16(cbuffer, byte_order)¶
- Parameters:
- Returns:
the gint16 value
- Return type:
Read a gint16 quantity of cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_s24(cbuffer, byte_order)¶
- Parameters:
- Returns:
the gint32 value
- Return type:
Read a gint32 24 bit quantity of cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_s32(cbuffer, byte_order)¶
- Parameters:
- Returns:
the gint32 value
- Return type:
Read a gint32 32 bit quantity of cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_s64(cbuffer, byte_order)¶
- Parameters:
- Returns:
the gint64 value
- Return type:
Read a gint64 64 bit quantity of cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_read_s8(cbuffer, byte_order)¶
- Parameters:
- Returns:
the gint8 value
- Return type:
Read a gint8 quantity of cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_swap_bytes(cbuffer, word_size, buffer_size)¶
- Parameters:
Swap bytes in view of Little/Big-Endian.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_to_complex(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the
Ags.Complexbuffer- Return type:
Unpack cbuffer to a
Ags.ComplexbufferNew in version 3.0.0.
- Ags.buffer_util_char_buffer_to_double(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the
floatbuffer- Return type:
Unpack cbuffer to a
floatbufferNew in version 3.0.0.
- Ags.buffer_util_char_buffer_to_float(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the
floatbuffer- Return type:
Unpack cbuffer to a
floatbufferNew in version 3.0.0.
- Ags.buffer_util_char_buffer_to_s16(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the gint16 buffer
- Return type:
Unpack cbuffer to a gint16 buffer
New in version 3.0.0.
- Ags.buffer_util_char_buffer_to_s24(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the gint32 buffer
- Return type:
Unpack cbuffer to a gint32 buffer
New in version 3.0.0.
- Ags.buffer_util_char_buffer_to_s32(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the gint32 buffer
- Return type:
Unpack cbuffer to a gint32 buffer
New in version 3.0.0.
- Ags.buffer_util_char_buffer_to_s64(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the gint64 buffer
- Return type:
Unpack cbuffer to a gint64 buffer
New in version 3.0.0.
- Ags.buffer_util_char_buffer_to_s8(cbuffer, buffer_size)¶
- Parameters:
- Returns:
the gint8 buffer
- Return type:
Unpack cbuffer to a gint8 buffer
New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_complex(cbuffer, value, byte_order)¶
- Parameters:
cbuffer (
int) – the character buffervalue (
Ags.Complex) – theAgs.Complexvaluebyte_order (
int) – reverse order
Write a
Ags.Complexquantity to cbuffer.New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_double(cbuffer, value, byte_order)¶
- Parameters:
Write a
floatquantity to cbuffer.New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_float(cbuffer, value, byte_order)¶
- Parameters:
Write a
floatquantity to cbuffer.New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_s16(cbuffer, value, byte_order)¶
- Parameters:
Write a gint16 quantity to cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_s24(cbuffer, value, byte_order)¶
- Parameters:
Write a gint32 quantity to cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_s32(cbuffer, value, byte_order)¶
- Parameters:
Write a gint32 quantity to cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_s64(cbuffer, value, byte_order)¶
- Parameters:
Write a gint64 quantity to cbuffer.
New in version 3.0.0.
- Ags.buffer_util_char_buffer_write_s8(cbuffer, value, byte_order)¶
- Parameters:
Write a gint8 quantity to cbuffer.
New in version 3.0.0.
- Ags.buffer_util_complex_to_char_buffer(buffer, buffer_length)¶
- Parameters:
buffer (
Ags.Complex) – theAgs.Complexbufferbuffer_length (
int) – the buffer length
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_double_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_float_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_s16_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_s24_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_s32_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_s64_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.buffer_util_s8_to_char_buffer(buffer, buffer_length)¶
- Parameters:
- Returns:
the guchar buffer
- Return type:
Pack buffer into an guchar buffer.
New in version 3.0.0.
- Ags.cclosure_marshal_BOOLEAN__OBJECT_OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_BOOLEAN__POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_BOOLEAN__UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_BOOLEAN__VOID(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_DOUBLE__DOUBLE_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_INT64__OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_INT__VOID(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__OBJECT_OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__OBJECT_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__OBJECT_POINTER_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_OBJECT__VOID(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__INT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_POINTER_INT64(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_POINTER_OBJECT_POINTER_STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_POINTER_OBJECT_STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_POINTER_POINTER_OBJECT_STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_STRING_STRING_STRING_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_STRING_STRING_STRING_STRING_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_STRING_STRING_STRING_STRING_UINT_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__OBJECT_STRING_STRING_STRING_UINT_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__POINTER_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__POINTER_POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__POINTER_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__POINTER_UINT_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__STRING_STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_POINTER__VOID(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_STRING__POINTER_STRING_STRING_STRING_STRING_UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_STRING__STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_UINT__INT_UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_UINT__VOID(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__BOOLEAN_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__DOUBLE_DOUBLE(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__INT64_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__INT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__INT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__INT_UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__OBJECT_OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__OBJECT_OBJECT_OBJECT_INT_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_OBJECT_UINT_INT_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__OBJECT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__OBJECT_UINT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_INT_INT_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_INT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_OBJECT_OBJECT_STRING_STRING_STRING_UINT_UINT_UINT_UINT_INT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_POINTER_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_STRING_STRING_STRING_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_UINT_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__POINTER_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__STRING_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__STRING_STRING_STRING(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__STRING_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__STRING_UINT_DOUBLE(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__STRING_UINT_POINTER(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__STRING_UINT_STRING_DOUBLE(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT64(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_DOUBLE(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_DOUBLE_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_INT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_POINTER_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_STRING_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT_BOOLEAN(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT_UINT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT_UINT_UINT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.cclosure_marshal_VOID__UINT_UINT_UINT_UINT_UINT_UINT_UINT(closure, return_value, n_param_values, param_values, invocation_hint, marshal_data)¶
- Parameters:
closure (
GObject.Closure) –return_value (
GObject.Value) –n_param_values (
int) –param_values (
GObject.Value) –
- Ags.complex_alloc()¶
- Returns:
a new
Ags.Complex-struct- Return type:
Allocate
Ags.Complex-structNew in version 3.0.0.
- Ags.controller_resource_alloc(group_id, user_id, access_mode)¶
- Parameters:
- Returns:
the newly allocated
Ags.ControllerResource-struct- Return type:
Allocated
Ags.ControllerResource-struct.New in version 3.0.0.
- Ags.controller_resource_free(controller_resource)¶
- Parameters:
controller_resource (
objectorNone) – theAgs.ControllerResource-struct
Free controller_resource.
New in version 3.0.0.
- Ags.controller_resource_ref(controller_resource)¶
- Parameters:
controller_resource (
objectorNone) – theAgs.ControllerResource-struct
Increase ref-count of controller_resource.
New in version 3.0.0.
- Ags.controller_resource_unref(controller_resource)¶
- Parameters:
controller_resource (
objectorNone) – theAgs.ControllerResource-struct
Decrease ref-count of controller_resource and free it if ref-count drops to 0.
New in version 3.0.0.
- Ags.destroy_entry_alloc(ptr, destroy_func)¶
- Parameters:
destroy_func (
Ags.DestroyFunc) – the ptr's destroy function
- Returns:
the allocated
Ags.DestroyEntry- Return type:
Allocated a destroy entry.
New in version 3.0.0.
- Ags.destroy_util_dispose_and_unref(gobject)¶
- Parameters:
gobject (
GObject.Object) – theGObject.Objectto destroy
Run dispose and unref gobject.
New in version 3.0.0.
- Ags.endian_host_is_be()¶
-
Check host is Big Endian.
New in version 3.0.0.
- Ags.endian_host_is_le()¶
-
Check host is Little Endian.
New in version 3.0.0.
- Ags.endian_swap_float(x)¶
-
Swaps the floating point numbers endianness.
New in version 3.0.0.
- Ags.file_util_alloc(app_encoding, encoding)¶
- Parameters:
- Returns:
a new
Ags.FileUtil-struct- Return type:
Allocate
Ags.FileUtil-structNew in version 6.3.0.
- Ags.globals_get(key)¶
- Parameters:
key (
str) – the key as string- Returns:
the
GObject.Value-struct if key found, otherwiseNone- Return type:
Get global value for key.
New in version 3.0.0.
- Ags.globals_get_hash_table()¶
- Returns:
the
GLib.HashTablecontainig globals- Return type:
{
str:GObject.Value}
Get globals hash table.
New in version 3.0.0.
- Ags.globals_set(key, value)¶
- Parameters:
key (
str) – the key as stringvalue (
GObject.Value) – theGObject.Value-struct
Set global key/value.
New in version 3.0.0.
- Ags.id_generator_create_uuid()¶
- Returns:
the UUID as string
- Return type:
Creates a new string containing an UUID.
New in version 3.0.0.
- Ags.list_util_find_type(list, gtype)¶
- Parameters:
list ([
GObject.Object]) – theGLib.List-structgtype (
GObject.GType) – theGObject.GTypeto find
- Returns:
the next matching
GLib.List-struct- Return type:
Find gtype within list.
New in version 3.0.0.
- Ags.login_info_alloc()¶
- Returns:
the newly allocated
Ags.LoginInfo-struct- Return type:
Alloc
Ags.LoginInfo-struct.New in version 3.0.0.
- Ags.login_info_free(login_info)¶
- Parameters:
login_info (
objectorNone) – theAgs.LoginInfo-struct
Free login_info.
New in version 3.0.0.
- Ags.login_info_ref(login_info)¶
- Parameters:
login_info (
objectorNone) – theAgs.LoginInfo-struct
Increase ref-count of login_info.
New in version 3.0.0.
- Ags.login_info_unref(login_info)¶
- Parameters:
login_info (
objectorNone) – theAgs.LoginInfo-struct
Decrease ref-count of login_info and free it if ref-count drops to 0.
New in version 3.0.0.
- Ags.math_util_coefficient_to_complex(coefficient)¶
- Parameters:
coefficient (
str) – the coefficient string- Returns:
Trueon success, otherwiseFalse- value:
return location of value
- Return type:
(
bool, value:Ags.Complex)
Compute value from coefficient.
New in version 3.6.0.
- Ags.math_util_find_exponent_parenthesis(str)¶
- Parameters:
str (
str) – the string- Returns:
- exponent_open_position:
exponent open position array return location
- exponent_close_position:
exponent close position array return location
- exponent_open_position_count:
exponent open position count return location
- exponent_close_position_count:
exponent close position count return location
- Return type:
(exponent_open_position:
int, exponent_close_position:int, exponent_open_position_count:int, exponent_close_position_count:int)
Find exponent parenthesis.
New in version 3.2.0.
- Ags.math_util_find_function(str)¶
- Parameters:
str (
str) – the string- Returns:
the string offset matching function, otherwise
None- Return type:
Find next function.
New in version 3.2.0.
- Ags.math_util_find_function_parenthesis(str)¶
- Parameters:
str (
str) – the string- Returns:
- function_open_position:
function open position array return location
- function_close_position:
function close position array return location
- function_open_position_count:
function open position count return location
- function_close_position_count:
function close position count return location
- Return type:
(function_open_position:
int, function_close_position:int, function_open_position_count:int, function_close_position_count:int)
Find function parenthesis.
New in version 3.2.0.
- Ags.math_util_find_parenthesis_all(str)¶
- Parameters:
str (
str) – the string- Returns:
- open_position:
open position array return location
- close_position:
close position array return location
- open_position_count:
open position count return location
- close_position_count:
close position count return location
- Return type:
(open_position:
int, close_position:int, open_position_count:int, close_position_count:int)
Find all parenthesis.
New in version 3.2.0.
- Ags.math_util_find_symbol(str)¶
- Parameters:
str (
str) – the string- Returns:
the string offset matching symbol, otherwise
None- Return type:
Find next symbol.
New in version 3.2.0.
- Ags.math_util_find_term_parenthesis(str)¶
- Parameters:
str (
str) – the string- Returns:
- term_open_position:
term open position array return location
- term_close_position:
term close position array return location
- term_open_position_count:
term open position count return location
- term_close_position_count:
term close position count return location
- Return type:
(term_open_position:
int, term_close_position:int, term_open_position_count:int, term_close_position_count:int)
Find term parenthesis.
New in version 3.2.0.
- Ags.math_util_is_term(term)¶
-
Test if term is a term.
New in version 3.2.0.
- Ags.math_util_match_coefficient(offset, end_ptr)¶
- Parameters:
- Returns:
- Return type:
Match coefficient including optional sign.
New in version 3.6.0.
- Ags.math_util_match_exponent(offset, end_ptr)¶
- Parameters:
- Returns:
- Return type:
Match exponent with or without parenthesis.
New in version 3.6.0.
- Ags.math_util_match_function(offset, end_ptr)¶
- Parameters:
- Returns:
- Return type:
Match function.
New in version 3.6.0.
- Ags.math_util_match_operator(offset, end_ptr)¶
- Parameters:
- Returns:
- Return type:
Match operator.
New in version 3.6.0.
- Ags.math_util_match_sign(offset, end_ptr)¶
- Parameters:
- Returns:
- Return type:
Match sign.
New in version 3.6.0.
- Ags.math_util_match_symbol(offset, end_ptr)¶
- Parameters:
- Returns:
- Return type:
Match symbol including optional sign.
New in version 3.6.0.
- Ags.math_util_multiply_coefficient_all(coefficient, value_count)¶
- Parameters:
- Return type:
- Ags.math_util_split_polynomial(polynomial)¶
- Parameters:
polynomial (
str) – the polynomial- Returns:
- factor:
the return location of factors
- factor_exponent:
the return location of factor exponents
- Return type:
Split polynomial into coefficient, powers of symbols and summand.
New in version 3.2.0.
- Ags.math_util_split_sum(sum)¶
-
Split sum into summands.
New in version 3.2.0.
- Ags.plugin_read(file, node, plugin)¶
- Parameters:
file (
GObject.Object) – theGObject.Objectnode (
libxml2.Node) – the nodeplugin (
Ags.Plugin) – theAgs.Plugin
Read of file.
New in version 3.0.0.
- Ags.plugin_write(file, parent, plugin)¶
- Parameters:
file (
GObject.Object) – theGObject.Objectparent (
libxml2.Node) – the parent nodeplugin (
Ags.Plugin) – theAgs.Plugin
- Returns:
the new node you created
- Return type:
Write to file.
New in version 3.0.0.
- Ags.regex_util_alloc(app_encoding, encoding, is_unichar, is_unichar2)¶
- Parameters:
- Returns:
a new
Ags.RegexUtil-struct- Return type:
Allocate
Ags.RegexUtil-structNew in version 6.3.2.
- Ags.solver_path_alloc(nth_column, nth_row_a, nth_row_b)¶
- Parameters:
- Returns:
a new
Ags.SolverPath-struct- Return type:
Allocate
Ags.SolverPath-structNew in version 6.7.1.
- Ags.soundcard_helper_config_get_buffer_size(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
the buffer size
- Return type:
Get buffer size.
New in version 3.0.0.
- Ags.soundcard_helper_config_get_cache_buffer_size(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
the cache buffer size
- Return type:
Get cache buffer size.
New in version 6.10.4.
- Ags.soundcard_helper_config_get_dsp_channels(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
the count of dsp channels
- Return type:
Get dsp channels count.
New in version 3.0.0.
- Ags.soundcard_helper_config_get_format(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
the format
- Return type:
Get format as
Ags.SoundcardFormat-enum.New in version 3.0.0.
- Ags.soundcard_helper_config_get_pcm_channels(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
the count of pcm channels
- Return type:
Get pcm channels count.
New in version 3.0.0.
- Ags.soundcard_helper_config_get_samplerate(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
the samplerate
- Return type:
Get samplerate.
New in version 3.0.0.
- Ags.soundcard_helper_config_get_use_cache(config)¶
- Parameters:
config (
Ags.Config) – theAgs.Config- Returns:
- Return type:
Get use cache.
New in version 6.10.4.
- Ags.string_util_escape_single_quote(str)¶
-
Escape all occurence of single quotes.
New in version 3.0.0.
- Ags.string_util_from_mcoded7(mcoded7_str)¶
- Parameters:
mcoded7_str (
str) – the string to decode- Returns:
the newly allocated string
- Return type:
String from mcoded7 encoding.
New in version 5.5.0.
- Ags.string_util_to_mcoded7(str)¶
-
String to mcoded7 encoding.
New in version 5.5.0.
- Ags.strv_contains(str_array, str)¶
- Parameters:
- Returns:
- Return type:
Check occurence of str within str_array
New in version 3.0.0.
- Ags.strv_equal(strv1, strv2)¶
- Parameters:
- Returns:
- Return type:
Check strv1 and strv2 to be equal. The arrays don’t have to be sorted.
New in version 3.2.1.
- Ags.strv_index(str_array, str)¶
- Parameters:
- Returns:
the first matching position or -1, if not found
- Return type:
Check by comparing str against str_array items.
New in version 3.0.0.
- Ags.strv_length(str_array)¶
- Parameters:
str_array ([
str]) – the string vector- Returns:
the length of the vector
- Return type:
Count the number of non-
Noneentries in the array.New in version 3.0.0.
- Ags.time_get_uptime_from_offset(offset, bpm, delay, delay_factor)¶
- Parameters:
- Returns:
the string containing the time, a minus sign is prepend if factors are invalid
- Return type:
Calculates uptime from offset by applying factors bpm, delay and delay_factor giving you the result as string.
New in version 3.0.0.
- Ags.time_nanosleep(req)¶
-
Nanosleep.
New in version 5.5.1.
- Ags.time_timeout_expired(start_time, timeout_delay)¶
- Parameters:
- Returns:
- Return type:
Check start_time plus timeout_delay against current time.
New in version 3.0.0.
- Ags.uuid_from_string(str)¶
- Parameters:
str (
str) – the UUID as string- Returns:
- Return type:
Retrieve
Ags.UUIDby parsing str.New in version 3.0.0.
- Ags.woker_thread_do_poll_loop(ptr)¶
- Parameters:
ptr (
objectorNone) – theAgs.WorkerThread- Return type:
Do loop and invoke
Ags.WorkerThread.do_poll() unless flag AGS_WORKER_THREAD_RUNNING was unset.New in version 3.0.0.