#include <glib-object.h>
#include "generic/callback.h"
Go to the source code of this file.
Defines | |
#define | INCLUDED_GTKUTIL_CLOSURE_H |
Functions | |
void | closure_destroy (gpointer data, GClosure *closure) |
GClosure * | create_cclosure (GCallback func, const Callback &callback) |
void closure_destroy | ( | gpointer | data, | |
GClosure * | closure | |||
) | [inline] |
Definition at line 28 of file closure.h.
Referenced by create_cclosure().
GClosure* create_cclosure | ( | GCallback | func, | |
const Callback & | callback | |||
) | [inline] |
Definition at line 32 of file closure.h.
References closure_destroy().