Home
last modified time | relevance | path

Searched refs:timeout_InfoLabel (Results 1 – 2 of 2) sorted by relevance

/dports/games/gtkatlantic/gtkatlantic-0.6.3/src/
H A Dglobal.h526 guint32 timeout_InfoLabel; member
H A Dinterface.c1742 global->timeout_InfoLabel = 0; in infolabel_timeout()
1750 if (global->timeout_InfoLabel) { in interface_set_infolabel()
1751 g_source_remove(global->timeout_InfoLabel); in interface_set_infolabel()
1752 global->timeout_InfoLabel = 0; in interface_set_infolabel()
1755 global->timeout_InfoLabel = g_timeout_add_seconds(5, infolabel_timeout, NULL); in interface_set_infolabel()