×
日本語のページを検索
  • すべての言語
  • 日本語のページを検索
すべての結果
GIOChannel のほうが引数になる. -> 直接 g_source_remove() できない. gboolean on_ready_to_read(GIOChannel* source, GIOCondition condition,; gpointer data) ...
2016/07/12 · 質問の内容とは違ってきますが、GIOChannelを使うのであれば、タイマーもGLibの物を使ってはいかがですか? g_timeout_add_full.
static gboolean received_data( GIOChannel * channel GIOCondition cond gpointer data ). パラメータ. channel. cond. data. ファイル名.
... ( GIOChannel *channel, GIOCondition condition, XSMPDATA *xsmpdata ) { if( ! xsmpdata->ice_connect ) return FALSE; IceProcessMessagesStatus status ...
2012/02/06 · ... (GIOChannel *channel, GIOCondition cond, GMainLoop *loop) { gchar *string; gsize size; GError *error = NULL; if (cond == G_IO_HUP) { g_print ...
GAtPPP *g_at_ppp_new( GIOChannel * modem ). パラメータ. modem. ファイル名. gatppp.c. See Also. 目次 | ファイル一覧 | 関数一覧 | ネームスペース一覧 | クラス ...
構文. static gboolean watch_event( GIOChannel * channel GIOCondition condition gpointer user_data ). パラメータ. channel. condition. user_data ...
@giochannel. 74 subscribers•348 videos. ぎおチャンネル ...more
c:1010 glib/giochannel.c:1322. #: glib/giochannel.c:1364 glib/giochannel.c:2206 glib/gutf8.c:949. #: glib/gutf8.c:1398. #, c-format. msgid "Invalid byte ...
static gboolean handle_keyboard (GIOChannel *source, GIOCondition cond, CustomData *data) {. gchar *str = NULL;. if (g_io_channel_read_line (source, &str ...