X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;ds=sidebyside;f=graph_list.c;h=0a934776a7450ff5f72be38283334e03611e69af;hb=99a0e023a458598597c2632cc4a8e4f3b2fd6b77;hp=2d0f57500a111a50e67a1b80fe45c9ea4309b965;hpb=477b8a38dc1b3d0ae5e726f765722c962b2fcb46;p=collection4.git diff --git a/graph_list.c b/graph_list.c index 2d0f575..0a93477 100644 --- a/graph_list.c +++ b/graph_list.c @@ -800,6 +800,14 @@ int gl_graph_get_title (graph_config_t *cfg, /* {{{ */ return (0); } /* }}} int gl_graph_get_title */ +graph_ident_t *gl_graph_get_selector (graph_config_t *cfg) /* {{{ */ +{ + if (cfg == NULL) + return (NULL); + + return (ident_clone (cfg->select)); +} /* }}} graph_ident_t *gl_graph_get_selector */ + int gl_instance_get_all (gl_inst_callback callback, /* {{{ */ void *user_data) {