_GSourceCallbackFuncs Struct Reference

#include <
gmain.h>

Data Fields

void(* ref )(gpointer cb_data)
void(* unref )(gpointer cb_data)
void(* get )(gpointer cb_data, GSource *source, GSourceFunc *func, gpointer *data)

Field Documentation

void(* _GSourceCallbackFuncs::get)(gpointer cb_data, GSource *source, GSourceFunc *func, gpointer *data)
 
void(* _GSourceCallbackFuncs::ref)(gpointer cb_data)
 
void(* _GSourceCallbackFuncs::unref)(gpointer cb_data)
 

The documentation for this struct was generated from the following file:

Copyright © Nokia Corporation 2001-2008
Back to top