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
  Show / Hide Inherited methods, properties and signals
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.child_watch_source_new (Number pid) : GLib.Source
GLib
Method
GLib.idle_source_new () : GLib.Source
GLib
Method
GLib.io_create_watch (IOChannel channel, IOCondition condition) : GLib.Source
GLib
Method
GLib.main_current_source () : GLib.Source
GLib
Method
GLib.timeout_source_new (Number interval) : GLib.Source
GLib
Method
GLib.timeout_source_new_seconds (Number interval) : GLib.Source
GLib.MainContext
Method
find_source_by_id (Number source_id) : GLib.Source
GLib.MainContext
Method
find_source_by_user_data (void* user_data) : GLib.Source
GLib.MainContext
Method
find_source_by_funcs_user_data (SourceFuncs funcs, void* user_data) : GLib.Source
GObject
Method
GObject.source_set_closure (Source source, Closure closure) : none
Gio.Socket
Method
create_source (IOCondition condition, Cancellable cancellable) : GLib.Source
Gst.Bus
Method
create_watch () : GLib.Source
Create watch for this bus.
Soup
Method
Soup.add_completion (MainContext async_context, Function function, void* data) : GLib.Source
NULL for the default context Adds function to be executed from inside async_context with the default priority.
Soup
Method
Soup.add_idle (MainContext async_context, Function function, void* data) : GLib.Source
NULL for the default context Adds an idle event as with g_idle_add(), but using the given If you want function to run "right away", use soup_add_completion(), since that sets a higher priority on the GSource than soup_add_idle() does.
Soup
Method
Soup.add_io_watch (MainContext async_context, IOChannel chan, IOCondition condition, Function function, void* data) : GLib.Source
NULL for the default context Adds an I/O watch as with g_io_add_watch(), but using the given with g_source_destroy().
Soup
Method
Soup.add_timeout (MainContext async_context, Number interval, Function function, void* data) : GLib.Source
NULL for the default context Adds a timeout as with g_timeout_add(), but using the given with g_source_destroy().
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Tue Jun 22 2010 16:32:58 GMT+0800 (HKT)