Creates a new glib.Source structure. The size is specified to
allow creating structures derived from glib.Source that contain
additional data. The size passed in must be at least
sizeof (GSource).
The source will not initially be associated with any glib.MainContext
and must be added to one with Source.attach before it will be
executed.
Creates a new glib.Source structure. The size is specified to allow creating structures derived from glib.Source that contain additional data. The size passed in must be at least sizeof (GSource).
The source will not initially be associated with any glib.MainContext and must be added to one with Source.attach before it will be executed.