Home
last modified time | relevance | path

Searched refs:SWAP_MONITOR (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.1/panel-plugin/
H A Dsettings.c159 return SWAP_MONITOR; in prop2monitor()
312 DEFAULT_LABEL[SWAP_MONITOR], in G_DEFINE_TYPE()
615 if (config->monitor[SWAP_MONITOR].enabled != val_bool) in systemload_config_set_property()
617 config->monitor[SWAP_MONITOR].enabled = val_bool; in systemload_config_set_property()
625 if (config->monitor[SWAP_MONITOR].use_label != val_bool) in systemload_config_set_property()
627 config->monitor[SWAP_MONITOR].use_label = val_bool; in systemload_config_set_property()
635 if (g_strcmp0 (config->monitor[SWAP_MONITOR].label, val_string) != 0) in systemload_config_set_property()
637 g_free (config->monitor[SWAP_MONITOR].label); in systemload_config_set_property()
638 config->monitor[SWAP_MONITOR].label = g_value_dup_string (value); in systemload_config_set_property()
646 if (!gdk_rgba_equal (&config->monitor[SWAP_MONITOR].color, val_rgba)) in systemload_config_set_property()
[all …]
H A Dsettings.h33 SWAP_MONITOR, enumerator
H A Dsystemload.c176 systemload_config_get_enabled (config, SWAP_MONITOR)) in update_monitors()
181 global->monitor[SWAP_MONITOR]->value_read = swap; in update_monitors()
228 if (systemload_config_get_enabled (config, SWAP_MONITOR)) in update_monitors()
238 set_tooltip(global->monitor[SWAP_MONITOR]->ebox, tooltip); in update_monitors()