[gnome-todo/wip/gbsneto/plugins: 4/10] headers: export GtdTaskListView



commit 67980587fd1130dd63b6ca0b88e87b62506deb5a
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sun Dec 27 16:15:49 2015 -0200

    headers: export GtdTaskListView

 src/Makefile.am  |    1 +
 src/gnome-todo.h |    1 +
 2 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/src/Makefile.am b/src/Makefile.am
index 0ef48d1..01ef745 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -93,6 +93,7 @@ gnome_todo_include_HEADERS = \
        gtd-object.h \
        gtd-task.h \
        gtd-task-list.h \
+       gtd-task-list-view.h \
        gtd-window.h \
        gtd-types.h \
        gnome-todo.h
diff --git a/src/gnome-todo.h b/src/gnome-todo.h
index e2b7b84..7730e29 100644
--- a/src/gnome-todo.h
+++ b/src/gnome-todo.h
@@ -25,5 +25,6 @@
 #include "gtd-object.h"
 #include "gtd-task.h"
 #include "gtd-task-list.h"
+#include "gtd-task-list-view.h"
 #include "gtd-window.h"
 #include "gtd-types.h"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]