GBytes: add a size argument to g_bytes_get_data

* An out size argument so that this is more easily bindable
   by gobject-introspection.

https://bugzilla.gnome.org/show_bug.cgi?id=665879
This commit is contained in:
Stef Walter
2011-12-09 18:19:24 +01:00
parent 162bafee37
commit 14fb10d14b
6 changed files with 41 additions and 24 deletions

View File

@@ -45,7 +45,8 @@ GBytes * g_bytes_new_from_bytes (GBytes *bytes,
gsize offset,
gsize length);
gconstpointer g_bytes_get_data (GBytes *bytes);
gconstpointer g_bytes_get_data (GBytes *bytes,
gsize *size);
gsize g_bytes_get_size (GBytes *bytes);