mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-10 04:45:48 +01:00
Fix a typo. (#310243, Richard Laager)
2005-07-13 Matthias Clasen <mclasen@redhat.com> * glib/gfileutils.c (g_mkdir_with_parents): Fix a typo. (#310243, Richard Laager)
This commit is contained in:
parent
deef36d182
commit
b36f775177
@ -1,5 +1,8 @@
|
|||||||
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_mkdir_with_parents): Fix a
|
||||||
|
typo. (#310243, Richard Laager)
|
||||||
|
|
||||||
* glib/goption.c (g_option_group_add_entries): Warn if a
|
* glib/goption.c (g_option_group_add_entries): Warn if a
|
||||||
short name is not acceptable.
|
short name is not acceptable.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_mkdir_with_parents): Fix a
|
||||||
|
typo. (#310243, Richard Laager)
|
||||||
|
|
||||||
* glib/goption.c (g_option_group_add_entries): Warn if a
|
* glib/goption.c (g_option_group_add_entries): Warn if a
|
||||||
short name is not acceptable.
|
short name is not acceptable.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_mkdir_with_parents): Fix a
|
||||||
|
typo. (#310243, Richard Laager)
|
||||||
|
|
||||||
* glib/goption.c (g_option_group_add_entries): Warn if a
|
* glib/goption.c (g_option_group_add_entries): Warn if a
|
||||||
short name is not acceptable.
|
short name is not acceptable.
|
||||||
|
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
2005-07-13 Matthias Clasen <mclasen@redhat.com>
|
||||||
|
|
||||||
|
* glib/gfileutils.c (g_mkdir_with_parents): Fix a
|
||||||
|
typo. (#310243, Richard Laager)
|
||||||
|
|
||||||
* glib/goption.c (g_option_group_add_entries): Warn if a
|
* glib/goption.c (g_option_group_add_entries): Warn if a
|
||||||
short name is not acceptable.
|
short name is not acceptable.
|
||||||
|
|
||||||
|
@ -65,7 +65,7 @@
|
|||||||
* Create a directory if it doesn't already exist. Create intermediate
|
* Create a directory if it doesn't already exist. Create intermediate
|
||||||
* parent directories as needed, too.
|
* parent directories as needed, too.
|
||||||
*
|
*
|
||||||
* Returns: 0 if the directoty already exists, or was successfully
|
* Returns: 0 if the directory already exists, or was successfully
|
||||||
* created. Returns -1 if an error occurred, with errno set.
|
* created. Returns -1 if an error occurred, with errno set.
|
||||||
*
|
*
|
||||||
* Since: 2.8
|
* Since: 2.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user