gtkmarshal.c File Reference

#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 gtk_marshal_BOOLEAN__VOID (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_ENUM__ENUM (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_INT__POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_INT__POINTER_CHAR_CHAR (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__ENUM_FLOAT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__INT_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__INT_INT_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_INT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_POINTER_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_STRING_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_UINT_ENUM (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__POINTER_UINT_UINT (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__STRING_INT_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)
void gtk_marshal_VOID__UINT_STRING (GClosure *closure, GValue *return_value, guint n_param_values, const GValue *param_values, gpointer invocation_hint, gpointer marshal_data)


Define Documentation

#define g_marshal_value_peek_boolean  )     (v)->data[0].v_int
 

Definition at line 29 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__BOOLEAN(), _gtk_marshal_BOOLEAN__BOOLEAN_BOOLEAN_BOOLEAN(), _gtk_marshal_VOID__BOOLEAN_BOOLEAN_BOOLEAN(), _gtk_marshal_VOID__ENUM_BOOLEAN(), _gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN(), _gtk_marshal_VOID__ENUM_INT_BOOLEAN(), _gtk_marshal_VOID__INT_BOOLEAN(), _gtk_marshal_VOID__OBJECT_BOOLEAN(), _gtk_marshal_VOID__POINTER_BOOLEAN(), and gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN().

#define g_marshal_value_peek_boxed  )     (v)->data[0].v_pointer
 

Definition at line 44 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__BOXED(), _gtk_marshal_BOOLEAN__BOXED_BOXED(), _gtk_marshal_BOOLEAN__OBJECT_BOXED(), _gtk_marshal_BOOLEAN__OBJECT_BOXED_BOXED(), _gtk_marshal_BOOLEAN__OBJECT_STRING_STRING_BOXED(), _gtk_marshal_VOID__BOXED_BOXED(), _gtk_marshal_VOID__BOXED_BOXED_POINTER(), _gtk_marshal_VOID__BOXED_OBJECT(), _gtk_marshal_VOID__BOXED_STRING_INT(), _gtk_marshal_VOID__BOXED_UINT(), _gtk_marshal_VOID__BOXED_UINT_FLAGS(), _gtk_marshal_VOID__BOXED_UINT_UINT(), _gtk_marshal_VOID__INT_INT_BOXED(), _gtk_marshal_VOID__OBJECT_BOXED_BOXED(), _gtk_marshal_VOID__OBJECT_BOXED_UINT_UINT(), _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT(), _gtk_marshal_VOID__UINT_BOXED_UINT_FLAGS_FLAGS(), and _gtk_marshal_VOID__UINT_FLAGS_BOXED().

#define g_marshal_value_peek_char  )     (v)->data[0].v_int
 

Definition at line 30 of file gtkmarshal.c.

Referenced by gtk_marshal_INT__POINTER_CHAR_CHAR().

#define g_marshal_value_peek_double  )     (v)->data[0].v_double
 

Definition at line 41 of file gtkmarshal.c.

Referenced by _gtk_marshal_STRING__DOUBLE().

#define g_marshal_value_peek_enum  )     (v)->data[0].v_int
 

Definition at line 38 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__ENUM(), _gtk_marshal_BOOLEAN__ENUM_INT(), _gtk_marshal_ENUM__ENUM(), _gtk_marshal_VOID__ENUM_BOOLEAN(), _gtk_marshal_VOID__ENUM_ENUM(), _gtk_marshal_VOID__ENUM_FLOAT(), _gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN(), _gtk_marshal_VOID__ENUM_INT(), _gtk_marshal_VOID__ENUM_INT_BOOLEAN(), gtk_marshal_ENUM__ENUM(), gtk_marshal_VOID__ENUM_FLOAT(), gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN(), gtk_marshal_VOID__POINTER_UINT_ENUM(), gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER(), and gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM().

#define g_marshal_value_peek_flags  )     (v)->data[0].v_uint
 

Definition at line 39 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__OBJECT_UINT_FLAGS(), _gtk_marshal_VOID__BOXED_UINT_FLAGS(), _gtk_marshal_VOID__OBJECT_UINT_FLAGS(), _gtk_marshal_VOID__STRING_UINT_FLAGS(), _gtk_marshal_VOID__UINT_BOXED_UINT_FLAGS_FLAGS(), _gtk_marshal_VOID__UINT_FLAGS_BOXED(), and _gtk_marshal_VOID__UINT_OBJECT_UINT_FLAGS_FLAGS().

#define g_marshal_value_peek_float  )     (v)->data[0].v_float
 

Definition at line 40 of file gtkmarshal.c.

Referenced by _gtk_marshal_VOID__ENUM_FLOAT(), _gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN(), gtk_marshal_VOID__ENUM_FLOAT(), and gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN().

#define g_marshal_value_peek_int  )     (v)->data[0].v_int
 

Definition at line 32 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__ENUM_INT(), _gtk_marshal_BOOLEAN__INT_INT(), _gtk_marshal_BOOLEAN__INT_INT_INT(), _gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT(), _gtk_marshal_VOID__BOXED_STRING_INT(), _gtk_marshal_VOID__ENUM_INT(), _gtk_marshal_VOID__ENUM_INT_BOOLEAN(), _gtk_marshal_VOID__INT_BOOLEAN(), _gtk_marshal_VOID__INT_INT(), _gtk_marshal_VOID__INT_INT_BOXED(), _gtk_marshal_VOID__INT_INT_INT(), _gtk_marshal_VOID__OBJECT_INT_INT(), _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT(), _gtk_marshal_VOID__POINTER_INT(), _gtk_marshal_VOID__STRING_INT_POINTER(), gtk_marshal_BOOLEAN__POINTER_INT_INT(), gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT(), gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT(), gtk_marshal_VOID__INT_INT(), gtk_marshal_VOID__INT_INT_POINTER(), gtk_marshal_VOID__POINTER_INT(), gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT(), and gtk_marshal_VOID__STRING_INT_POINTER().

#define g_marshal_value_peek_int64  )     (v)->data[0].v_int64
 

Definition at line 36 of file gtkmarshal.c.

#define g_marshal_value_peek_long  )     (v)->data[0].v_long
 

Definition at line 34 of file gtkmarshal.c.

#define g_marshal_value_peek_object  )     (v)->data[0].v_pointer
 

Definition at line 46 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__OBJECT_BOXED(), _gtk_marshal_BOOLEAN__OBJECT_BOXED_BOXED(), _gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT(), _gtk_marshal_BOOLEAN__OBJECT_STRING_STRING(), _gtk_marshal_BOOLEAN__OBJECT_STRING_STRING_BOXED(), _gtk_marshal_BOOLEAN__OBJECT_UINT_FLAGS(), _gtk_marshal_VOID__BOXED_OBJECT(), _gtk_marshal_VOID__OBJECT_BOOLEAN(), _gtk_marshal_VOID__OBJECT_BOXED_BOXED(), _gtk_marshal_VOID__OBJECT_BOXED_UINT_UINT(), _gtk_marshal_VOID__OBJECT_INT_INT(), _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT(), _gtk_marshal_VOID__OBJECT_OBJECT(), _gtk_marshal_VOID__OBJECT_STRING_STRING(), _gtk_marshal_VOID__OBJECT_UINT(), _gtk_marshal_VOID__OBJECT_UINT_FLAGS(), and _gtk_marshal_VOID__UINT_OBJECT_UINT_FLAGS_FLAGS().

#define g_marshal_value_peek_param  )     (v)->data[0].v_pointer
 

Definition at line 43 of file gtkmarshal.c.

#define g_marshal_value_peek_pointer  )     (v)->data[0].v_pointer
 

Definition at line 45 of file gtkmarshal.c.

Referenced by _gtk_marshal_INT__POINTER(), _gtk_marshal_VOID__BOXED_BOXED_POINTER(), _gtk_marshal_VOID__POINTER_BOOLEAN(), _gtk_marshal_VOID__POINTER_INT(), _gtk_marshal_VOID__POINTER_POINTER_POINTER(), _gtk_marshal_VOID__POINTER_UINT(), _gtk_marshal_VOID__STRING_INT_POINTER(), gtk_marshal_BOOLEAN__POINTER(), gtk_marshal_BOOLEAN__POINTER_INT_INT(), gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT(), gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT(), gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER(), gtk_marshal_INT__POINTER(), gtk_marshal_INT__POINTER_CHAR_CHAR(), gtk_marshal_VOID__INT_INT_POINTER(), gtk_marshal_VOID__POINTER_INT(), gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT(), gtk_marshal_VOID__POINTER_POINTER(), gtk_marshal_VOID__POINTER_POINTER_POINTER(), gtk_marshal_VOID__POINTER_POINTER_UINT_UINT(), gtk_marshal_VOID__POINTER_STRING_STRING(), gtk_marshal_VOID__POINTER_UINT(), gtk_marshal_VOID__POINTER_UINT_ENUM(), gtk_marshal_VOID__POINTER_UINT_UINT(), gtk_marshal_VOID__STRING_INT_POINTER(), gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER(), and gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM().

#define g_marshal_value_peek_string  )     (v)->data[0].v_pointer
 

Definition at line 42 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__OBJECT_STRING_STRING(), _gtk_marshal_BOOLEAN__OBJECT_STRING_STRING_BOXED(), _gtk_marshal_VOID__BOXED_STRING_INT(), _gtk_marshal_VOID__OBJECT_STRING_STRING(), _gtk_marshal_VOID__STRING_INT_POINTER(), _gtk_marshal_VOID__STRING_STRING(), _gtk_marshal_VOID__STRING_UINT_FLAGS(), _gtk_marshal_VOID__UINT_STRING(), gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER(), gtk_marshal_VOID__POINTER_STRING_STRING(), gtk_marshal_VOID__STRING_INT_POINTER(), and gtk_marshal_VOID__UINT_STRING().

#define g_marshal_value_peek_uchar  )     (v)->data[0].v_uint
 

Definition at line 31 of file gtkmarshal.c.

#define g_marshal_value_peek_uint  )     (v)->data[0].v_uint
 

Definition at line 33 of file gtkmarshal.c.

Referenced by _gtk_marshal_BOOLEAN__OBJECT_INT_INT_UINT(), _gtk_marshal_BOOLEAN__OBJECT_UINT_FLAGS(), _gtk_marshal_BOOLEAN__UINT(), _gtk_marshal_VOID__BOXED_UINT(), _gtk_marshal_VOID__BOXED_UINT_FLAGS(), _gtk_marshal_VOID__BOXED_UINT_UINT(), _gtk_marshal_VOID__OBJECT_BOXED_UINT_UINT(), _gtk_marshal_VOID__OBJECT_INT_INT_BOXED_UINT_UINT(), _gtk_marshal_VOID__OBJECT_UINT(), _gtk_marshal_VOID__OBJECT_UINT_FLAGS(), _gtk_marshal_VOID__POINTER_UINT(), _gtk_marshal_VOID__STRING_UINT_FLAGS(), _gtk_marshal_VOID__UINT_BOXED_UINT_FLAGS_FLAGS(), _gtk_marshal_VOID__UINT_FLAGS_BOXED(), _gtk_marshal_VOID__UINT_OBJECT_UINT_FLAGS_FLAGS(), _gtk_marshal_VOID__UINT_STRING(), _gtk_marshal_VOID__UINT_UINT(), gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT(), gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT(), gtk_marshal_VOID__POINTER_POINTER_UINT_UINT(), gtk_marshal_VOID__POINTER_UINT(), gtk_marshal_VOID__POINTER_UINT_ENUM(), gtk_marshal_VOID__POINTER_UINT_UINT(), gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER(), gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM(), and gtk_marshal_VOID__UINT_STRING().

#define g_marshal_value_peek_uint64  )     (v)->data[0].v_uint64
 

Definition at line 37 of file gtkmarshal.c.

#define g_marshal_value_peek_ulong  )     (v)->data[0].v_ulong
 

Definition at line 35 of file gtkmarshal.c.


Function Documentation

void gtk_marshal_BOOLEAN__POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 89 of file gtkmarshal.c.

void gtk_marshal_BOOLEAN__POINTER_INT_INT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 173 of file gtkmarshal.c.

void gtk_marshal_BOOLEAN__POINTER_INT_INT_UINT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 216 of file gtkmarshal.c.

void gtk_marshal_BOOLEAN__POINTER_POINTER_INT_INT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 128 of file gtkmarshal.c.

void gtk_marshal_BOOLEAN__POINTER_STRING_STRING_POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 261 of file gtkmarshal.c.

void gtk_marshal_BOOLEAN__VOID GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 52 of file gtkmarshal.c.

void gtk_marshal_ENUM__ENUM GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 306 of file gtkmarshal.c.

void gtk_marshal_INT__POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 345 of file gtkmarshal.c.

void gtk_marshal_INT__POINTER_CHAR_CHAR GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 384 of file gtkmarshal.c.

void gtk_marshal_VOID__ENUM_FLOAT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 433 of file gtkmarshal.c.

void gtk_marshal_VOID__ENUM_FLOAT_BOOLEAN 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 gtkmarshal.c.

void gtk_marshal_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 511 of file gtkmarshal.c.

void gtk_marshal_VOID__INT_INT_POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 548 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_INT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 593 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_INT_INT_POINTER_UINT_UINT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 862 of file gtkmarshal.c.

void gtk_marshal_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 630 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_POINTER_POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 667 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_POINTER_UINT_UINT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 821 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_STRING_STRING 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 gtkmarshal.c.

void gtk_marshal_VOID__POINTER_UINT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 745 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_UINT_ENUM GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 782 of file gtkmarshal.c.

void gtk_marshal_VOID__POINTER_UINT_UINT GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 907 of file gtkmarshal.c.

void gtk_marshal_VOID__STRING_INT_POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 950 of file gtkmarshal.c.

void gtk_marshal_VOID__UINT_POINTER_UINT_ENUM_ENUM_POINTER GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 991 of file gtkmarshal.c.

void gtk_marshal_VOID__UINT_POINTER_UINT_UINT_ENUM GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 1036 of file gtkmarshal.c.

void gtk_marshal_VOID__UINT_STRING GClosure *  closure,
GValue *  return_value,
guint  n_param_values,
const GValue *  param_values,
gpointer  invocation_hint,
gpointer  marshal_data
 

Definition at line 1079 of file gtkmarshal.c.


Generated on Sat Apr 1 09:04:33 2006 for GXSM by  doxygen 1.4.6