[nautilus-actions] Refactoring: update src/core/na-module.{c,h}



commit ab15230f3b77416e81fbce69af5b200e5363bf13
Author: Pierre Wieser <pwieser trychlos org>
Date:   Mon Feb 15 20:19:54 2010 +0100

    Refactoring: update src/core/na-module.{c,h}

 ChangeLog            |    1 +
 src/core/Makefile.am |   15 ++++++++-------
 src/core/na-module.h |    9 ++++-----
 3 files changed, 13 insertions(+), 12 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 5f24ce4..3776394 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,6 @@
 2009-02-15 Pierre Wieser <pwieser trychlos org>
 
+	Update src/core/na-module.{c,h}
 	Update src/core/na-iprefs.{c,h}
 	Update src/core/na-ipivot-consumer.{c,h}
 	Update src/core/na-io-factory.{c,h}
diff --git a/src/core/Makefile.am b/src/core/Makefile.am
index 2c9b8a8..ec28003 100644
--- a/src/core/Makefile.am
+++ b/src/core/Makefile.am
@@ -55,6 +55,14 @@ libna_core_la_SOURCES = \
 	na-iio-provider.c									\
 	na-io-factory.c										\
 	na-io-factory.h										\
+	na-io-provider.c									\
+	na-io-provider.h									\
+	na-ipivot-consumer.c								\
+	na-ipivot-consumer.h								\
+	na-iprefs.c											\
+	na-iprefs.h											\
+	na-module.c											\
+	na-module.h											\
 	na-object.c											\
 	na-object-id.c										\
 	na-object-id-enum.c									\
@@ -67,13 +75,6 @@ libna_core_la_SOURCES = \
 	na-object-menu.c									\
 	na-object-menu-enum.c								\
 	\
-	na-io-provider.h									\
-	na-ipivot-consumer.c								\
-	na-ipivot-consumer.h								\
-	na-iprefs.c											\
-	na-iprefs.h											\
-	na-module.c											\
-	na-module.h											\
 	na-pivot.c											\
 	na-pivot.h											\
 	na-utils.c											\
diff --git a/src/core/na-module.h b/src/core/na-module.h
index 8f17074..ee3f66d 100644
--- a/src/core/na-module.h
+++ b/src/core/na-module.h
@@ -28,13 +28,13 @@
  *   ... and many others (see AUTHORS)
  */
 
-#ifndef __NA_RUNTIME_MODULE_H__
-#define __NA_RUNTIME_MODULE_H__
+#ifndef __CORE_NA_MODULE_H__
+#define __CORE_NA_MODULE_H__
 
 /**
  * SECTION: na_module
  * @short_description: #NAModule class definition.
- * @include: runtime/na-module.h
+ * @include: core/na-module.h
  *
  * The NAModule class manages Nautilus-Actions extensions as dynamically
  * loadable modules (plugins).
@@ -65,7 +65,6 @@
  * Interface API is then called against the returned GObject.
  */
 
-#include <glib.h>
 #include <glib-object.h>
 
 G_BEGIN_DECLS
@@ -107,4 +106,4 @@ void     na_module_release_modules        ( GList *modules );
 
 G_END_DECLS
 
-#endif /* __NA_RUNTIME_MODULE_H__ */
+#endif /* __CORE_NA_MODULE_H__ */



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