public static bool g_content_type_can_be_executable ( string type ) ;
public static bool g_content_type_equals ( string type1,
string type2 ) ;
public static weak string g_content_type_get_description ( string type ) ;
public static weak Icon g_content_type_get_icon ( string type ) ;
public static weak string g_content_type_get_mime_type ( string type ) ;
public static weak string g_content_type_guess ( string filename,
uchar[] data,
ulong data_size,
bool result_uncertain ) ;
public static bool g_content_type_is_a ( string type,
string supertype ) ;
public static bool g_content_type_is_unknown ( string type ) ;
public static weak List g_content_types_get_registered ( ) ;
public static IOError g_io_error_from_errno ( int err_no ) ;
public static Quark g_io_error_quark ( ) ;
public static weak List g_io_modules_load_all_in_directory ( string dirname ) ;
public static void g_io_scheduler_cancel_all_jobs ( ) ;
public static void g_io_scheduler_push_job ( IOSchedulerJobFunc job_func,
DestroyNotify notify,
int io_priority,
Cancellable? cancellable ) ;
public static void g_simple_async_report_error_in_idle ( Object object,
AsyncReadyCallback callback,
Quark domain,
int code,
string format ) ;
public static void g_simple_async_report_gerror_in_idle ( Object object,
AsyncReadyCallback callback,
GLib.Error error ) ;
public static bool g_content_type_can_be_executable ( string type ) ;
public static bool g_content_type_equals ( string type1,
string type2 ) ;
public static weak string g_content_type_get_description ( string type ) ;
public static weak Icon g_content_type_get_icon ( string type ) ;
public static weak string g_content_type_get_mime_type ( string type ) ;
public static weak string g_content_type_guess ( string filename,
uchar[] data,
ulong data_size,
bool result_uncertain ) ;
public static bool g_content_type_is_a ( string type,
string supertype ) ;
public static bool g_content_type_is_unknown ( string type ) ;
public static weak List g_content_types_get_registered ( ) ;
public static IOError g_io_error_from_errno ( int err_no ) ;
public static Quark g_io_error_quark ( ) ;
public static weak List g_io_modules_load_all_in_directory ( string dirname ) ;
public static void g_io_scheduler_cancel_all_jobs ( ) ;
public static void g_io_scheduler_push_job ( IOSchedulerJobFunc job_func,
DestroyNotify notify,
int io_priority,
Cancellable? cancellable ) ;
public static void g_simple_async_report_error_in_idle ( Object object,
AsyncReadyCallback callback,
Quark domain,
int code,
string format ) ;
public static void g_simple_async_report_gerror_in_idle ( Object object,
AsyncReadyCallback callback,
GLib.Error error ) ;
Created by Valadoc