Home
last modified time | relevance | path

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

/dports/x11/gnome-session/gnome-session-40.1.1/gnome-session/
H A Dgsm-shell.c55 guint update_idle_id; member
309 if (shell->priv->update_idle_id != 0) { in on_open_finished()
310 g_source_remove (shell->priv->update_idle_id); in on_open_finished()
311 shell->priv->update_idle_id = 0; in on_open_finished()
363 if (shell->priv->update_idle_id != 0) { in on_end_session_dialog_dbus_signal()
364 g_source_remove (shell->priv->update_idle_id); in on_end_session_dialog_dbus_signal()
365 shell->priv->update_idle_id = 0; in on_end_session_dialog_dbus_signal()
394 if (shell->priv->update_idle_id == 0) in on_need_end_session_dialog_update()
397 shell->priv->update_idle_id = 0; in on_need_end_session_dialog_update()
408 if (shell->priv->update_idle_id != 0) in queue_end_session_dialog_update()
[all …]
/dports/x11-fm/thunar/thunar-4.16.10/thunar/
H A Dthunar-renamer-model.c162 guint update_idle_id; member
306 if (G_UNLIKELY (renamer_model->update_idle_id != 0)) in thunar_renamer_model_finalize()
307 g_source_remove (renamer_model->update_idle_id); in thunar_renamer_model_finalize()
717 if (G_UNLIKELY (renamer_model->update_idle_id == 0 && !renamer_model->frozen)) in thunar_renamer_model_invalidate_item()
720 … renamer_model->update_idle_id = g_idle_add_full (G_PRIORITY_LOW, thunar_renamer_model_update_idle, in thunar_renamer_model_invalidate_item()
976 THUNAR_RENAMER_MODEL (user_data)->update_idle_id = 0; in thunar_renamer_model_update_idle_destroy()
1087 …Y (renamer_model->renamer != NULL && !renamer_model->frozen && renamer_model->update_idle_id == 0)) in thunar_renamer_model_get_can_rename()
1154 if (G_UNLIKELY (renamer_model->update_idle_id != 0)) in thunar_renamer_model_set_frozen()
1155 g_source_remove (renamer_model->update_idle_id); in thunar_renamer_model_set_frozen()
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptextstyleeditor.c392 if (editor->update_idle_id) in gimp_text_style_editor_dispose()
394 g_source_remove (editor->update_idle_id); in gimp_text_style_editor_dispose()
395 editor->update_idle_id = 0; in gimp_text_style_editor_dispose()
1001 if (editor->update_idle_id) in gimp_text_style_editor_update()
1002 g_source_remove (editor->update_idle_id); in gimp_text_style_editor_update()
1004 editor->update_idle_id = in gimp_text_style_editor_update()
1014 if (editor->update_idle_id) in gimp_text_style_editor_update_idle()
1016 g_source_remove (editor->update_idle_id); in gimp_text_style_editor_update_idle()
1017 editor->update_idle_id = 0; in gimp_text_style_editor_update_idle()
H A Dgimptextstyleeditor.h67 guint update_idle_id; member
H A Dgimpdashboard.c312 gint update_idle_id; member
1416 if (priv->update_idle_id) in gimp_dashboard_dispose()
1418 g_source_remove (priv->update_idle_id); in gimp_dashboard_dispose()
1419 priv->update_idle_id = 0; in gimp_dashboard_dispose()
1469 if (priv->update_idle_id) in gimp_dashboard_unmap()
1471 g_source_remove (priv->update_idle_id); in gimp_dashboard_unmap()
1472 priv->update_idle_id = 0; in gimp_dashboard_unmap()
1889 if (! priv->update_idle_id && in gimp_dashboard_sample()
1892 priv->update_idle_id = g_idle_add_full ( in gimp_dashboard_sample()
1962 priv->update_idle_id = 0; in gimp_dashboard_update()
/dports/graphics/geeqie/geeqie-1.6/src/
H A Dutilops.c293 guint update_idle_id; /* event source id */ member
420 if (ud->update_idle_id) g_source_remove(ud->update_idle_id); in file_util_data_free()
1437 ud->update_idle_id = 0; in file_util_rename_idle_cb()
1446 if (ud->update_idle_id) return; in file_util_rename_preview_order_cb()
1448 ud->update_idle_id = g_idle_add(file_util_rename_idle_cb, ud); in file_util_rename_preview_order_cb()
H A Dsearch.c229 guint update_idle_id; /* event source id */ member
768 sd->update_idle_id = 0; in search_result_update_idle_cb()
774 if (sd->update_idle_id) in search_result_update_idle_cancel()
776 g_source_remove(sd->update_idle_id); in search_result_update_idle_cancel()
777 sd->update_idle_id = 0; in search_result_update_idle_cancel()
786 if (!sd->update_idle_id) in search_result_select_cb()
788 sd->update_idle_id = g_idle_add(search_result_update_idle_cb, sd); in search_result_select_cb()