From 5f01c706267c595de92406a32e7f31ef5056c2d0 Mon Sep 17 00:00:00 2001 From: Lucas de Castro Borges Date: Mon, 22 Apr 2024 00:35:53 -0300 Subject: New upstream version 2.0.3pre --- includes/loadgraph.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'includes/loadgraph.h') diff --git a/includes/loadgraph.h b/includes/loadgraph.h index d79ca39b..d176e816 100644 --- a/includes/loadgraph.h +++ b/includes/loadgraph.h @@ -1,6 +1,6 @@ /* * Simple Load Graph - * Copyright (C) 2006 Leandro A. F. Pereira + * Copyright (C) 2006 L. A. F. Pereira * * The Simple Load Graph is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -47,6 +47,9 @@ void load_graph_clear(LoadGraph *lg); void load_graph_set_data_suffix(LoadGraph *lg, gchar *suffix); gchar *load_graph_get_data_suffix(LoadGraph *lg); +void load_graph_set_title(LoadGraph *lg, const gchar *title); +const gchar *load_graph_get_title(LoadGraph *lg); + gint load_graph_get_height(LoadGraph *lg); #endif /* __LOADGRAPH_H__ */ -- cgit v1.2.3