Minor documentation additions and corrections

Going for 100%.
This commit is contained in:
Matthias Clasen
2014-05-31 09:04:11 -04:00
parent f38b438c96
commit ab18d71e6f
11 changed files with 101 additions and 19 deletions

View File

@@ -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)