GLib
Description:
Content:
Namespaces:
Interfaces:
Classes:
Structs:
Enums:
Error domains:
Constants:
Delegates:
- public delegate void AsyncReadyCallback (Object? source_object, AsyncResult res)
- public delegate void BusAcquiredCallback (DBusConnection connection, string name)
- public delegate void BusNameAcquiredCallback (DBusConnection connection, string name)
- public delegate void BusNameAppearedCallback (DBusConnection connection, string name, string name_owner)
- public delegate void BusNameLostCallback (DBusConnection connection, string name)
- public delegate void BusNameVanishedCallback (DBusConnection connection, string name)
- public delegate bool CancellableSourceFunc (Cancellable? cancellable = null)
- public delegate Variant DBusInterfaceGetPropertyFunc (DBusConnection connection, string sender, string object_path, string interface_name, string property_name) throws Error
- public delegate void DBusInterfaceMethodCallFunc (DBusConnection connection, string sender, string object_path, string interface_name, string method_name, Variant parameters, DBusMethodInvocation invocation)
- public delegate bool DBusInterfaceSetPropertyFunc (DBusConnection connection, string sender, string object_path, string interface_name, string property_name, Variant value) throws Error
- public delegate DBusMessage DBusMessageFilterFunction (DBusConnection connection, owned DBusMessage message, bool incoming)
- public delegate Type DBusProxyTypeFunc (DBusObjectManagerClient manager, string object_path, string? interface_name)
- public delegate void DBusSignalCallback (DBusConnection connection, string sender_name, string object_path, string interface_name, string signal_name, Variant parameters)
- public delegate unowned DBusInterfaceVTable? DBusSubtreeDispatchFunc (DBusConnection connection, string sender, string object_path, string interface_name, string node, void* out_user_data)
- public delegate string[] DBusSubtreeEnumerateFunc (DBusConnection connection, string sender, string object_path)
- public delegate DBusInterfaceInfo DBusSubtreeIntrospectFunc (DBusConnection connection, string sender, string object_path, string node)
- public delegate void FileProgressCallback (int64 current_num_bytes, int64 total_num_bytes)
- public delegate bool FileReadMoreCallback (string file_contents, int64 file_size, void* callback_data)
- public delegate bool IOSchedulerJobFunc (IOSchedulerJob job, Cancellable? cancellable = null)
- public delegate bool PollableSourceFunc (Object pollable_stream)
- public delegate void* ReallocFunc (void* data, size_t size)
- public delegate bool SettingsBindGetMapping (Value value, Variant variant)
- public delegate bool SettingsBindGetMappingShared (Value value, Variant variant, void* user_data)
- public delegate Variant SettingsBindSetMapping (Value value, VariantType expected_type)
- public delegate Variant SettingsBindSetMappingShared (Value value, VariantType expected_type, void* user_data)
- public delegate bool SettingsGetMapping (Variant value, out void* result)
- public delegate void SimpleActionActivateCallback (SimpleAction action, Variant? parameter)
- public delegate void SimpleActionChangeStateCallback (SimpleAction action, Variant value)
- public delegate void SimpleAsyncThreadFunc (SimpleAsyncResult res, Object object, Cancellable? cancellable = null)
- public delegate bool SocketSourceFunc (Socket socket, IOCondition condition)
Functions:
- public bool g_content_type_can_be_executable (string type)
- public bool g_content_type_equals (string type1, string type2)
- public string? g_content_type_from_mime_type (string mime_type)
- public string g_content_type_get_description (string type)
- public Icon g_content_type_get_icon (string type)
- public string? g_content_type_get_mime_type (string type)
- public string g_content_type_guess (string filename, uchar[] data, out bool result_uncertain)
- public string g_content_type_guess_for_tree (File root)
- public bool g_content_type_is_a (string type, string supertype)
- public bool g_content_type_is_unknown (string type)
- public List<string> g_content_types_get_registered ()
- public unowned string g_dbus_address_get_for_bus_sync (BusType bus_type, Cancellable? cancellable = null) throws Error
- public async void g_dbus_address_get_stream (string address, Cancellable? cancellable = null)
- public weak IOStream g_dbus_address_get_stream_finish (AsyncResult res, string out_guid) throws Error
- public weak IOStream g_dbus_address_get_stream_sync (string address, string out_guid, Cancellable? cancellable = null) throws Error
- public unowned string g_dbus_error_encode_gerror (Error error)
- public unowned string g_dbus_error_get_remote_error (Error error)
- public bool g_dbus_error_is_remote_error (Error error)
- public weak Error g_dbus_error_new_for_dbus_error (string dbus_error_name, string dbus_error_message)
- public Quark g_dbus_error_quark ()
- public bool g_dbus_error_register_error (Quark error_domain, int error_code, string dbus_error_name)
- public void g_dbus_error_register_error_domain (string error_domain_quark_name, size_t quark_volatile, DBusErrorEntry entries, uint num_entries)
- public void g_dbus_error_set_dbus_error (string dbus_error_name, string dbus_error_message, string format) throws Error
- public void g_dbus_error_set_dbus_error_valist (string dbus_error_name, string dbus_error_message, string format, void* var_args) throws Error
- public bool g_dbus_error_strip_remote_error (Error error)
- public bool g_dbus_error_unregister_error (Quark error_domain, int error_code, string dbus_error_name)
- public unowned string g_dbus_generate_guid ()
- public weak Variant g_dbus_gvalue_to_gvariant (Value gvalue, VariantType type)
- public void g_dbus_gvariant_to_gvalue (Variant value, Value out_gvalue)
- public bool g_dbus_is_address (string str)
- public bool g_dbus_is_guid (string str)
- public bool g_dbus_is_interface_name (string str)
- public bool g_dbus_is_member_name (string str)
- public bool g_dbus_is_name (string str)
- public bool g_dbus_is_supported_address (string str) throws Error
- public bool g_dbus_is_unique_name (string str)
- public unowned IOError g_io_error_from_errno (int err_no)
- public Quark g_io_error_quark ()
- public List<weak TypeModule> g_io_modules_load_all_in_directory (string dirname)
- public unowned List g_io_modules_load_all_in_directory_with_scope (string dirname, IOModuleScope scope)
- public void g_io_modules_scan_all_in_directory (string dirname)
- public void g_io_modules_scan_all_in_directory_with_scope (string dirname, IOModuleScope scope)
- public void g_io_scheduler_cancel_all_jobs ()
- public void g_io_scheduler_push_job (owned IOSchedulerJobFunc job_func, int io_priority = DEFAULT, Cancellable? cancellable = null)
- public weak TimeoutSource g_pollable_source_new (Object pollable_stream)
- public void g_simple_async_report_error_in_idle (Object object, AsyncReadyCallback callback, Quark domain, int code, string format)
- public void g_simple_async_report_gerror_in_idle (Object object, AsyncReadyCallback callback, Error error)
- public void g_simple_async_report_take_gerror_in_idle (Object object, AsyncReadyCallback callback, Error error)
- public Quark g_tls_error_quark ()
- public ssize_t pollable_stream_read (InputStream stream, uint8[] buffer, bool blocking, Cancellable? cancellable = null) throws Error
- public ssize_t pollable_stream_write (OutputStream stream, uint8[] buffer, bool blocking, Cancellable? cancellable = null) throws Error
- public bool pollable_stream_write_all (OutputStream stream, uint8[] buffer, bool blocking, out size_t bytes_written, Cancellable? cancellable = null) throws Error
- public string[] resources_enumerate_children (string path, ResourceLookupFlags lookup_flags) throws Error
- public bool resources_get_info (string path, ResourceLookupFlags lookup_flags, out size_t size, out uint32 flags) throws Error
- public Bytes resources_lookup_data (string path, ResourceLookupFlags lookup_flags) throws Error
- public InputStream resources_open_stream (string path, ResourceLookupFlags lookup_flags) throws Error
Fields: