mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
gcredentials: Improve documentation formatting slightly
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
2a76f01698
commit
f4766f2034
@ -507,7 +507,7 @@ g_credentials_set_native (GCredentials *credentials,
|
||||
* OS or if the native credentials type does not contain information
|
||||
* about the UNIX user.
|
||||
*
|
||||
* Returns: The UNIX user identifier or -1 if @error is set.
|
||||
* Returns: The UNIX user identifier or `-1` if @error is set.
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
@ -572,7 +572,7 @@ g_credentials_get_unix_user (GCredentials *credentials,
|
||||
* about the UNIX process ID (for example this is the case for
|
||||
* %G_CREDENTIALS_TYPE_APPLE_XUCRED).
|
||||
*
|
||||
* Returns: The UNIX process ID, or -1 if @error is set.
|
||||
* Returns: The UNIX process ID, or `-1` if @error is set.
|
||||
*
|
||||
* Since: 2.36
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user