Add GI annotations to GValue and GValueArray.

This commit is contained in:
Pavel Holejsovsky
2010-12-19 10:39:36 +01:00
parent ddc126cf2c
commit ea577d60d4
6 changed files with 29 additions and 29 deletions

View File

@@ -1119,7 +1119,7 @@ g_value_set_pointer (GValue *value,
*
* Get the contents of a pointer #GValue.
*
* Returns: pointer contents of @value
* Returns: (transfer none): pointer contents of @value
*/
gpointer
g_value_get_pointer (const GValue *value)