Import line: | GLib = imports.gi.GLib; |
GIR File: | GLib-2.0.gir |
C documentation: | GMainContext |
Struct : | MainContext |
None |
Method / Constructor | Defined By | |
---|---|---|
acquire
()
:
gboolean
|
GLib.MainContext | |
|
GLib.MainContext | |
|
GLib.MainContext | |
dispatch
()
:
none
|
GLib.MainContext | |
GLib.MainContext | ||
is_owner
()
:
gboolean
|
GLib.MainContext | |
GLib.MainContext | ||
pending
()
:
gboolean
|
GLib.MainContext | |
pop_thread_default
()
:
none
|
GLib.MainContext | |
GLib.MainContext | ||
push_thread_default
()
:
none
|
GLib.MainContext | |
|
GLib.MainContext | |
release
()
:
none
|
GLib.MainContext | |
remove_poll
(PollFD fd)
:
none
|
GLib.MainContext | |
|
GLib.MainContext | |
wakeup
()
:
none
|
GLib.MainContext |
None |
Class / Namespace | Method / Signal / Properties |
---|---|
GLib.MainLoop
Method |
Create a new GLib.MainLoop
|
GLib.Source
Method |
attach
(MainContext context)
:
guint32
|
Soup.Address
Method |
resolve_async
(MainContext async_context, Cancellable cancellable, Function callback, void* user_data)
:
none
Asynchronously resolves the missing half of addr (its IP address
if it was created with soup_address_new(), or its hostname if it was created with soup_address_new_from_sockaddr() or soup_address_new_any(). |
Soup.ProxyURIResolver
Method |
get_proxy_uri_async
(URI uri, MainContext async_context, Cancellable cancellable, Function callback, void* user_data)
:
none
Asynchronously determines a proxy URI to use for msg and calls
|
Soup.Server
Method |
get_async_context
()
:
GLib.MainContext
Gets server's async_context.
|
Soup.Session
Method |
get_async_context
()
:
GLib.MainContext
Gets session's async_context.
|