mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
Merge branch 'dlech-master-patch-99473' into 'master'
gio/gfileinfo: fix parameter references See merge request GNOME/glib!1148
This commit is contained in:
commit
cb97f0e114
@ -564,7 +564,7 @@ g_file_info_find_value_by_name (GFileInfo *info,
|
|||||||
*
|
*
|
||||||
* Checks if a file info structure has an attribute named @attribute.
|
* Checks if a file info structure has an attribute named @attribute.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @Ginfo has an attribute named @attribute,
|
* Returns: %TRUE if @info has an attribute named @attribute,
|
||||||
* %FALSE otherwise.
|
* %FALSE otherwise.
|
||||||
**/
|
**/
|
||||||
gboolean
|
gboolean
|
||||||
@ -588,7 +588,7 @@ g_file_info_has_attribute (GFileInfo *info,
|
|||||||
* Checks if a file info structure has an attribute in the
|
* Checks if a file info structure has an attribute in the
|
||||||
* specified @name_space.
|
* specified @name_space.
|
||||||
*
|
*
|
||||||
* Returns: %TRUE if @Ginfo has an attribute in @name_space,
|
* Returns: %TRUE if @info has an attribute in @name_space,
|
||||||
* %FALSE otherwise.
|
* %FALSE otherwise.
|
||||||
*
|
*
|
||||||
* Since: 2.22
|
* Since: 2.22
|
||||||
|
Loading…
x
Reference in New Issue
Block a user