mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-05 04:10:07 +02:00
Doc: Fix g_auto and g_autoptr typo
This commit is contained in:
parent
a1c85833d4
commit
d4791bd383
@ -2314,7 +2314,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_auto:
|
* g_auto:
|
||||||
* @typename: a supported variable type
|
* @TypeName: a supported variable type
|
||||||
*
|
*
|
||||||
* Helper to declare a variable with automatic cleanup.
|
* Helper to declare a variable with automatic cleanup.
|
||||||
*
|
*
|
||||||
@ -2366,7 +2366,7 @@
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_autoptr:
|
* g_autoptr:
|
||||||
* @typename: a supported variable type
|
* @TypeName: a supported variable type
|
||||||
*
|
*
|
||||||
* Helper to declare a pointer variable with automatic cleanup.
|
* Helper to declare a pointer variable with automatic cleanup.
|
||||||
*
|
*
|
||||||
@ -2378,7 +2378,7 @@
|
|||||||
* are intended to be portable to those compilers.
|
* are intended to be portable to those compilers.
|
||||||
*
|
*
|
||||||
* This is meant to be used to declare pointers to types with cleanup
|
* This is meant to be used to declare pointers to types with cleanup
|
||||||
* functions. The type of the variable is a pointer to @typename. You
|
* functions. The type of the variable is a pointer to @TypeName. You
|
||||||
* must not add your own '*'.
|
* must not add your own '*'.
|
||||||
*
|
*
|
||||||
* This macro can be used to avoid having to do explicit cleanups of
|
* This macro can be used to avoid having to do explicit cleanups of
|
||||||
|
Loading…
x
Reference in New Issue
Block a user