mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
#if 0'ed out the GTime definition, until it is definitively needed.
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org> * glib.h: #if 0'ed out the GTime definition, until it is definitively needed.
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
@@ -1,3 +1,8 @@
|
||||
Mon Jul 27 01:02:27 1998 Tim Janik <timj@gtk.org>
|
||||
|
||||
* glib.h: #if 0'ed out the GTime definition, until it is definitively
|
||||
needed.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
* glib.h: gtime changed to g_time. gtime is used in
|
||||
|
5
glib.h
5
glib.h
@@ -449,9 +449,12 @@ typedef unsigned long long guint64;
|
||||
|
||||
typedef gint32 gssize;
|
||||
typedef guint32 gsize;
|
||||
typedef gint32 g_time;
|
||||
typedef guint32 GQuark;
|
||||
|
||||
#if 0
|
||||
typedef gint32 GTime;
|
||||
#endif
|
||||
|
||||
typedef struct _GList GList;
|
||||
typedef struct _GSList GSList;
|
||||
typedef struct _GHashTable GHashTable;
|
||||
|
@@ -449,9 +449,12 @@ typedef unsigned long long guint64;
|
||||
|
||||
typedef gint32 gssize;
|
||||
typedef guint32 gsize;
|
||||
typedef gint32 g_time;
|
||||
typedef guint32 GQuark;
|
||||
|
||||
#if 0
|
||||
typedef gint32 GTime;
|
||||
#endif
|
||||
|
||||
typedef struct _GList GList;
|
||||
typedef struct _GSList GSList;
|
||||
typedef struct _GHashTable GHashTable;
|
||||
|
Reference in New Issue
Block a user