summaryrefslogtreecommitdiff
path: root/netspeed/src/backend.c
AgeCommit message (Collapse)AuthorFilesLines
2019-04-14Use g_list_free_full() convenience functionrbuj1-2/+1
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
2016-05-12Use default routeAlejandro Perez1-1/+1
- update backend.c
2015-12-14merge netspeed applet from mate-netspeed repomonsta1-0/+330