Module gio::functions [−][src]
Functions
bus_get | Asynchronously connects to the message bus specified by |
bus_get_future | |
bus_get_sync | Synchronously connects to the message bus specified by |
content_type_can_be_executable | Checks if a content type can be executable. Note that for instance things like text files can be executables (i.e. scripts and batch files). |
content_type_equals | Compares two content types for equality. |
content_type_from_mime_type | Tries to find a content type based on the mime type name. |
content_type_get_description | Gets the human readable description of the content type. |
content_type_get_generic_icon_name | Gets the generic icon name for a content type. |
content_type_get_icon | Gets the icon for a content type. |
content_type_get_mime_dirs | v2_60 Get the list of directories which MIME data is loaded from. See
|
content_type_get_mime_type | Gets the mime type for the content type, if one is registered. |
content_type_get_symbolic_icon | Gets the symbolic icon for a content type. |
content_type_guess | Guesses the content type based on example data. If the function is
uncertain, |
content_type_guess_for_tree | Tries to guess the type of the tree with root |
content_type_is_a | Determines if |
content_type_is_mime_type | v2_52 Determines if |
content_type_is_unknown | Checks if the content type is the generic “unknown” type. On UNIX this is the “application/octet-stream” mimetype, while on win32 it is “*” and on OSX it is a dynamic type or octet-stream. |
content_type_set_mime_dirs | v2_60 Set the list of directories used by GIO to load the MIME database.
If |
content_types_get_registered | Gets a list of strings containing all the registered content types
known to the system. The list and its data should be freed using
|
dbus_address_escape_value | Escape |
dbus_address_get_for_bus_sync | Synchronously looks up the D-Bus address for the well-known message
bus instance specified by |
dbus_address_get_stream | Asynchronously connects to an endpoint specified by |
dbus_address_get_stream_future | |
dbus_address_get_stream_sync | Synchronously connects to an endpoint specified by |
dbus_generate_guid | Generate a D-Bus GUID that can be used with
e.g. |
dbus_gvalue_to_gvariant | Converts a |
dbus_gvariant_to_gvalue | Converts a |
dbus_is_address | Checks if |
dbus_is_guid | Checks if |
dbus_is_interface_name | Checks if |
dbus_is_member_name | Checks if |
dbus_is_name | Checks if |
dbus_is_supported_address | Like |
dbus_is_unique_name | Checks if |
io_error_from_errno | Converts errno.h error codes into GIO error codes. The fallback
value |
io_modules_scan_all_in_directory | Scans all the modules in the specified directory, ensuring that any extension point implemented by a module is registered. |
io_scheduler_cancel_all_jobs | Cancels all cancellable I/O jobs. |
keyfile_settings_backend_new | Creates a keyfile-backed |
memory_settings_backend_new | Creates a memory-backed |
networking_init | Initializes the platform networking libraries (eg, on Windows, this calls WSAStartup()). GLib will call this itself if it is needed, so you only need to call it if you directly call system networking functions (without calling any GLib networking functions first). |
null_settings_backend_new | Creates a readonly |
resources_enumerate_children | Returns all the names of children at the specified |
resources_get_info | Looks for a file at the specified |
resources_lookup_data | Looks for a file at the specified |
resources_open_stream | Looks for a file at the specified |
resources_register | Registers the resource with the process-global set of resources.
Once a resource is registered the files in it can be accessed
with the global resource lookup functions like |
resources_unregister | Unregisters the resource from the process-global set of resources. |
unix_is_mount_path_system_internal | Unix Determines if |
unix_is_system_device_path | Unix and v2_56 Determines if |
unix_is_system_fs_type | Unix and v2_56 Determines if |