mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-23 18:52:09 +01:00
Backport correct descriptive comment from 1.3.1 so I can close #20285.
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com> * glib.h: Backport correct descriptive comment from 1.3.1 so I can close #20285.
This commit is contained in:
parent
ccfc84df3f
commit
49dd5d8236
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
@ -1,3 +1,8 @@
|
||||
Wed Aug 9 14:12:03 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* glib.h: Backport correct descriptive comment from
|
||||
1.3.1 so I can close #20285.
|
||||
|
||||
2000-07-19 Sebastian Wilhelmi <wilhelmi@ira.uka.de>
|
||||
|
||||
* configure.in: glibconfig.h now includes files outside of the
|
||||
|
3
glib.h
3
glib.h
@ -1538,6 +1538,9 @@ gchar* g_path_skip_root (gchar *file_name);
|
||||
/* strings are newly allocated with g_malloc() */
|
||||
gchar* g_dirname (const gchar *file_name);
|
||||
gchar* g_get_current_dir (void);
|
||||
|
||||
/* return the environment string for the variable. The returned memory
|
||||
* must not be freed. */
|
||||
gchar* g_getenv (const gchar *variable);
|
||||
|
||||
|
||||
|
@ -1538,6 +1538,9 @@ gchar* g_path_skip_root (gchar *file_name);
|
||||
/* strings are newly allocated with g_malloc() */
|
||||
gchar* g_dirname (const gchar *file_name);
|
||||
gchar* g_get_current_dir (void);
|
||||
|
||||
/* return the environment string for the variable. The returned memory
|
||||
* must not be freed. */
|
||||
gchar* g_getenv (const gchar *variable);
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user