Home
last modified time | relevance | path

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

/dports/sysutils/mate-settings-daemon/mate-settings-daemon-1.26.0/plugins/typing-break/
H A Dmsd-typing-break-manager.c53 guint child_watch_id; member
130 manager->child_watch_id = g_child_watch_add (manager->typing_monitor_pid, in setup_typing_break()
194 if (manager->child_watch_id != 0) { in msd_typing_break_manager_stop()
195 g_source_remove (manager->child_watch_id); in msd_typing_break_manager_stop()
196 manager->child_watch_id = 0; in msd_typing_break_manager_stop()
/dports/archivers/thunar-archive-plugin/thunar-archive-plugin-0.4.0/thunar-archive-plugin/
H A Dtap-provider.c90 gint child_watch_id; member
181 if (G_UNLIKELY (tap_provider->child_watch_id != 0)) in tap_provider_finalize()
186 source = g_main_context_find_source_by_id (NULL, tap_provider->child_watch_id); in tap_provider_finalize()
572 if (G_UNLIKELY (tap_provider->child_watch_id != 0)) in tap_provider_execute()
577 source = g_main_context_find_source_by_id (NULL, tap_provider->child_watch_id); in tap_provider_execute()
582 …tap_provider->child_watch_id = g_child_watch_add_full (G_PRIORITY_LOW, pid, tap_provider_child_wat… in tap_provider_execute()
620 tap_provider->child_watch_id = 0; in tap_provider_child_watch_destroy()
/dports/x11/mate-applets/mate-applets-1.26.0/command/src/
H A Dma-command.c40 guint child_watch_id; member
169 if (data->child_watch_id != 0) in command_data_free()
171 g_source_remove (data->child_watch_id); in command_data_free()
172 data->child_watch_id = 0; in command_data_free()
394 data->child_watch_id = g_child_watch_add (data->pid, child_watch_cb, task); in ma_command_run_async()
/dports/x11-wm/mutter/mutter-41.1/src/core/
H A Dmeta-close-dialog-default.c46 guint child_watch_id; member
183 g_clear_handle_id (&dialog_default->child_watch_id, g_source_remove); in meta_close_dialog_default_hide()
206 g_clear_handle_id (&dialog->child_watch_id, g_source_remove); in meta_close_dialog_default_finalize()
/dports/x11/gdm/gdm-3.28.4/daemon/
H A Dgdm-session-worker-job.c65 guint child_watch_id; member
310 session_worker_job->priv->child_watch_id = g_child_watch_add (session_worker_job->priv->pid, in gdm_session_worker_job_spawn()
364 if (session_worker_job->priv->child_watch_id > 0) { in gdm_session_worker_job_stop_now()
365 g_source_remove (session_worker_job->priv->child_watch_id); in gdm_session_worker_job_stop_now()
366 session_worker_job->priv->child_watch_id = 0; in gdm_session_worker_job_stop_now()
H A Dgdm-server.c88 guint child_watch_id; member
769 server->priv->child_watch_id = g_child_watch_add (server->priv->pid, in gdm_server_spawn()
853 if (server->priv->child_watch_id > 0) { in gdm_server_stop()
854 g_source_remove (server->priv->child_watch_id); in gdm_server_stop()
855 server->priv->child_watch_id = 0; in gdm_server_stop()
H A Dgdm-session-worker.c150 guint child_watch_id; member
2047 worker->priv->child_watch_id = 0; in session_worker_child_watch()
2055 worker->priv->child_watch_id = g_child_watch_add (worker->priv->child_pid, in gdm_session_worker_watch_child()
3786 if (worker->priv->child_watch_id == 0) in gdm_session_worker_unwatch_child()
3789 g_source_remove (worker->priv->child_watch_id); in gdm_session_worker_unwatch_child()
3790 worker->priv->child_watch_id = 0; in gdm_session_worker_unwatch_child()
/dports/x11/mate-session-manager/mate-session-manager-1.26.0/mate-session/
H A Dgsm-autostart-app.c78 guint child_watch_id; member
619 if (priv->child_watch_id > 0) { in gsm_autostart_app_dispose()
620 g_source_remove (priv->child_watch_id); in gsm_autostart_app_dispose()
621 priv->child_watch_id = 0; in gsm_autostart_app_dispose()
738 priv->child_watch_id = 0; in app_exited()
884 priv->child_watch_id = g_child_watch_add (priv->pid, in autostart_app_start_spawn()
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dcsm-autostart-app.c81 guint child_watch_id; member
870 if (priv->child_watch_id > 0) { in csm_autostart_app_dispose()
871 g_source_remove (priv->child_watch_id); in csm_autostart_app_dispose()
872 priv->child_watch_id = 0; in csm_autostart_app_dispose()
1000 app->priv->child_watch_id = 0; in app_exited()
1140 app->priv->child_watch_id = g_child_watch_add (app->priv->pid, in autostart_app_start_spawn()
/dports/x11/gnome-session/gnome-session-40.1.1/gnome-session/
H A Dgsm-autostart-app.c82 guint child_watch_id; member
731 if (priv->child_watch_id > 0) { in gsm_autostart_app_dispose()
732 g_source_remove (priv->child_watch_id); in gsm_autostart_app_dispose()
733 priv->child_watch_id = 0; in gsm_autostart_app_dispose()
853 app->priv->child_watch_id = 0; in app_exited()
1071 app->priv->child_watch_id = g_child_watch_add (app->priv->pid, in autostart_app_start_spawn()
/dports/x11-wm/xfce4-session/xfce4-session-4.16.0/xfce4-session/
H A Dxfsm-properties.h45 guint child_watch_id; member
H A Dxfsm-properties.c689 if (properties->child_watch_id > 0) in xfsm_properties_set_default_child_watch()
691 g_source_remove (properties->child_watch_id); in xfsm_properties_set_default_child_watch()
692 properties->child_watch_id = 0; in xfsm_properties_set_default_child_watch()
H A Dxfsm-startup.c580 child_watch_data->properties->child_watch_id = in xfsm_startup_start_properties()
694 cwdata->properties->child_watch_id = 0; in xfsm_startup_child_watch()
/dports/x11-fm/thunar/thunar-4.16.10/plugins/thunar-wallpaper/
H A Dtwp-provider.c66 gint child_watch_id; member