[gnome-builder] rg: add include helper
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] rg: add include helper
- Date: Tue, 2 Jun 2015 05:28:55 +0000 (UTC)
commit 31ddea78375ed5b9155e73255772a55ded7852ba
Author: Christian Hergert <christian hergert me>
Date: Mon Jun 1 22:28:36 2015 -0700
rg: add include helper
#include <realtime-graphs.h> is a lot nicer than individual includes.
contrib/rg/realtime-graphs.h | 36 ++++++++++++++++++++++++++++++++++++
1 files changed, 36 insertions(+), 0 deletions(-)
---
diff --git a/contrib/rg/realtime-graphs.h b/contrib/rg/realtime-graphs.h
new file mode 100644
index 0000000..18e5a7a
--- /dev/null
+++ b/contrib/rg/realtime-graphs.h
@@ -0,0 +1,36 @@
+/* realtime-graphs.h
+ *
+ * Copyright (C) 2015 Christian Hergert <christian hergert me>
+ *
+ * This file is free software; you can redistribute it and/or modify it
+ * under the terms of the GNU Lesser General Public License as
+ * published by the Free Software Foundation; either version 3 of the
+ * License, or (at your option) any later version.
+ *
+ * This file is distributed in the hope that it will be useful, but
+ * WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+ * Lesser General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
+ */
+
+#ifndef REALTIME_GRAPHS_H
+#define REALTIME_GRAPHS_H
+
+#include <gtk/gtk.h>
+
+G_BEGIN_DECLS
+
+#include "rg-column.h"
+#include "rg-cpu-graph.h"
+#include "rg-cpu-table.h"
+#include "rg-graph.h"
+#include "rg-line-renderer.h"
+#include "rg-renderer.h"
+#include "rg-table.h"
+
+G_END_DECLS
+
+#endif /* REALTIME_GRAPHS_H */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]