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:
Owen Taylor 2000-08-09 18:12:56 +00:00 committed by Owen Taylor
parent ccfc84df3f
commit 49dd5d8236
10 changed files with 46 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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
View File

@ -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);

View File

@ -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);