[gobject-introspection] GLib-2.0.gir: Add glib-unix.h



commit 80e12709c105ce4a00af496201004fc8fd355a56
Author: Colin Walters <walters verbum org>
Date:   Wed Sep 5 08:39:36 2012 -0400

    GLib-2.0.gir: Add glib-unix.h
    
    So we pick up g_unix_signal_add() for example.

 Makefile-gir.am |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/Makefile-gir.am b/Makefile-gir.am
index 364d5ec..10a4fb0 100644
--- a/Makefile-gir.am
+++ b/Makefile-gir.am
@@ -83,6 +83,9 @@ GLib_2_0_gir_FILES =  \
 		$(GLIB_INCLUDEDIR)/glib/*.h \
 		$(GLIB_INCLUDEDIR)/gobject/glib-types.h \
                 gir/glib-2.0.c
+if HAVE_GIO_UNIX
+GLib_2_0_gir_FILES += $(GLIB_INCLUDEDIR)/glib-unix.h
+endif
 
 BUILT_GIRSOURCES += GLib-2.0.gir
 



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