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
..
2010-08-03 10:25:54 -04:00
2011-10-08 19:02:06 -04:00
2011-11-24 08:58:38 +01:00
2011-11-15 09:27:00 +01:00
2008-08-28 23:03:24 +00:00
2011-10-16 21:41:15 -04:00
2011-11-24 08:58:38 +01:00
2011-10-15 23:58:18 -04:00
2011-10-16 19:04:19 -04:00
2010-06-20 23:46:01 -04:00
2011-05-28 17:39:12 -04:00
2010-08-03 10:25:54 -04:00
2010-07-10 23:56:45 -04:00
2011-11-24 08:58:38 +01:00
2011-10-12 00:37:02 -04:00
2011-08-13 15:29:29 -04:00
2011-10-16 21:41:15 -04:00
2011-10-16 21:41:15 -04:00
2011-06-06 01:13:46 -04:00
2011-06-13 22:50:02 -04:00
2011-10-12 00:37:02 -04:00
2010-07-05 23:43:47 -04:00
2011-02-13 23:49:19 -05:00
2011-10-15 16:28:07 -04:00
2010-08-06 10:29:32 -04:00
2011-10-12 00:37:02 -04:00
2011-10-08 19:02:05 -04:00
2011-09-25 07:57:26 +02:00
2011-10-16 19:08:59 -04: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
2010-12-15 03:56:35 -05: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-03 01:50:29 -04:00
2011-11-22 23:57:18 -05:00
2011-11-24 08:58:38 +01:00
2011-10-12 00:37:02 -04:00
2011-03-10 23:25:22 -05:00
2010-07-30 19:51:18 -04:00
2011-10-08 19:02:06 -04:00
2011-10-16 21:41:15 -04:00
2010-08-13 21:23:23 -04:00
2011-10-12 00:37:02 -04: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-10-16 21:41:15 -04:00
2011-01-27 23:07:53 -05:00
2010-07-30 19:51:18 -04:00
2011-10-12 00:37:02 -04:00
2011-10-11 15:36:42 -04:00
2010-07-30 19:51:17 -04:00
2011-06-03 23:38:46 -04:00
2011-10-12 00:37:02 -04:00
2011-07-11 00:02:22 -04:00
2011-10-12 00:37:02 -04:00
2010-07-31 02:39:53 -04:00
2011-10-16 21:41:15 -04:00
2010-08-19 18:24:53 -04:00
2011-10-16 21:41:15 -04:00
2011-10-03 23:55:02 -04:00
2011-02-16 01:28:27 -05:00
2011-10-16 19:08:59 -04:00
2011-10-16 19:08:59 -04:00
2011-11-22 19:12:48 -05:00
2011-10-16 21:41:15 -04:00
2011-11-21 01:53:29 -05:00
2011-10-16 19:08:59 -04:00
2010-08-23 00:38:19 -04:00
2011-11-14 22:18:13 -05:00
2011-08-31 12:56:28 -04:00
2011-10-12 00:37:02 -04:00
2011-11-21 00:28:41 -05:00
2011-10-12 00:48:18 -04:00
2011-06-06 00:30:50 -04:00
2011-07-14 16:55:35 -04:00
2011-06-03 22:28:34 -04:00
2010-07-30 19:51:19 -04:00
2010-06-20 22:18:30 -04:00
2011-11-14 13:55:14 -05:00