Companion
Functions
A #GClosureMarshal function for use with signals with handlers that take two boxed pointers as arguments and return a boolean. If you have such a signal, you will probably also need to use an accumulator, such as g_signal_accumulator_true_handled().
A #GClosureMarshal function for use with signals with handlers that take a flags type as an argument and return a boolean. If you have such a signal, you will probably also need to use an accumulator, such as g_signal_accumulator_true_handled().
A generic marshaller function implemented via libffi.
A #GClosureMarshal function for use with signals with handlers that take a #GObject and a pointer and produce a string. It is highly unlikely that your signal handler fits this description.
A #GClosureMarshal function for use with signals with a single boolean argument.
A #GClosureMarshal function for use with signals with a single argument which is any boxed pointer type.
A #GClosureMarshal function for use with signals with a single character argument.
A #GClosureMarshal function for use with signals with one double-precision floating point argument.
A #GClosureMarshal function for use with signals with a single argument with an enumerated type.
A #GClosureMarshal function for use with signals with a single argument with a flags types.
A #GClosureMarshal function for use with signals with one single-precision floating point argument.
A #GClosureMarshal function for use with signals with a single integer argument.
A #GClosureMarshal function for use with signals with with a single long integer argument.
A #GClosureMarshal function for use with signals with a single #GObject argument.
A #GClosureMarshal function for use with signals with a single argument of type #GParamSpec.
A #GClosureMarshal function for use with signals with a single raw pointer argument type.
A #GClosureMarshal function for use with signals with a single string argument.
A #GClosureMarshal function for use with signals with a single unsigned character argument.
A #GClosureMarshal function for use with signals with with a single unsigned integer argument.
A #GClosureMarshal function for use with signals with an unsigned int and a pointer as arguments.
A #GClosureMarshal function for use with signals with a single unsigned long integer argument.
A #GClosureMarshal function for use with signals with a single #GVariant argument.
A #GClosureMarshal function for use with signals with no arguments.