summaryrefslogtreecommitdiff
path: root/cpufreq/src/cpufreq-monitor.c
AgeCommit message (Collapse)AuthorFilesLines
2020-11-20Cpufreq code styleraveit651-240/+237
- tabs to spaces - 4 spaces at the beginning of a line
2020-08-03cpufreq: -1 indicates error obtaining max frequencyrbuj1-1/+1
2019-12-04avoid redundant redeclarationsPablo Barciela1-2/+0
2019-05-27cpufreq: deprecated g_type_class_add_privateWu Xiaotian1-7/+2
2019-04-14Use g_list_free_full() convenience functionrbuj1-8/+2
void g_list_free_full (GList *list, GDestroyNotify free_func); Convenience method, which frees all the memory used by a GList, and calls free_func on every element's data. https://developer.gnome.org/glib/stable/glib-Doubly-Linked-Lists.html#g-list-free-full
2014-11-26zero-init signals arraymonsta1-2/+2
Closes https://github.com/mate-desktop/mate-applets/pull/108
2012-10-09Fixed fsf addresses. Closes #18.Steve Zesch1-1/+1
2011-11-14initialPerberos1-0/+411