浏览代码

* some constants added that were more recently added to glib. Submitted patch by neli

marco 20 年之前
父节点
当前提交
3b54660976
共有 1 个文件被更改,包括 12 次插入1 次删除
  1. 12 1
      packages/extra/gtk/glib/glib.pp

+ 12 - 1
packages/extra/gtk/glib/glib.pp

@@ -1073,6 +1073,14 @@ function  g_spaced_primes_closest(num:guint):guint;cdecl;external glibdll name '
        G_SEEK_SET = 1;
        G_SEEK_SET = 1;
        G_SEEK_END = 2;
        G_SEEK_END = 2;
 
 
+       G_IO_IN    = 1;
+       G_IO_OUT   = 4;
+       G_IO_PRI   = 2;
+       G_IO_ERR   = 8;
+
+       G_IO_HUP   = 16;
+       G_IO_NVAL  = 32;
+
     type
     type
        TGIOCondition = longint;
        TGIOCondition = longint;
 
 
@@ -1655,7 +1663,10 @@ procedure set_year(var a : TGDate; __year : guint);
 end.
 end.
 {
 {
   $Log$
   $Log$
-  Revision 1.7  2004-05-02 19:14:47  jonas
+  Revision 1.8  2004-12-28 14:42:12  marco
+   * some constants added that were more recently added to glib. Submitted patch by neli
+
+  Revision 1.7  2004/05/02 19:14:47  jonas
     * fixed darwin incompatibilities
     * fixed darwin incompatibilities
 
 
   Revision 1.6  2003/08/06 07:28:21  michael
   Revision 1.6  2003/08/06 07:28:21  michael