Back to Seed Clases

GLib


Classes

Interfaces

Structs

Unions

Enums

Struct GLib.MemVTable

Import line: GLib = imports.gi.GLib;
GIR File: GLib-2.0.gir
C documentation: GMemVTable
Struct : MemVTable
A set of functions used to perform memory allocation. The same GMemVTable must
be used for all allocations in the same program; a call to g_mem_set_vtable(),
if it exists, should be prior to any use of GLib.
Properties
Properties Defined By
Methods / Constructors
Method / Constructor Defined By
 
new GLib.MemVTable ()
Create a new GLib.MemVTable
Create a new GLib.MemVTable
 
Events
None
Used by These Methods / Signals / Properties
Class / Namespace Method / Signal / Properties
GLib
Method
GLib.mem_set_vtable (MemVTable vtable) : none
Documentation generated by Introspection Doc Generator Loosely Based on JsDoc Toolkit on Sat Apr 16 2011 17:10:30 GMT+0800 (HKT)