Searched refs:gdksource_ (Results 1 – 2 of 2) sorted by relevance
84 gdksource_(NULL), in MessagePumpGlibX()173 if (gdksource_) in RunOnce()174 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()187 if (gdksource_) in RunOnce()188 gdksource_->source_funcs->dispatch = gdkdispatcher_; in RunOnce()197 if (gdksource_) { in RunOnce()201 gdksource_->source_funcs->dispatch; in RunOnce()202 gdksource_->source_funcs->dispatch = PlaceholderDispatch; in RunOnce()208 gdksource_->source_funcs->dispatch = cb; in RunOnce()219 if (!pump_x->gdksource_) { in EventDispatcherX()[all …]
58 GSource* gdksource_; variable