Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.Source

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GSource
Struct : Source
The GSource struct is an opaque data type
representing an event source.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.Source ()
Create a new GLib.Source
Create a new GLib.Source
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.io_create_watch (IOChannel channel, IOCondition condition) : GLib.Source
GObject
Method
GObject.source_set_closure (Source source, Closure closure) : none
Set the callback for a source as a GClosure.
GObject
Method
GObject.source_set_dummy_callback (Source source) : none
Sets a dummy callback for source.
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:32 GMT+0800 (HKT)