glib/gobject
Stef Walter fcc69fd318 GBytes: A new type for an immutable set of bytes.
* Represents an immutable reference counted block of memory.
 * This is basically the internal glib GBuffer structure exposed,
   renamed, and with some additional capabilities.
 * The GBytes name comes from python3's immutable 'bytes' type
 * GBytes can be safely used as keys in hash tables, and have
   functions for doing so: g_bytes_hash, g_bytes_equal
 * GByteArray is a mutable form of GBytes, and vice versa. There
   are functions for converting from one to the other efficiently:
   g_bytes_unref_to_array() and g_byte_array_free_to_bytes()
 * Adds g_byte_array_new_take() to support above functions

https://bugzilla.gnome.org/show_bug.cgi?id=663291
2011-11-24 08:58:38 +01:00
..
2011-10-18 17:12:33 +01:00
2011-05-23 00:21:06 -04:00
2009-03-31 19:39:16 -04:00
2011-06-14 18:51:57 -04:00
2011-10-18 17:12:33 +01:00
2011-06-09 11:15:40 -04:00
2011-08-19 11:44:44 +02:00
2011-11-22 19:25:03 -05:00
2011-10-18 17:12:33 +01:00
2010-07-12 17:46:17 -04:00
2011-11-07 23:12:45 +01:00
2011-11-18 10:46:35 +01:00
2011-10-18 17:12:33 +01:00
2011-11-12 19:13:44 -05:00
2011-09-05 18:46:59 -04:00
2011-03-24 09:33:55 +01:00
2008-06-21 18:20:43 +00:00
2011-09-05 18:46:59 -04:00
2011-08-29 14:49:32 -04:00
2008-06-22 09:45:13 +00:00
2011-10-18 17:12:33 +01:00