gio-2.0 Reference Manual

Synopsis

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 ) ;

Details

g_content_type_can_be_executable ()

public    static bool                   g_content_type_can_be_executable ( string              type ) ;		

g_content_type_equals ()

public    static bool                   g_content_type_equals     ( string              type1,
                                                                    string              type2 ) ;		

g_content_type_get_description ()

public    static weak string            g_content_type_get_description ( string              type ) ;		

g_content_type_get_icon ()

public    static weak Icon              g_content_type_get_icon   ( string              type ) ;		

g_content_type_get_mime_type ()

public    static weak string            g_content_type_get_mime_type ( string              type ) ;		

g_content_type_guess ()

public    static weak string            g_content_type_guess      ( string              filename,
                                                                    uchar[]             data,
                                                                    ulong               data_size,
                                                                    bool                result_uncertain ) ;		

g_content_type_is_a ()

public    static bool                   g_content_type_is_a       ( string              type,
                                                                    string              supertype ) ;		

g_content_type_is_unknown ()

public    static bool                   g_content_type_is_unknown ( string              type ) ;		

g_content_types_get_registered ()

public    static weak List              g_content_types_get_registered (  ) ;		

g_io_error_from_errno ()

public    static IOError                g_io_error_from_errno     ( int                 err_no ) ;		

g_io_error_quark ()

public    static Quark                  g_io_error_quark          (  ) ;		

g_io_modules_load_all_in_directory ()

public    static weak List              g_io_modules_load_all_in_directory ( string              dirname ) ;		

g_io_scheduler_cancel_all_jobs ()

public    static void                   g_io_scheduler_cancel_all_jobs (  ) ;		

g_io_scheduler_push_job ()

public    static void                   g_io_scheduler_push_job   ( IOSchedulerJobFunc  job_func,
                                                                    DestroyNotify       notify,
                                                                    int                 io_priority,
                                                                    Cancellable?        cancellable ) ;		

g_simple_async_report_error_in_idle ()

public    static void                   g_simple_async_report_error_in_idle ( Object              object,
                                                                    AsyncReadyCallback  callback,
                                                                    Quark               domain,
                                                                    int                 code,
                                                                    string              format ) ;		

g_simple_async_report_gerror_in_idle ()

public    static void                   g_simple_async_report_gerror_in_idle ( Object              object,
                                                                    AsyncReadyCallback  callback,
                                                                    GLib.Error          error ) ;		


Created by Valadoc