Merge branch '3037-capitalisation' into 'main'

docs: Consistently capitalise page titles

Closes #3037

See merge request GNOME/glib!3737
This commit is contained in:
Philip Withnall 2023-11-29 15:48:02 +00:00
commit 641bea17f2
6 changed files with 12 additions and 12 deletions

View File

@ -1,8 +1,8 @@
Title: Character set conversions Title: Character Set Conversions
SPDX-License-Identifier: LGPL-2.1-or-later SPDX-License-Identifier: LGPL-2.1-or-later
SPDX-FileCopyrightText: 2010, 2012, 2014 Matthias Clasen SPDX-FileCopyrightText: 2010, 2012, 2014 Matthias Clasen
# Character set conversions # Character Set Conversions
The [`func@GLib.convert`] family of function wraps the functionality of The [`func@GLib.convert`] family of function wraps the functionality of
iconv(). In addition to pure character set conversions, GLib has functions iconv(). In addition to pure character set conversions, GLib has functions

View File

@ -1,6 +1,6 @@
Title: Commandline option parser Title: Commandline Option Parser
# Commandline option parser # Commandline Option Parser
The GOption commandline parser is intended to be a simpler replacement The GOption commandline parser is intended to be a simpler replacement
for the popt library. It supports short and long commandline options, for the popt library. It supports short and long commandline options,

View File

@ -1,6 +1,6 @@
Title: Boxed types Title: Boxed Types
# Boxed types # Boxed Types
A "boxed type" is a generic wrapper mechanism for arbitrary C structures. A "boxed type" is a generic wrapper mechanism for arbitrary C structures.
The only thing the type system needs to know about the structures is how to The only thing the type system needs to know about the structures is how to

View File

@ -1,6 +1,6 @@
Title: Enumeration types Title: Enumeration Types
# Enumeration types # Enumeration Types
The GLib type system provides fundamental types for enumeration and flags The GLib type system provides fundamental types for enumeration and flags
types. Enumerations types are collection of identifiers associated with a types. Enumerations types are collection of identifiers associated with a

View File

@ -1,6 +1,6 @@
Title: Floating references Title: Floating References
# Floating references # Floating References
**Note**: Floating references are a C convenience API and should not be used **Note**: Floating references are a C convenience API and should not be used
in modern GObject code. Language bindings in particular find the concept in modern GObject code. Language bindings in particular find the concept

View File

@ -1,6 +1,6 @@
Title: Generic value container Title: Generic Value Container
# Generic value container # Generic Value Container
The [`struct@GObject.Value`] structure is basically a variable container The [`struct@GObject.Value`] structure is basically a variable container
that consists of a type identifier and a specific value of that type. The that consists of a type identifier and a specific value of that type. The