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, owned 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 bool DatagramBasedSourceFunc (DatagramBased datagram_based, IOCondition condition)
- public delegate void FileMeasureProgressCallback (bool reporting, uint64 current_size, uint64 num_dirs, uint64 num_files)
- public delegate void FileProgressCallback (int64 current_num_bytes, int64 total_num_bytes)
- public delegate bool FileReadMoreCallback (string file_contents, int64 file_size)
- 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)
- public delegate void TaskReadyCallback (Object? source_object, Task task)
- public delegate bool TaskSourceFunc (Task task)
- public delegate void TaskThreadFunc (Task task, Object source_object, void* task_data, Cancellable? cancellable = null)
- public delegate File VfsFileLookupFunc (Vfs vfs, string identifier)
Functions:
- public bool action_name_is_valid (string action_name)
- public bool action_parse_detailed_name (string detailed_name, out string action_name, out Variant target_value) throws Error
- public string action_print_detailed_name (string action_name, Variant? target_value)
- public DtlsClientConnection dtls_client_connection_new (DatagramBased base_socket, SocketConnectable? server_identity) throws Error
- public DtlsServerConnection dtls_server_connection_new (DatagramBased base_socket, TlsCertificate? certificate) throws Error
- public unowned IOExtension io_extension_point_implement (string extension_point_name, Type type, string extension_name, int priority)
- public unowned IOExtensionPoint io_extension_point_lookup (string name)
- public unowned IOExtensionPoint io_extension_point_register (string name)
- public MemoryMonitor memory_monitor_dup_default ()
- public void networking_init ()
- 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 PowerProfileMonitor power_profile_monitor_dup_default ()
- public Quark resolver_error_quark ()
- public Quark resource_error_quark ()
- public Resource resource_load (string filename) 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
- public void resources_register (Resource resource)
- public void resources_unregister (Resource resource)
- public unowned SettingsSchemaSource? settings_schema_source_get_default ()
Fields: