mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-02 07:23:41 +02:00
docs: Improve g_variant_loop() docs
Typo fix and changing "is not recommended" to the nice version of "don't do this", aka "causes undefined behavior".
This commit is contained in:
@@ -1439,7 +1439,10 @@ _g_local_file_info_get (const char *basename,
|
||||
|
||||
/* Avoid stat in trivial case */
|
||||
if (attribute_matcher == NULL)
|
||||
return info;
|
||||
{
|
||||
g_file_info_unset_attribute_mask (info);
|
||||
return info;
|
||||
}
|
||||
|
||||
#ifndef G_OS_WIN32
|
||||
res = g_lstat (path, &statbuf);
|
||||
|
Reference in New Issue
Block a user