Merge branch 'gbytes-copy-free-func' into 'main'

GBytes: Add copy-func and free-func annotations

See merge request GNOME/glib!4162
This commit is contained in:
Michael Catanzaro 2024-08-09 16:08:41 +00:00
commit f8b230f593

View File

@ -37,7 +37,7 @@
#include <string.h>
/**
* GBytes:
* GBytes: (copy-func g_bytes_ref) (free-func g_bytes_unref)
*
* A simple refcounted data type representing an immutable sequence of zero or
* more bytes from an unspecified origin.