gnome-ice

説明 Description

gnome-ice.h - Gtk と ICE との接続

Interface between ICE and Gtk. Written by Tom Tromey <tromey@cygnus.com>.

gnome_ice_init

void gnome_ice_init(void (null));

説明 Description

この関数は、あらゆる ICE 関数が使われる前に呼ばれなければならない。 この関数によって、Gtk のイベントループを介して読みとられ、送られる ICE とのコネクションが準備される。この関数は、悪影響なしに何度も呼ぶことが できる。

This function should be called before any ICE functions are used. It will arrange for ICE connections to be read and dispatched via the Gtk event loop. This function can be called any number of times without harm.

パラメータ Parameters