Home
last modified time | relevance | path

Searched refs:m_timeout_id (Results 1 – 9 of 9) sorted by relevance

/dports/chinese/ibus-libpinyin/ibus-libpinyin-1.11.1/src/
H A DPYLibPinyin.cc39 m_timeout_id = 0; in LibPinyinBackEnd()
47 if (m_timeout_id != 0) { in ~LibPinyinBackEnd()
49 g_source_remove (m_timeout_id); in ~LibPinyinBackEnd()
199 if (m_timeout_id != 0) in modified()
202 m_timeout_id = g_timeout_add_seconds (LIBPINYIN_SAVE_TIMEOUT, in modified()
336 self->m_timeout_id = 0; in timeoutCallback()
H A DPYEnglishEditor.cc46 m_timeout_id = 0; in EnglishDatabase()
52 if (m_timeout_id != 0) { in ~EnglishDatabase()
54 g_source_remove (m_timeout_id); in ~EnglishDatabase()
332 if (m_timeout_id != 0) in modified()
335 m_timeout_id = g_timeout_add_seconds (DB_BACKUP_TIMEOUT, in modified()
348 self->m_timeout_id = 0; in timeoutCallback()
359 guint m_timeout_id; member in PY::EnglishDatabase
H A DPYLibPinyin.h75 guint m_timeout_id; variable
/dports/chinese/ibus-pinyin/ibus-pinyin-1.5.0/src/
H A DPYEnglishEditor.cc44 m_timeout_id = 0; in EnglishDatabase()
50 if (m_timeout_id != 0) { in ~EnglishDatabase()
52 g_source_remove (m_timeout_id); in ~EnglishDatabase()
321 if (m_timeout_id != 0) in modified()
324 m_timeout_id = g_timeout_add_seconds (DB_BACKUP_TIMEOUT, in modified()
337 self->m_timeout_id = 0; in timeoutCallback()
348 guint m_timeout_id; member in PY::EnglishDatabase
/dports/chinese/pyzy/pyzy-6d9c3cd/src/
H A DDatabase.cc204 , m_timeout_id (0) in Database()
214 if (m_timeout_id != 0) { in ~Database()
216 g_source_remove (m_timeout_id); in ~Database()
452 self->m_timeout_id = 0; in timeoutCallback()
465 if (m_timeout_id != 0) in modified()
468 m_timeout_id = g_timeout_add_seconds (DB_BACKUP_TIMEOUT, in modified()
H A DDatabase.h104 unsigned int m_timeout_id; variable
/dports/audio/volumeicon/volumeicon-0.5.1/src/
H A Dvolumeicon.c121 static guint m_timeout_id = 0; variable
1031 m_timeout_id = 0; in hide_popup()
1044 if (m_timeout_id) in notification_show()
1045 g_source_remove(m_timeout_id); in notification_show()
1046 m_timeout_id = g_timeout_add(1500, (GSourceFunc)hide_popup, NULL); in notification_show()
1051 if (m_timeout_id) in notification_show()
1052 g_source_remove(m_timeout_id); in notification_show()
1060 if (m_timeout_id) in notification_show()
1061 g_source_remove(m_timeout_id); in notification_show()
/dports/deskutils/gnote/gnote-41.1/src/
H A Dutils.cpp690 m_timeout_id = g_timeout_add(timeout_millis, (GSourceFunc)callback, this); in reset()
695 if(m_timeout_id != 0) { in cancel()
696 g_source_remove(m_timeout_id); in cancel()
697 m_timeout_id = 0; in cancel()
704 m_timeout_id = 0; in timeout_expired()
H A Dutils.hpp212 : m_timeout_id(0) in InterruptableTimeout()
222 guint m_timeout_id; member in gnote::utils::InterruptableTimeout