Struct

GLibSourceCallbackFuncs

Description [src]

structGSourceCallbackFuncs{
void(*ref)(
gpointercb_data
);
void(*unref)(
gpointercb_data
);
void(*get)(
gpointercb_data,
GSource*source,
GSourceFunc*func,
gpointer*data
);
}

The GSourceCallbackFuncs struct contains functions for managing callback objects.

Structure members
ref

Called when a reference is added to the callback object.

unref

Called when a reference to the callback object is dropped.

get

Called to extract the callback function and data from the callback object.

AltStyle によって変換されたページ (->オリジナル) /