diff --git a/docs/reference/glib/character-set.md b/docs/reference/glib/character-set.md index f1bb4b6b7..f1726bda1 100644 --- a/docs/reference/glib/character-set.md +++ b/docs/reference/glib/character-set.md @@ -1,8 +1,8 @@ -Title: Character set conversions +Title: Character Set Conversions SPDX-License-Identifier: LGPL-2.1-or-later SPDX-FileCopyrightText: 2010, 2012, 2014 Matthias Clasen -# Character set conversions +# Character Set Conversions The [`func@GLib.convert`] family of function wraps the functionality of iconv(). In addition to pure character set conversions, GLib has functions diff --git a/docs/reference/glib/goption.md b/docs/reference/glib/goption.md index 078425c63..292a1d347 100644 --- a/docs/reference/glib/goption.md +++ b/docs/reference/glib/goption.md @@ -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 for the popt library. It supports short and long commandline options, diff --git a/docs/reference/gobject/boxed.md b/docs/reference/gobject/boxed.md index f4d79e2a8..d31122100 100644 --- a/docs/reference/gobject/boxed.md +++ b/docs/reference/gobject/boxed.md @@ -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. The only thing the type system needs to know about the structures is how to diff --git a/docs/reference/gobject/enum-types.md b/docs/reference/gobject/enum-types.md index d869f8a93..a9dee87ab 100644 --- a/docs/reference/gobject/enum-types.md +++ b/docs/reference/gobject/enum-types.md @@ -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 types. Enumerations types are collection of identifiers associated with a diff --git a/docs/reference/gobject/floating-refs.md b/docs/reference/gobject/floating-refs.md index 62a54eae3..9d044e2a2 100644 --- a/docs/reference/gobject/floating-refs.md +++ b/docs/reference/gobject/floating-refs.md @@ -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 in modern GObject code. Language bindings in particular find the concept diff --git a/docs/reference/gobject/gvalue.md b/docs/reference/gobject/gvalue.md index b82ff33f1..e2af92b85 100644 --- a/docs/reference/gobject/gvalue.md +++ b/docs/reference/gobject/gvalue.md @@ -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 that consists of a type identifier and a specific value of that type. The