[anjuta/newproject: 124/126] pm: Use GError boxed type in GLib, add missing marshal



commit 1b63505b3a401e88f47072318b4f87e794bdf64d
Author: Sébastien Granjoux <seb sfo free fr>
Date:   Sat Aug 28 09:50:10 2010 +0200

    pm: Use GError boxed type in GLib, add missing marshal

 libanjuta/interfaces/libanjuta.idl           |    1 -
 plugins/project-manager/project-marshal.list |    1 +
 plugins/project-manager/project.c            |    1 -
 3 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/libanjuta/interfaces/libanjuta.idl b/libanjuta/interfaces/libanjuta.idl
index 6351219..3c5633f 100644
--- a/libanjuta/interfaces/libanjuta.idl
+++ b/libanjuta/interfaces/libanjuta.idl
@@ -3480,7 +3480,6 @@ interface IAnjutaProjectManager
 
 	#include <libanjuta/anjuta-project.h>
 	#include <libanjuta/interfaces/ianjuta-project.h>
-	#include <libanjuta/anjuta-error.h>
 	
 	/**
 	* IANJUTA_PROJECT_MANAGER_PROJECT_ROOT_URI
diff --git a/plugins/project-manager/project-marshal.list b/plugins/project-manager/project-marshal.list
new file mode 100644
index 0000000..7b74d10
--- /dev/null
+++ b/plugins/project-manager/project-marshal.list
@@ -0,0 +1 @@
+VOID:POINTER,BOXED
diff --git a/plugins/project-manager/project.c b/plugins/project-manager/project.c
index c295ee4..189761d 100644
--- a/plugins/project-manager/project.c
+++ b/plugins/project-manager/project.c
@@ -26,7 +26,6 @@
 #include "project.h"
 #include "project-marshal.h"
 #include <libanjuta/anjuta-debug.h>
-#include <libanjuta/anjuta-error.h>
 #include <libanjuta/interfaces/ianjuta-project-backend.h>
 #include "project-model.h"
 #include "project-view.h"



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