_GSource Struct Reference

#include <
gmain.h>

Data Fields

gpointer callback_data
GSourceCallbackFuncscallback_funcs
GSourceFuncssource_funcs
guint ref_count
GMainContextcontext
gint priority
guint flags
guint source_id
GSListpoll_fds
GSourceprev
GSourcenext
gpointer reserved1
gpointer reserved2

Field Documentation

gpointer _GSource::callback_data
 
GSourceCallbackFuncs* _GSource::callback_funcs
 
GMainContext* _GSource::context
 
guint _GSource::flags
 
GSource* _GSource::next
 
GSList* _GSource::poll_fds
 
GSource* _GSource::prev
 
gint _GSource::priority
 
guint _GSource::ref_count
 
gpointer _GSource::reserved1
 
gpointer _GSource::reserved2
 
GSourceFuncs* _GSource::source_funcs
 
guint _GSource::source_id
 

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

Copyright © Nokia Corporation 2001-2008
Back to top