X-Git-Url: https://git.octo.it/?p=collection4.git;a=blobdiff_plain;f=src%2Fgraph_list.h;h=596235f308a8868ddb98eb70d3ebd8beba5bb424;hp=f7cb40e7cd729f5b7b9e4ebcfe9a760f962bf9c1;hb=60f9e98201a0a261f2a8c002e928b863d1fe611a;hpb=01de7d16f1e8dfdf00a31de19e3719b45752eb4d diff --git a/src/graph_list.h b/src/graph_list.h index f7cb40e..596235f 100644 --- a/src/graph_list.h +++ b/src/graph_list.h @@ -35,9 +35,12 @@ int gl_add_graph (graph_config_t *cfg); int gl_config_submit (void); +int gl_register_ident (const char *provider, const graph_ident_t *ident); + graph_config_t *gl_graph_get_selected (void); -int gl_graph_get_all (graph_callback_t callback, void *user_data); +int gl_graph_get_all (_Bool include_dynamic, + graph_callback_t callback, void *user_data); int gl_graph_instance_get_all (graph_config_t *cfg, graph_inst_callback_t callback, void *user_data);