mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-15 04:05:11 +01:00
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:
parent
1e1e6c1086
commit
0448e758cf
@ -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):
|
* @data: (array length=size) (element-type guint8) (nullable):
|
||||||
the data to be used for the bytes
|
the data to be used for the bytes
|
||||||
* @size: the size of @data
|
* @size: the size of @data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user