Home
last modified time | relevance | path

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

/dports/audio/ncmpc/ncmpc-0.41/src/system/
H A Dmeson.build1 system_sources = [ variable
6 system_sources += [
15 system_sources,
/dports/audio/musicpd/mpd-0.23.6/src/system/
H A Dmeson.build1 system_sources = [ variable
7 system_sources += [
17 system_sources,
/dports/deskutils/gnome-initial-setup/gnome-initial-setup-41.2/gnome-initial-setup/pages/keyboard/
H A Dgis-keyboard-page.c56 GSList *system_sources; member
76 g_slist_free_full (priv->system_sources, g_free); in gis_keyboard_page_finalize()
101 for (l = priv->system_sources; l; l = l->next) { in set_input_settings()
142 for (l = priv->system_sources; l; l = l->next) { in set_localed_input()
366 g_slist_free_full (priv->system_sources, g_free); in preselect_input_source()
367 priv->system_sources = g_slist_reverse (sources); in preselect_input_source()
402 if (desktop_got_something && (desktop_got_input_method || !priv->system_sources)) { in preselect_input_source()
405 } else if (priv->system_sources) { in preselect_input_source()
407 (const gchar *) priv->system_sources->data, in preselect_input_source()
/dports/audio/synthpod-lv2/synthpod-01aad91/app/
H A Dsynthpod_app.c57 app->system_sources[num_system_sources].type = port->sys.type; in _sp_app_update_system_sources()
58 app->system_sources[num_system_sources].buf = PORT_BASE_ALIGNED(port); in _sp_app_update_system_sources()
59 app->system_sources[num_system_sources].sys_port = port->sys.data; in _sp_app_update_system_sources()
66 app->system_sources[num_system_sources].type = SYSTEM_PORT_NONE; in _sp_app_update_system_sources()
67 app->system_sources[num_system_sources].buf = NULL; in _sp_app_update_system_sources()
68 app->system_sources[num_system_sources].sys_port = NULL; in _sp_app_update_system_sources()
111 return app->system_sources; in sp_app_get_system_sources()
H A Dsynthpod_app_private.h464 sp_app_system_source_t system_sources [64]; //FIXME, how many? member
/dports/devel/gconf2/GConf-3.2.6/gconf/
H A Dgconfd.c703 GConfSources *system_sources; in system_bus_message_handler() local
710 system_sources = gconf_sources_new_from_addresses (&addresses, NULL); in system_bus_message_handler()
712 gconfd_clear_cache_for_sources (system_sources); in system_bus_message_handler()
715 gconfd_notify_other_listeners (NULL, system_sources, *key); in system_bus_message_handler()
717 gconf_sources_free (system_sources); in system_bus_message_handler()