Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
Fixes #557
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* netspeed: Fix attribute type 6 has an invalid length warning
- and fix a typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
it's already defined in configure.ac for all applets
|
|
|
|
|
|
|
|
|
|
|
|
netspeed.c:477:15: warning: variable ‘state’ set but not used [-Wunused-but-set-variable]
477 | GtkStateType state;
| ^~~~~
netspeed.c:476:15: warning: variable ‘ra’ set but not used [-Wunused-but-set-variable]
476 | GdkRectangle ra;
| ^~
|
|
|
|
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
|
|
|