mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 06:33:41 +02:00
Minor documentation additions and corrections
Going for 100%.
This commit is contained in:
@@ -296,12 +296,13 @@ g_value_fits_pointer (const GValue *value)
|
||||
|
||||
/**
|
||||
* g_value_peek_pointer:
|
||||
* @value: An initialized #GValue structure.
|
||||
* @value: An initialized #GValue structure
|
||||
*
|
||||
* Returns: (transfer none): the value contents as pointer. This
|
||||
* function asserts that g_value_fits_pointer() returned %TRUE for the
|
||||
* passed in value. This is an internal function introduced mainly
|
||||
* for C marshallers.
|
||||
* Returns the value contents as pointer. This function asserts that
|
||||
* g_value_fits_pointer() returned %TRUE for the passed in value.
|
||||
* This is an internal function introduced mainly for C marshallers.
|
||||
*
|
||||
* Returns: (transfer none): the value contents as pointer
|
||||
*/
|
||||
gpointer
|
||||
g_value_peek_pointer (const GValue *value)
|
||||
|
Reference in New Issue
Block a user