valuearray: Skip g_value_array_free() in bindings

Calling this function can easily lead to an interpreter crash.

https://bugzilla.gnome.org/show_bug.cgi?id=780202
This commit is contained in:
Nicolas Dufresne 2017-03-17 10:51:08 -04:00 committed by Philip Withnall
parent e5db8ec787
commit 0d9c5122bc

View File

@ -147,7 +147,7 @@ g_value_array_new (guint n_prealloced)
} }
/** /**
* g_value_array_free: * g_value_array_free: (skip)
* @value_array: #GValueArray to free * @value_array: #GValueArray to free
* *
* Free a #GValueArray including its contents. * Free a #GValueArray including its contents.