mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-25 21:46:14 +01:00
It's GTime now, and it's back!
-Yosh
This commit is contained in:
parent
fac803a223
commit
731d403c87
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
Mon Aug 10 17:56:11 PDT 1998 Manish Singh <yosh@gimp.org>
|
||||||
|
|
||||||
|
* glib.h: it's GTime now, and it's back!
|
||||||
|
|
||||||
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
Mon Aug 10 02:17:19 1998 Tim Janik <timj@gtk.org>
|
||||||
|
|
||||||
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
* Makefile.am: minor hack to cause SUBDIRS (gmodule) to be build
|
||||||
|
3
glib.h
3
glib.h
@ -450,10 +450,7 @@ typedef unsigned long long guint64;
|
|||||||
typedef gint32 gssize;
|
typedef gint32 gssize;
|
||||||
typedef guint32 gsize;
|
typedef guint32 gsize;
|
||||||
typedef guint32 GQuark;
|
typedef guint32 GQuark;
|
||||||
|
|
||||||
#if 0
|
|
||||||
typedef gint32 GTime;
|
typedef gint32 GTime;
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _GList GList;
|
typedef struct _GList GList;
|
||||||
typedef struct _GSList GSList;
|
typedef struct _GSList GSList;
|
||||||
|
@ -450,10 +450,7 @@ typedef unsigned long long guint64;
|
|||||||
typedef gint32 gssize;
|
typedef gint32 gssize;
|
||||||
typedef guint32 gsize;
|
typedef guint32 gsize;
|
||||||
typedef guint32 GQuark;
|
typedef guint32 GQuark;
|
||||||
|
|
||||||
#if 0
|
|
||||||
typedef gint32 GTime;
|
typedef gint32 GTime;
|
||||||
#endif
|
|
||||||
|
|
||||||
typedef struct _GList GList;
|
typedef struct _GList GList;
|
||||||
typedef struct _GSList GSList;
|
typedef struct _GSList GSList;
|
||||||
|
Loading…
Reference in New Issue
Block a user