netdev: start on netdev aid to display network graphs

This commit is contained in:
Christian Hergert
2019-06-26 18:58:31 -07:00
parent d44fdb48d9
commit 6d4796294e
10 changed files with 898 additions and 13 deletions

View File

@ -109,7 +109,7 @@ enum {
};
static GParamSpec *properties [N_PROPS];
static gdouble dashes[] = { 1.0, 2.0 };
static const gdouble dashes[] = { 1.0, 2.0 };
static void
load_data_free (gpointer data)