Method
EDataServerClientref_main_context
since: 3.8
Declaration [src]
GMainContext*
e_client_ref_main_context (
EClient* client
)
Description [src]
Returns the GMainContext on which event sources for client are to
be attached.
The returned GMainContext is referenced for thread-safety and must be
unreferenced with g_main_context_unref() when finished with it.
Available since: 3.8
Return value
Type: GMainContext
A GMainContext.
| The caller of the method takes ownership of the returned data, and is responsible for freeing it. |