Home
last modified time | relevance | path

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

/AOO41X/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx531 GSource *m_pTimeout; member in GtkXLib
564 m_pTimeout = NULL; in GtkXLib()
736 if( pThis->m_pTimeout ) in timeoutFn()
738 g_source_unref (pThis->m_pTimeout); in timeoutFn()
739 pThis->m_pTimeout = NULL; in timeoutFn()
756 if (m_pTimeout) in StartTimer()
758 g_source_destroy (m_pTimeout); in StartTimer()
759 g_source_unref (m_pTimeout); in StartTimer()
762 m_pTimeout = g_timeout_source_new (m_nTimeoutMS); in StartTimer()
765 g_source_set_priority( m_pTimeout, G_PRIORITY_LOW ); in StartTimer()
[all …]