_GSource Struct Reference

#include <gmain.h>

Data Fields

gpointer  callback_data
GSourceCallbackFuncs callback_funcs
GSourceFuncs source_funcs
guint  ref_count
GMainContext context
gint  priority
guint  flags
guint  source_id
GSList poll_fds
GSource prev
GSource next
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