mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-12 02:35:28 +01:00
#if 0'ed out the GTime definition, until it is definitively needed. #if
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. #if 0'ed out the g_getcwd() version, because it is the wrong implementation.
This commit is contained in:
parent
822650b4e5
commit
fe00841ff8
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
@ -1,7 +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.
|
||||
needed. #if 0'ed out the g_getcwd() version, because it is the wrong
|
||||
implementation.
|
||||
|
||||
Sat Jul 25 16:09:00 1998 Mark Crichton <crichton@expert.cc.purdue.edu>
|
||||
|
||||
|
4
glib.h
4
glib.h
@ -858,8 +858,10 @@ gint g_snprintf (gchar *string,
|
||||
gchar const *format,
|
||||
...) G_GNUC_PRINTF (3, 4);
|
||||
gchar* g_basename (const gchar *file_name);
|
||||
gchar* g_getcwd (void);
|
||||
gchar* g_dirname (const gchar *file_name);
|
||||
#if 0
|
||||
gchar* g_getcwd (void);
|
||||
#endif
|
||||
|
||||
|
||||
/* We make the assumption that if memmove isn't available, then
|
||||
|
@ -858,8 +858,10 @@ gint g_snprintf (gchar *string,
|
||||
gchar const *format,
|
||||
...) G_GNUC_PRINTF (3, 4);
|
||||
gchar* g_basename (const gchar *file_name);
|
||||
gchar* g_getcwd (void);
|
||||
gchar* g_dirname (const gchar *file_name);
|
||||
#if 0
|
||||
gchar* g_getcwd (void);
|
||||
#endif
|
||||
|
||||
|
||||
/* We make the assumption that if memmove isn't available, then
|
||||
|
Loading…
x
Reference in New Issue
Block a user