mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-03 22:33:08 +02:00
Fix g_ptr_array_ref_docs
https://bugzilla.gnome.org/show_bug.cgi?id=676034
This commit is contained in:
parent
26ecc52073
commit
6270b3f384
@ -970,15 +970,15 @@ g_ptr_array_set_free_func (GPtrArray *array,
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* g_ptr_array_ref:
|
* g_ptr_array_ref:
|
||||||
* @array: A #GArray.
|
* @array: a #GPtrArray
|
||||||
*
|
*
|
||||||
* Atomically increments the reference count of @array by one. This
|
* Atomically increments the reference count of @array by one.
|
||||||
* function is MT-safe and may be called from any thread.
|
* This function is thread-safe and may be called from any thread.
|
||||||
*
|
*
|
||||||
* Returns: The passed in #GPtrArray.
|
* Returns: The passed in #GPtrArray
|
||||||
*
|
*
|
||||||
* Since: 2.22
|
* Since: 2.22
|
||||||
**/
|
*/
|
||||||
GPtrArray *
|
GPtrArray *
|
||||||
g_ptr_array_ref (GPtrArray *array)
|
g_ptr_array_ref (GPtrArray *array)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user