GLib用イベントループ

GLib用イベントループ — GLibのGMainContextとGMainLoop用のイベントループAPI。

Functions

説明

GCutGLibEventLoopはGLibのGMainContextとGMainLoop用のGCutEventLoop実装です。

Functions

gcut_glib_event_loop_new ()

GCutEventLoop *
gcut_glib_event_loop_new (GMainContext *context);

Creates a new GCutEeventLoop for context . If context is NULL, the default GLib's main context is used.

Parameters

context

GMainContextまたはNULL

 

Returns

新しいGCutEventLoop

Since: 1.1.6

Types and Values