Struct

GLibSourceCallbackFuncs

Description

struct GSourceCallbackFuncs {
  void (* ref) (
    gpointer cb_data
  );
  void (* unref) (
    gpointer cb_data
  );
  void (* get) (
    gpointer cb_data,
    GSource* source,
    GSourceFunc* func,
    gpointer* data
  );
}

The GSourceCallbackFuncs struct contains functions for managing callback objects.

Structure members
ref
No description available.
unref
No description available.
get
No description available.