mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-03 09:46:17 +01:00
docs: Fix capitalisation of ‘GUID’ in a few places
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
c794261a40
commit
ee716d9159
@ -960,7 +960,7 @@ _g_dbus_auth_run_server (GDBusAuth *auth,
|
||||
g_set_error (error,
|
||||
G_IO_ERROR,
|
||||
G_IO_ERROR_FAILED,
|
||||
"The given guid '%s' is not valid",
|
||||
"The given GUID '%s' is not valid",
|
||||
guid);
|
||||
goto out;
|
||||
}
|
||||
|
@ -326,7 +326,7 @@ g_dbus_generate_guid (void)
|
||||
* See the documentation for g_dbus_generate_guid() for more information about
|
||||
* the format of a GUID.
|
||||
*
|
||||
* Returns: %TRUE if @string is a guid, %FALSE otherwise.
|
||||
* Returns: %TRUE if @string is a GUID, %FALSE otherwise.
|
||||
*
|
||||
* Since: 2.26
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user