Files
glib/glib/tests
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-08 19:02:06 -04:00
2011-10-15 23:58:18 -04:00
2010-06-20 23:46:01 -04:00
2010-07-10 23:56:45 -04:00
2011-08-13 15:29:29 -04:00
2011-06-06 01:13:46 -04:00
2011-06-13 22:50:02 -04:00
2010-07-05 23:43:47 -04:00
2011-02-13 23:49:19 -05:00
2011-10-24 13:29:17 -04:00
2011-10-08 19:02:05 -04:00
2011-10-08 19:02:06 -04:00
2011-09-24 00:39:59 -04:00
2011-11-21 01:02:50 -05:00
2010-07-07 22:03:02 -04:00
2011-10-03 23:55:02 -04:00
2011-11-22 23:57:18 -05:00
2011-10-08 19:02:05 -04:00
2011-10-13 01:00:57 -04:00
2011-09-04 17:50:41 -04:00
2011-01-27 23:07:53 -05:00
2010-07-30 19:51:18 -04:00
2010-07-30 19:51:17 -04:00
2011-06-03 23:38:46 -04:00
2011-07-11 00:02:22 -04:00
2010-07-31 02:39:53 -04:00
2011-10-03 23:55:02 -04:00
2011-11-21 01:53:29 -05:00
2010-08-23 00:38:19 -04:00
2011-11-14 22:18:13 -05:00
2011-11-21 00:28:41 -05:00
2011-06-06 00:30:50 -04:00
2010-06-20 22:18:30 -04:00