Skip g_bytes_new_with_free_func() in introspection

The tricky ownership/mutability semantics on data make this function
unusable in introspection.

https://bugzilla.gnome.org/show_bug.cgi?id=755961
This commit is contained in:
Mikhail Zabaluev 2015-10-02 01:01:42 +03:00 committed by Colin Walters
parent 1e1e6c1086
commit 0448e758cf

View File

@ -150,7 +150,7 @@ g_bytes_new_static (gconstpointer data,
}
/**
* g_bytes_new_with_free_func:
* g_bytes_new_with_free_func: (skip)
* @data: (array length=size) (element-type guint8) (nullable):
the data to be used for the bytes
* @size: the size of @data