soylent r155 - trunk/libsoylent
- From: svenp svn gnome org
- To: svn-commits-list gnome org
- Subject: soylent r155 - trunk/libsoylent
- Date: Sun, 8 Jun 2008 11:41:11 +0000 (UTC)
Author: svenp
Date: Sun Jun 8 11:41:11 2008
New Revision: 155
URL: http://svn.gnome.org/viewvc/soylent?rev=155&view=rev
Log:
added soylent.c/h for global functions etc.
Added:
trunk/libsoylent/soylent.c
trunk/libsoylent/soylent.h
Added: trunk/libsoylent/soylent.c
==============================================================================
--- (empty file)
+++ trunk/libsoylent/soylent.c Sun Jun 8 11:41:11 2008
@@ -0,0 +1,10 @@
+/**/
+
+#include "config.h"
+#include "soylent.h"
+
+#include <glib-object.h>
+
+void soylent_init(void) {
+ g_type_init();
+}
Added: trunk/libsoylent/soylent.h
==============================================================================
--- (empty file)
+++ trunk/libsoylent/soylent.h Sun Jun 8 11:41:11 2008
@@ -0,0 +1,11 @@
+/**/
+
+#ifndef SOYLENT_H
+#define SOYLENT_H
+
+#include "soylent-person.h"
+#include "soylent-entity.h"
+
+void soylent_init(void);
+
+#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]