Home
last modified time | relevance | path

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

/dports/x11/gnome-session/gnome-session-40.1.1/gnome-session/
H A Dgsm-manager.c147 GSList *query_clients; member
521 g_slist_free (manager->priv->query_clients); in end_phase()
522 manager->priv->query_clients = NULL; in end_phase()
840 … data->manager->priv->query_clients = g_slist_prepend (data->manager->priv->query_clients, in _client_end_session()
1027 … data->manager->priv->query_clients = g_slist_prepend (data->manager->priv->query_clients, in _client_query_end_session()
1297 g_slist_free (manager->priv->query_clients); in _on_query_end_session_timeout()
1298 manager->priv->query_clients = NULL; in _on_query_end_session_timeout()
1354 g_slist_free (manager->priv->query_clients); in start_phase()
1355 manager->priv->query_clients = NULL; in start_phase()
1971 manager->priv->query_clients = g_slist_remove (manager->priv->query_clients, client); in _handle_client_end_session_response()
[all …]
/dports/x11/cinnamon-session/cinnamon-session-4.8.0/cinnamon-session/
H A Dcsm-manager.c138 GSList *query_clients; member
523 g_slist_free (manager->priv->query_clients); in end_phase()
524 manager->priv->query_clients = NULL; in end_phase()
835 … data->manager->priv->query_clients = g_slist_prepend (data->manager->priv->query_clients, in _client_end_session()
1002 … data->manager->priv->query_clients = g_slist_prepend (data->manager->priv->query_clients, in _client_query_end_session()
1503 g_slist_free (manager->priv->query_clients); in _on_query_end_session_timeout()
1504 manager->priv->query_clients = NULL; in _on_query_end_session_timeout()
1560 g_slist_free (manager->priv->query_clients); in start_phase()
1561 manager->priv->query_clients = NULL; in start_phase()
2995 manager->priv->query_clients = g_slist_remove (manager->priv->query_clients, client); in _handle_client_end_session_response()
[all …]
/dports/x11/mate-session-manager/mate-session-manager-1.26.0/mate-session/
H A Dgsm-manager.c129 GSList *query_clients; member
549 g_slist_free (priv->query_clients); in end_phase()
550 priv->query_clients = NULL; in end_phase()
790 priv->query_clients = g_slist_prepend (priv->query_clients, in _client_end_session()
977 priv->query_clients = g_slist_prepend (priv->query_clients, client); in _client_query_end_session()
1535 g_slist_free (priv->query_clients); in _on_query_end_session_timeout()
1536 priv->query_clients = NULL; in _on_query_end_session_timeout()
1600 g_slist_free (priv->query_clients); in start_phase()
1601 priv->query_clients = NULL; in start_phase()
2323 priv->query_clients = g_slist_remove (priv->query_clients, client); in _handle_client_end_session_response()
[all …]
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dres.rs528 pub fn query_clients<Conn>(conn: &Conn) -> Result<Cookie<'_, Conn, QueryClientsReply>, ConnectionEr… in query_clients() function
1033 query_clients(self) in res_query_clients()
/dports/x11/inputplug/inputplug-0.4.0/cargo-crates/x11rb-0.8.1/src/protocol/
H A Dres.rs528 pub fn query_clients<Conn>(conn: &Conn) -> Result<Cookie<'_, Conn, QueryClientsReply>, ConnectionEr… in query_clients() function
1033 query_clients(self) in res_query_clients()