gobject-introspection r819 - in trunk: . gir



Author: jobi
Date: Mon Oct 27 11:24:29 2008
New Revision: 819
URL: http://svn.gnome.org/viewvc/gobject-introspection?rev=819&view=rev

Log:

2008-10-27  Johan Bilien  <jobi via ecp fr>

	* gir/gio-2.0.c: add annotation for g_file_delete



Added:
   trunk/gir/gio-2.0.c
Modified:
   trunk/ChangeLog
   trunk/gir/Makefile.am

Modified: trunk/gir/Makefile.am
==============================================================================
--- trunk/gir/Makefile.am	(original)
+++ trunk/gir/Makefile.am	Mon Oct 27 11:24:29 2008
@@ -97,7 +97,7 @@
 GIO_LIBRARY=gio-2.0
 endif
 
-Gio-2.0.gir: GObject-2.0.gir $(G_IR_SCANNER) $(G_IR_SCANNER_FILES) Makefile
+Gio-2.0.gir: GObject-2.0.gir $(G_IR_SCANNER) $(G_IR_SCANNER_FILES) Makefile $(srcdir)/gio-2.0.c
 	PYTHONPATH=$(top_builddir):$$PYTHONPATH $(G_IR_SCANNER) \
 	    -v --namespace Gio --nsversion=2.0 \
 	    --add-include-path=. \
@@ -111,6 +111,7 @@
 	    -DGIO_COMPILATION \
             --pkg glib-2.0 \
             --pkg gobject-2.0 \
+	    $(srcdir)/gio-2.0.c \
 	    $(GLIB_INCLUDEDIR)/gio/*.h
 BUILT_SOURCES += Gio-2.0.gir
 CLEANFILES = $(BUILT_SOURCES)

Added: trunk/gir/gio-2.0.c
==============================================================================
--- (empty file)
+++ trunk/gir/gio-2.0.c	Mon Oct 27 11:24:29 2008
@@ -0,0 +1,6 @@
+/**
+ * g_file_delete:
+ * @file:
+ * @cancellable: (allow-none):
+ * @error:
+ */



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