c
Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.Bytes

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GBytes
Struct : Bytes
Properties
None
Methods / Constructors
Method / Constructor Defined By
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
Clutter.Image
Method
set_bytes (Bytes data, PixelFormat pixel_format, guint32 width, guint32 height, guint32 row_stride) : gboolean
GLib
Method
GLib.byte_array_free_to_bytes (String array) : GLib.Bytes
GLib
Method
GLib.compute_checksum_for_bytes (ChecksumType checksum_type, Bytes data) : String
GLib.ByteArray
Method
GLib.ByteArray.free_to_bytes (String array) : GLib.Bytes
GLib.MappedFile
Method
get_bytes () : GLib.Bytes
GLib.String
Method
free_to_bytes () : GLib.Bytes
Gio
Method
Gio.resources_lookup_data (String path, ResourceLookupFlags lookup_flags) : GLib.Bytes
Gio.InputStream
Method
read_bytes (guint64 count, Cancellable cancellable) : GLib.Bytes
Gio.InputStream
Method
read_bytes_finish (AsyncResult result) : GLib.Bytes
Gio.MemoryInputStream
Method
new Gio.MemoryInputStream.from_bytes (Bytes bytes) : Gio.InputStream
Create a new Gio.MemoryInputStream
Gio.MemoryInputStream
Method
add_bytes (Bytes bytes) : none
Gio.MemoryOutputStream
Method
steal_as_bytes () : GLib.Bytes
Gio.OutputStream
Method
write_bytes (Bytes bytes, Cancellable cancellable) : gint64
Gio.OutputStream
Method
write_bytes_async (Bytes bytes, gint32 io_priority, Cancellable cancellable, Function callback, void* user_data) : none
Gio.Resource
Method
new Gio.Resource.from_data (Bytes data) : Gio.Resource
Create a new Gio.Resource
Gio.Resource
Method
lookup_data (String path, ResourceLookupFlags lookup_flags) : GLib.Bytes
Soup.Buffer
Method
get_as_bytes () : GLib.Bytes
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sun Oct 07 2012 17:19:35 GMT+0800 (HKT)