gattrib
|
#include <glib-object.h>
Go to the source code of this file.
Defines | |
#define | g_marshal_value_peek_boolean(v) (v)->data[0].v_int |
#define | g_marshal_value_peek_char(v) (v)->data[0].v_int |
#define | g_marshal_value_peek_uchar(v) (v)->data[0].v_uint |
#define | g_marshal_value_peek_int(v) (v)->data[0].v_int |
#define | g_marshal_value_peek_uint(v) (v)->data[0].v_uint |
#define | g_marshal_value_peek_long(v) (v)->data[0].v_long |
#define | g_marshal_value_peek_ulong(v) (v)->data[0].v_ulong |
#define | g_marshal_value_peek_int64(v) (v)->data[0].v_int64 |
#define | g_marshal_value_peek_uint64(v) (v)->data[0].v_uint64 |
#define | g_marshal_value_peek_enum(v) (v)->data[0].v_int |
#define | g_marshal_value_peek_flags(v) (v)->data[0].v_uint |
#define | g_marshal_value_peek_float(v) (v)->data[0].v_float |
#define | g_marshal_value_peek_double(v) (v)->data[0].v_double |
#define | g_marshal_value_peek_string(v) (v)->data[0].v_pointer |
#define | g_marshal_value_peek_param(v) (v)->data[0].v_pointer |
#define | g_marshal_value_peek_boxed(v) (v)->data[0].v_pointer |
#define | g_marshal_value_peek_pointer(v) (v)->data[0].v_pointer |
#define | g_marshal_value_peek_object(v) (v)->data[0].v_pointer |
Functions | |
void | gtkextra_BOOLEAN__INT_INT_POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__BOXED_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__BOXED_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__BOXED_BOXED (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__BOXED_DOUBLE_DOUBLE (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__POINTER_BOXED (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__POINTER_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__BOXED (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_BOOLEAN__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__INT_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__INT_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__INT_BOXED (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__BOXED_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__BOXED_BOXED (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__OBJECT_OBJECT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
void | gtkextra_VOID__DOUBLE_DOUBLE_DOUBLE_DOUBLE (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data) |
#define g_marshal_value_peek_boolean | ( | v | ) | (v)->data[0].v_int |
Definition at line 35 of file gtkextra-marshal.c.
#define g_marshal_value_peek_char | ( | v | ) | (v)->data[0].v_int |
Definition at line 36 of file gtkextra-marshal.c.
#define g_marshal_value_peek_uchar | ( | v | ) | (v)->data[0].v_uint |
Definition at line 37 of file gtkextra-marshal.c.
#define g_marshal_value_peek_int | ( | v | ) | (v)->data[0].v_int |
Definition at line 38 of file gtkextra-marshal.c.
#define g_marshal_value_peek_uint | ( | v | ) | (v)->data[0].v_uint |
Definition at line 39 of file gtkextra-marshal.c.
#define g_marshal_value_peek_long | ( | v | ) | (v)->data[0].v_long |
Definition at line 40 of file gtkextra-marshal.c.
#define g_marshal_value_peek_ulong | ( | v | ) | (v)->data[0].v_ulong |
Definition at line 41 of file gtkextra-marshal.c.
#define g_marshal_value_peek_int64 | ( | v | ) | (v)->data[0].v_int64 |
Definition at line 42 of file gtkextra-marshal.c.
#define g_marshal_value_peek_uint64 | ( | v | ) | (v)->data[0].v_uint64 |
Definition at line 43 of file gtkextra-marshal.c.
#define g_marshal_value_peek_enum | ( | v | ) | (v)->data[0].v_int |
Definition at line 44 of file gtkextra-marshal.c.
#define g_marshal_value_peek_flags | ( | v | ) | (v)->data[0].v_uint |
Definition at line 45 of file gtkextra-marshal.c.
#define g_marshal_value_peek_float | ( | v | ) | (v)->data[0].v_float |
Definition at line 46 of file gtkextra-marshal.c.
#define g_marshal_value_peek_double | ( | v | ) | (v)->data[0].v_double |
Definition at line 47 of file gtkextra-marshal.c.
#define g_marshal_value_peek_string | ( | v | ) | (v)->data[0].v_pointer |
Definition at line 48 of file gtkextra-marshal.c.
#define g_marshal_value_peek_param | ( | v | ) | (v)->data[0].v_pointer |
Definition at line 49 of file gtkextra-marshal.c.
#define g_marshal_value_peek_boxed | ( | v | ) | (v)->data[0].v_pointer |
Definition at line 50 of file gtkextra-marshal.c.
#define g_marshal_value_peek_pointer | ( | v | ) | (v)->data[0].v_pointer |
Definition at line 51 of file gtkextra-marshal.c.
#define g_marshal_value_peek_object | ( | v | ) | (v)->data[0].v_pointer |
Definition at line 52 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__INT_INT_POINTER_POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 58 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__BOXED_POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 103 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__BOXED_STRING | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 144 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__BOXED_BOXED | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 185 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__BOXED_DOUBLE_DOUBLE | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 226 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__POINTER_POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 269 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__POINTER_BOXED | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 310 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__POINTER_STRING | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 351 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 392 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__BOXED | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 431 of file gtkextra-marshal.c.
void gtkextra_BOOLEAN__INT_INT | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 470 of file gtkextra-marshal.c.
void gtkextra_VOID__INT_STRING | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 513 of file gtkextra-marshal.c.
void gtkextra_VOID__INT_INT | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 558 of file gtkextra-marshal.c.
void gtkextra_VOID__INT_POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 595 of file gtkextra-marshal.c.
void gtkextra_VOID__INT_BOXED | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 632 of file gtkextra-marshal.c.
void gtkextra_VOID__POINTER_POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 669 of file gtkextra-marshal.c.
void gtkextra_VOID__BOXED_POINTER | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 706 of file gtkextra-marshal.c.
void gtkextra_VOID__BOXED_BOXED | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 743 of file gtkextra-marshal.c.
void gtkextra_VOID__OBJECT_OBJECT | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 780 of file gtkextra-marshal.c.
void gtkextra_VOID__DOUBLE_DOUBLE_DOUBLE_DOUBLE | ( | GClosure * | closure, |
GValue * | return_value, | ||
guint | n_param_values, | ||
const GValue * | param_values, | ||
gpointer | invocation_hint, | ||
gpointer | marshal_data | ||
) |
Definition at line 817 of file gtkextra-marshal.c.