mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-29 10:36:52 +02: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
|
* OS or if the native credentials type does not contain information
|
||||||
* about the UNIX user.
|
* 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
|
* 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
|
* about the UNIX process ID (for example this is the case for
|
||||||
* %G_CREDENTIALS_TYPE_APPLE_XUCRED).
|
* %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
|
* Since: 2.36
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user