After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 660791 - [gio] Improve doc for g_file_make_directory_with_parents()
[gio] Improve doc for g_file_make_directory_with_parents()
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: gio
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2011-10-03 14:29 UTC by Bastien Nocera
Modified: 2011-10-04 16:11 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[gio] Improve doc for g_file_make_directory_with_parents() (1.26 KB, patch)
2011-10-03 14:29 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2011-10-03 14:29:08 UTC
Caused bug 660790 because the docs weren't clear.
Comment 1 Bastien Nocera 2011-10-03 14:29:10 UTC
Created attachment 198100 [details] [review]
[gio] Improve doc for g_file_make_directory_with_parents()

g_file_make_directory_with_parents() will fail for already
existing directories, unlike g_mkdir_with_parents(), so mention
this clearly in the docs.
Comment 2 Matthias Clasen 2011-10-03 21:58:52 UTC
Review of attachment 198100 [details] [review]:

Looking good, thanks
Comment 3 Bastien Nocera 2011-10-04 16:10:54 UTC
Attachment 198100 [details] pushed as 82fae72 - [gio] Improve doc for g_file_make_directory_with_parents()