public static void** malloc ( ulong n_bytes ) ;
public static void** malloc0 ( ulong n_bytes ) ;
public static void** realloc ( void** mem,
ulong n_bytes ) ;
public static void** try_malloc ( ulong n_bytes ) ;
public static void** try_malloc0 ( ulong n_bytes ) ;
public static void** try_realloc ( void** mem,
ulong n_bytes ) ;
public static void free ( void** mem ) ;
public static void print ( string format,
... ) ;
public static void set_print_handler ( PrintFunc func ) ;
public static void printerr ( string format,
... ) ;
public static void set_printerr_handler ( PrintFunc func ) ;
public static void return_if_fail ( bool expr ) ;
public static void assert ( bool expr ) ;
public static void assert_not_reached ( ) ;
public static void log ( string log_domain,
LogLevelFlags log_level,
string format,
... ) ;
public static void message ( string format,
... ) ;
public static void warning ( string format,
... ) ;
public static void critical ( string format,
... ) ;
public static void error ( string format,
... ) ;
public static void debug ( string format,
... ) ;
public static string convert ( string str,
long len,
string to_codeset,
string from_codeset,
int bytes_read = null,
int bytes_written = null )
throws ConvertError;
public static weak string _ ( string str ) ;
public static weak string Q_ ( string str ) ;
public static weak string N_ ( string str ) ;
public static void** malloc ( ulong n_bytes ) ;
public static void** malloc0 ( ulong n_bytes ) ;
public static void** realloc ( void** mem,
ulong n_bytes ) ;
public static void** try_malloc ( ulong n_bytes ) ;
public static void** try_malloc0 ( ulong n_bytes ) ;
public static void** try_realloc ( void** mem,
ulong n_bytes ) ;
public static void free ( void** mem ) ;
public static void print ( string format,
... ) ;
public static void set_print_handler ( PrintFunc func ) ;
public static void printerr ( string format,
... ) ;
public static void set_printerr_handler ( PrintFunc func ) ;
public static void return_if_fail ( bool expr ) ;
public static void assert ( bool expr ) ;
public static void assert_not_reached ( ) ;
public static void log ( string log_domain,
LogLevelFlags log_level,
string format,
... ) ;
public static void message ( string format,
... ) ;
public static void warning ( string format,
... ) ;
public static void critical ( string format,
... ) ;
public static void error ( string format,
... ) ;
public static void debug ( string format,
... ) ;
public static string convert ( string str,
long len,
string to_codeset,
string from_codeset,
int bytes_read = null,
int bytes_written = null )
throws ConvertError;
public static weak string _ ( string str ) ;
public static weak string Q_ ( string str ) ;
public static weak string N_ ( string str ) ;
Created by Valadoc