mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-09-28 01:57:14 +02:00
glib/: gtk-doc cleanup
This commit is contained in:
@@ -1,6 +1,11 @@
|
|||||||
# This file makes most of the thread related macros look like
|
# This file makes most of the thread related macros look like
|
||||||
# functions, which they really were, if possible easy.
|
# functions, which they really were, if possible easy.
|
||||||
|
|
||||||
|
<MACRO>
|
||||||
|
<NAME>GLIB_DISABLE_DEPRECATION_WARNINGS</NAME>
|
||||||
|
#ifdef GLIB_DISABLE_DEPRECATION_WARNINGS
|
||||||
|
</MACRO>
|
||||||
|
|
||||||
<MACRO>
|
<MACRO>
|
||||||
<NAME>G_ATOMIC_LOCK_FREE</NAME>
|
<NAME>G_ATOMIC_LOCK_FREE</NAME>
|
||||||
#define G_ATOMIC_LOCK_FREE
|
#define G_ATOMIC_LOCK_FREE
|
||||||
|
@@ -2032,6 +2032,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* G_DEPRECATED_FOR:
|
* G_DEPRECATED_FOR:
|
||||||
|
* @f: the name of the function that this function was deprecated for
|
||||||
*
|
*
|
||||||
* This macro is similar to %G_GNUC_DEPRECATED_FOR, and can be used to mark
|
* This macro is similar to %G_GNUC_DEPRECATED_FOR, and can be used to mark
|
||||||
* functions declarations as deprecated. Unlike %G_GNUC_DEPRECATED_FOR, it is
|
* functions declarations as deprecated. Unlike %G_GNUC_DEPRECATED_FOR, it is
|
||||||
@@ -2043,6 +2044,8 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* G_UNAVAILABLE:
|
* G_UNAVAILABLE:
|
||||||
|
* @maj: the major version that introduced the symbol
|
||||||
|
* @min: the minor version that introduced the symbol
|
||||||
*
|
*
|
||||||
* This macro can be used to mark a function declaration as unavailable.
|
* This macro can be used to mark a function declaration as unavailable.
|
||||||
* It must be placed before the function declaration. Use of a function
|
* It must be placed before the function declaration. Use of a function
|
||||||
|
@@ -861,7 +861,7 @@ g_key_file_load_from_file (GKeyFile *key_file,
|
|||||||
/**
|
/**
|
||||||
* g_key_file_load_from_data:
|
* g_key_file_load_from_data:
|
||||||
* @key_file: an empty #GKeyFile struct
|
* @key_file: an empty #GKeyFile struct
|
||||||
* @data: (length length): key file loaded in memory
|
* @data: (array length=length): key file loaded in memory
|
||||||
* @length: the length of @data in bytes (or -1 if data is nul-terminated)
|
* @length: the length of @data in bytes (or -1 if data is nul-terminated)
|
||||||
* @flags: flags from #GKeyFileFlags
|
* @flags: flags from #GKeyFileFlags
|
||||||
* @error: return location for a #GError, or %NULL
|
* @error: return location for a #GError, or %NULL
|
||||||
|
@@ -367,7 +367,7 @@ typedef enum
|
|||||||
* @G_UNICODE_SCRIPT_MANDAIC: Mandaic. Since 2.28
|
* @G_UNICODE_SCRIPT_MANDAIC: Mandaic. Since 2.28
|
||||||
* @G_UNICODE_SCRIPT_CHAKMA: Chakma. Since: 2.32
|
* @G_UNICODE_SCRIPT_CHAKMA: Chakma. Since: 2.32
|
||||||
* @G_UNICODE_SCRIPT_MEROITIC_CURSIVE: Meroitic Cursive. Since: 2.32
|
* @G_UNICODE_SCRIPT_MEROITIC_CURSIVE: Meroitic Cursive. Since: 2.32
|
||||||
* @G_UNICODE_SCRIPT_MEROITIC_HIEROGLYPHS, Meroitic Hieroglyphs. Since: 2.32
|
* @G_UNICODE_SCRIPT_MEROITIC_HIEROGLYPHS: Meroitic Hieroglyphs. Since: 2.32
|
||||||
* @G_UNICODE_SCRIPT_MIAO: Miao. Since: 2.32
|
* @G_UNICODE_SCRIPT_MIAO: Miao. Since: 2.32
|
||||||
* @G_UNICODE_SCRIPT_SHARADA: Sharada. Since: 2.32
|
* @G_UNICODE_SCRIPT_SHARADA: Sharada. Since: 2.32
|
||||||
* @G_UNICODE_SCRIPT_SORA_SOMPENG: Sora Sompeng. Since: 2.32
|
* @G_UNICODE_SCRIPT_SORA_SOMPENG: Sora Sompeng. Since: 2.32
|
||||||
|
Reference in New Issue
Block a user