Function
Purplemarshal_BOOLEAN__POINTER_POINTER
Declaration [src]
void
purple_marshal_BOOLEAN__POINTER_POINTER (
GCallback cb,
va_list args,
void* data,
void** return_val
)
Description [src]
A purple marshaller function for use with signals with two pointer arguments and returns a boolean.
This function is not directly available to language bindings |
Parameters
cb |
GCallback |
Callback this marshaller is designed to invoke. |
|
args |
va_list |
Va_list of arguments to be passed to the closure. |
|
data |
void* |
Data to be passed to the callback. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. | |
return_val |
void** |
Value to store the callback’s return value. |
|
The argument can be NULL . | |
The data is owned by the caller of the function. |