mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-13 04:46:15 +01:00
gbookmarkfile: fix up annotations
https://bugzilla.gnome.org/show_bug.cgi?id=756011
This commit is contained in:
parent
a55bfeee41
commit
ef65c160dc
@ -1612,7 +1612,8 @@ g_bookmark_file_free (GBookmarkFile *bookmark)
|
|||||||
/**
|
/**
|
||||||
* g_bookmark_file_load_from_data:
|
* g_bookmark_file_load_from_data:
|
||||||
* @bookmark: an empty #GBookmarkFile struct
|
* @bookmark: an empty #GBookmarkFile struct
|
||||||
* @data: desktop bookmarks loaded in memory
|
* @data: (array length=length) (element-type guint8): desktop bookmarks
|
||||||
|
* loaded in memory
|
||||||
* @length: the length of @data in bytes
|
* @length: the length of @data in bytes
|
||||||
* @error: return location for a #GError, or %NULL
|
* @error: return location for a #GError, or %NULL
|
||||||
*
|
*
|
||||||
@ -1766,7 +1767,7 @@ find_file_in_data_dirs (const gchar *file,
|
|||||||
* g_bookmark_file_load_from_data_dirs:
|
* g_bookmark_file_load_from_data_dirs:
|
||||||
* @bookmark: a #GBookmarkFile
|
* @bookmark: a #GBookmarkFile
|
||||||
* @file: (type filename): a relative path to a filename to open and parse
|
* @file: (type filename): a relative path to a filename to open and parse
|
||||||
* @full_path: (type filename) (nullable): return location for a string
|
* @full_path: (out) (optional) (type filename): return location for a string
|
||||||
* containing the full path of the file, or %NULL
|
* containing the full path of the file, or %NULL
|
||||||
* @error: return location for a #GError, or %NULL
|
* @error: return location for a #GError, or %NULL
|
||||||
*
|
*
|
||||||
@ -1852,8 +1853,8 @@ g_bookmark_file_load_from_data_dirs (GBookmarkFile *bookmark,
|
|||||||
*
|
*
|
||||||
* This function outputs @bookmark as a string.
|
* This function outputs @bookmark as a string.
|
||||||
*
|
*
|
||||||
* Returns: a newly allocated string holding
|
* Returns: (array length=length) (element-type guint8):
|
||||||
* the contents of the #GBookmarkFile
|
* a newly allocated string holding the contents of the #GBookmarkFile
|
||||||
*
|
*
|
||||||
* Since: 2.12
|
* Since: 2.12
|
||||||
*/
|
*/
|
||||||
@ -2822,7 +2823,8 @@ g_bookmark_file_remove_group (GBookmarkFile *bookmark,
|
|||||||
* g_bookmark_file_set_groups:
|
* g_bookmark_file_set_groups:
|
||||||
* @bookmark: a #GBookmarkFile
|
* @bookmark: a #GBookmarkFile
|
||||||
* @uri: an item's URI
|
* @uri: an item's URI
|
||||||
* @groups: (nullable): an array of group names, or %NULL to remove all groups
|
* @groups: (nullable) (array length=length) (element-type utf8): an array of
|
||||||
|
* group names, or %NULL to remove all groups
|
||||||
* @length: number of group name values in @groups
|
* @length: number of group name values in @groups
|
||||||
*
|
*
|
||||||
* Sets a list of group names for the item with URI @uri. Each previously
|
* Sets a list of group names for the item with URI @uri. Each previously
|
||||||
|
Loading…
Reference in New Issue
Block a user