devhelp r1164 - in trunk: . src
- From: herzi svn gnome org
- To: svn-commits-list gnome org
- Subject: devhelp r1164 - in trunk: . src
- Date: Thu, 9 Oct 2008 17:42:38 +0000 (UTC)
Author: herzi
Date: Thu Oct 9 17:42:38 2008
New Revision: 1164
URL: http://svn.gnome.org/viewvc/devhelp?rev=1164&view=rev
Log:
2008-10-07 Sven Herzberg <sven imendio com>
Added source files for the assistant view
* src/Makefile.am: distribute and compile the new sources; install the
header
* src/dh-assistant-view.c,
* src/dh-assistant-view.h: new skeleton files
Added:
trunk/src/dh-assistant-view.c
trunk/src/dh-assistant-view.h
Modified:
trunk/ChangeLog
trunk/src/Makefile.am
Modified: trunk/src/Makefile.am
==============================================================================
--- trunk/src/Makefile.am (original)
+++ trunk/src/Makefile.am Thu Oct 9 17:42:38 2008
@@ -25,6 +25,7 @@
devhelpincludedir = $(includedir)/devhelp-1.0/devhelp
devhelpinclude_HEADERS = \
dh-assistant.h \
+ dh-assistant-view.h \
dh-base.h \
dh-book-tree.h \
dh-error.h \
@@ -39,6 +40,7 @@
dh-marshal.c \
dh-marshal.h \
dh-assistant.c \
+ dh-assistant-view.c \
dh-base.c \
dh-book-tree.c \
dh-error.c \
Added: trunk/src/dh-assistant-view.c
==============================================================================
--- (empty file)
+++ trunk/src/dh-assistant-view.c Thu Oct 9 17:42:38 2008
@@ -0,0 +1,26 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
+/* This file is part of Devhelp
+ *
+ * AUTHORS
+ * Sven Herzberg <sven imendio com>
+ *
+ * Copyright (C) 2008 Sven Herzberg
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
+
+#include "dh-assistant-view.h"
+
Added: trunk/src/dh-assistant-view.h
==============================================================================
--- (empty file)
+++ trunk/src/dh-assistant-view.h Thu Oct 9 17:42:38 2008
@@ -0,0 +1,29 @@
+/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*- */
+/* This file is part of Devhelp
+ *
+ * AUTHORS
+ * Sven Herzberg <sven imendio com>
+ *
+ * Copyright (C) 2008 Sven Herzberg
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License as
+ * published by the Free Software Foundation; either version 2 of the
+ * License, or (at your option) any later version.
+ *
+ * This program 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 General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
+ * USA
+ */
+
+#ifndef __DH_ASSISTANT_VIEW_H__
+#define __DH_ASSISTANT_VIEW_H__
+
+
+#endif /* !__DH_ASSISTANT_VIEW_H__ */
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]