glib/docs/reference/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
..
images add missing image 2005-04-22 18:34:41 +00:00
tmpl gobject docs: ignore some sgml files 2010-06-21 14:01:50 -04:00
glib-genmarshal.xml Add VARIANT to glib-genmarshal docs 2010-06-18 00:10:54 +02:00
glib-mkenums.xml glib-mkenums: add --identifier-prefix and --symbol-prefix args 2011-10-28 18:04:28 -04:00
gobject-docs.sgml Add 'Since 2.32' indexes to gio and gobject docs 2011-10-15 17:31:47 -04:00
gobject-overrides.txt Improve separation of generic non-generic parts and dependencies. 2000-09-06 15:01:07 +00:00
gobject-query.xml Man page tweaks 2010-04-16 20:43:53 -04:00
gobject-sections.txt GBytes: A new type for an immutable set of bytes. 2011-11-24 08:58:38 +01:00
gobject.cI Removed... ...and readded. Change to the standard file extension for 2003-10-20 18:40:00 +00:00
gobject.types gobject: Add GBinding 2010-06-15 16:06:18 +01:00
Makefile.am Fix distcheck 2011-11-23 18:13:44 -05:00
tut_gobject.xml docs: Use G_VALUE_INIT 2011-10-02 17:22:18 +01:00
tut_gsignal.xml GObject docs: resolve broken links 2011-09-05 18:46:59 -04:00
tut_gtype.xml docs: Use G_VALUE_INIT 2011-10-02 17:22:18 +01:00
tut_howto.xml GObject docs: resolve broken links 2011-09-05 18:46:59 -04:00
tut_intro.xml docs: switch to xi:inbclude for the content to save some more seconds 2010-01-07 11:34:01 +02:00
tut_tools.xml docs: Update the URL of some documentation links 2010-11-14 02:09:05 +01:00
version.xml.in Add version info to API docs. 2002-11-23 01:37:17 +00:00