marshalers.c File Reference

#include

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_long
#define  g_marshal_value_peek_flags(v)   (v)->data[0].v_ulong
#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  nntpgrab_marshal_VOID__STRING_INT_STRING_STRING_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT_STRING_STRING_INT_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT_STRING_STRING_INT_INT_BOOLEAN (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__INT_INT_INT_INT_INT_INT_INT_INT_INT_INT_INT64_DOUBLE (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT_STRING_INT_INT_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_STRING_STRING_UINT64_UINT64_UINT64_UINT64_INT_INT_POINTER (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_STRING_UINT64_UINT64 (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_STRING_INT_INT_INT_UINT64_UINT64_UINT64_UINT64 (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_STRING_STRING_INT_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT_ENUM_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__INT_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__POINTER_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_INT_INT (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)
void  nntpgrab_marshal_VOID__STRING_STRING (GClosure *closure, GValue *return_value G_GNUC_UNUSED, guint n_param_values, const GValue *param_values, gpointer invocation_hint G_GNUC_UNUSED, gpointer marshal_data)

Define Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


Function Documentation

void nntpgrab_marshal_VOID__INT_INT_INT_INT_INT_INT_INT_INT_INT_INT_INT64_DOUBLE ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__INT_STRING ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__POINTER_STRING ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_ENUM_STRING ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_INT ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_STRING ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_STRING_INT_INT_INT ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_STRING_STRING_INT ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_STRING_STRING_INT_INT ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_INT_STRING_STRING_INT_INT_BOOLEAN ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_STRING ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_STRING_INT_INT_INT_UINT64_UINT64_UINT64_UINT64 ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_STRING_STRING_INT_INT ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_STRING_STRING_UINT64_UINT64_UINT64_UINT64_INT_INT_POINTER ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)

void nntpgrab_marshal_VOID__STRING_STRING_UINT64_UINT64 ( GClosure *  closure,
GValue *return_value  G_GNUC_UNUSED,
guint  n_param_values,
const GValue *  param_values,
gpointer invocation_hint  G_GNUC_UNUSED,
gpointer  marshal_data  
)


Generated on Thu May 21 21:25:05 2009 for NNTPGrab by  1.5.4