Module bindings

Source

Re-exports§

pub use self::_GTlsPasswordFlags as GTlsPasswordFlags;
pub use self::_RegionType as RegionType;

Structs§

DIR
GListStoreClass
GStaticMutex
GTestCase
GTestConfig
GTestLogBuffer
GTestLogMsg
GTestSuite
GWeakRef
VipsBufferThread
VipsSemaphore
VipsWindow
_GAction
_GActionEntry
_GActionGroup
_GActionGroupInterface
_GActionInterface
_GActionMap
_GActionMapInterface
_GAllocator
_GAppInfo
_GAppInfoIface
_GAppInfoMonitor
_GAppLaunchContext
GAppLaunchContext:
_GAppLaunchContextClass
_GAppLaunchContextPrivate
_GApplication
_GApplicationClass
_GApplicationCommandLine
_GApplicationCommandLineClass
_GApplicationCommandLinePrivate
_GApplicationPrivate
_GArray
_GAsyncInitable
_GAsyncInitableIface
GAsyncInitableIface: @g_iface: The parent interface. @init_async: Starts initialization of the object. @init_finish: Finishes initialization of the object.
_GAsyncQueue
_GAsyncResult
_GAsyncResultIface
GAsyncResultIface: @g_iface: The parent interface. @get_user_data: Gets the user data passed to the callback. @get_source_object: Gets the source object that issued the asynchronous operation. @is_tagged: Checks if a result is tagged with a particular source.
_GBinding
_GBindingGroup
_GBookmarkFile
_GBufferedInputStream
_GBufferedInputStreamClass
_GBufferedInputStreamPrivate
_GBufferedOutputStream
_GBufferedOutputStreamClass
_GBufferedOutputStreamPrivate
_GByteArray
_GBytes
_GBytesIcon
_GCClosure
_GCache
_GCancellable
_GCancellableClass
_GCancellablePrivate
_GCharsetConverter
_GCharsetConverterClass
_GChecksum
_GClosure
GClosure: @in_marshal: Indicates whether the closure is currently being invoked with g_closure_invoke() @is_invalid: Indicates whether the closure has been invalidated by g_closure_invalidate()
_GClosureNotifyData
_GCompletion
_GCond
_GConverter
_GConverterIface
GConverterIface: @g_iface: The parent interface. @convert: Converts data. @reset: Reverts the internal state of the converter to its initial state.
_GConverterInputStream
_GConverterInputStreamClass
_GConverterInputStreamPrivate
_GConverterOutputStream
_GConverterOutputStreamClass
_GConverterOutputStreamPrivate
_GCredentials
_GCredentialsClass
_GDBusActionGroup
_GDBusAnnotationInfo
GDBusAnnotationInfo: @ref_count: The reference count or -1 if statically allocated. @key: The name of the annotation, e.g. “org.freedesktop.DBus.Deprecated”. @value: The value of the annotation. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusArgInfo
GDBusArgInfo: @ref_count: The reference count or -1 if statically allocated. @name: Name of the argument, e.g. @unix_user_id. @signature: D-Bus signature of the argument (a single complete type). @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusAuthObserver
_GDBusConnection
_GDBusErrorEntry
GDBusErrorEntry: @error_code: An error code. @dbus_error_name: The D-Bus error name to associate with @error_code.
_GDBusInterface
_GDBusInterfaceIface
GDBusInterfaceIface: @parent_iface: The parent interface. @get_info: Returns a #GDBusInterfaceInfo. See g_dbus_interface_get_info(). @get_object: Gets the enclosing #GDBusObject. See g_dbus_interface_get_object(). @set_object: Sets the enclosing #GDBusObject. See g_dbus_interface_set_object(). @dup_object: Gets a reference to the enclosing #GDBusObject. See g_dbus_interface_dup_object(). Added in 2.32.
_GDBusInterfaceInfo
GDBusInterfaceInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus interface, e.g. “org.freedesktop.DBus.Properties”. @methods: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusMethodInfo structures or %NULL if there are no methods. @signals: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusSignalInfo structures or %NULL if there are no signals. @properties: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusPropertyInfo structures or %NULL if there are no properties. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusInterfaceSkeleton
GDBusInterfaceSkeleton:
_GDBusInterfaceSkeletonClass
GDBusInterfaceSkeletonClass: @parent_class: The parent class. @get_info: Returns a #GDBusInterfaceInfo. See g_dbus_interface_skeleton_get_info() for details. @get_vtable: Returns a #GDBusInterfaceVTable. See g_dbus_interface_skeleton_get_vtable() for details. @get_properties: Returns a #GVariant with all properties. See g_dbus_interface_skeleton_get_properties(). @flush: Emits outstanding changes, if any. See g_dbus_interface_skeleton_flush(). @g_authorize_method: Signal class handler for the #GDBusInterfaceSkeleton::g-authorize-method signal.
_GDBusInterfaceSkeletonPrivate
_GDBusInterfaceVTable
GDBusInterfaceVTable: @method_call: Function for handling incoming method calls. @get_property: Function for getting a property. @set_property: Function for setting a property.
_GDBusMenuModel
_GDBusMessage
_GDBusMethodInfo
GDBusMethodInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus method, e.g. @RequestName. @in_args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no in arguments. @out_args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no out arguments. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusMethodInvocation
_GDBusNodeInfo
GDBusNodeInfo: @ref_count: The reference count or -1 if statically allocated. @path: The path of the node or %NULL if omitted. Note that this may be a relative path. See the D-Bus specification for more details. @interfaces: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusInterfaceInfo structures or %NULL if there are no interfaces. @nodes: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusNodeInfo structures or %NULL if there are no nodes. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusObject
_GDBusObjectIface
GDBusObjectIface: @parent_iface: The parent interface. @get_object_path: Returns the object path. See g_dbus_object_get_object_path(). @get_interfaces: Returns all interfaces. See g_dbus_object_get_interfaces(). @get_interface: Returns an interface by name. See g_dbus_object_get_interface(). @interface_added: Signal handler for the #GDBusObject::interface-added signal. @interface_removed: Signal handler for the #GDBusObject::interface-removed signal.
_GDBusObjectManager
_GDBusObjectManagerClient
GDBusObjectManagerClient:
_GDBusObjectManagerClientClass
GDBusObjectManagerClientClass: @parent_class: The parent class. @interface_proxy_signal: Signal class handler for the #GDBusObjectManagerClient::interface-proxy-signal signal. @interface_proxy_properties_changed: Signal class handler for the #GDBusObjectManagerClient::interface-proxy-properties-changed signal.
_GDBusObjectManagerClientPrivate
_GDBusObjectManagerIface
GDBusObjectManagerIface: @parent_iface: The parent interface. @get_object_path: Virtual function for g_dbus_object_manager_get_object_path(). @get_objects: Virtual function for g_dbus_object_manager_get_objects(). @get_object: Virtual function for g_dbus_object_manager_get_object(). @get_interface: Virtual function for g_dbus_object_manager_get_interface(). @object_added: Signal handler for the #GDBusObjectManager::object-added signal. @object_removed: Signal handler for the #GDBusObjectManager::object-removed signal. @interface_added: Signal handler for the #GDBusObjectManager::interface-added signal. @interface_removed: Signal handler for the #GDBusObjectManager::interface-removed signal.
_GDBusObjectManagerServer
GDBusObjectManagerServer:
_GDBusObjectManagerServerClass
GDBusObjectManagerServerClass: @parent_class: The parent class.
_GDBusObjectManagerServerPrivate
_GDBusObjectProxy
GDBusObjectProxy:
_GDBusObjectProxyClass
GDBusObjectProxyClass: @parent_class: The parent class.
_GDBusObjectProxyPrivate
_GDBusObjectSkeleton
GDBusObjectSkeleton:
_GDBusObjectSkeletonClass
GDBusObjectSkeletonClass: @parent_class: The parent class. @authorize_method: Signal class handler for the #GDBusObjectSkeleton::authorize-method signal.
_GDBusObjectSkeletonPrivate
_GDBusPropertyInfo
GDBusPropertyInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus property, e.g. “SupportedFilesystems”. @signature: The D-Bus signature of the property (a single complete type). @flags: Access control flags for the property. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusProxy
GDBusProxy:
_GDBusProxyClass
GDBusProxyClass: @g_properties_changed: Signal class handler for the #GDBusProxy::g-properties-changed signal. @g_signal: Signal class handler for the #GDBusProxy::g-signal signal.
_GDBusProxyPrivate
_GDBusServer
_GDBusSignalInfo
GDBusSignalInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus signal, e.g. “NameOwnerChanged”. @args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no arguments. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
_GDBusSubtreeVTable
GDBusSubtreeVTable: @enumerate: Function for enumerating child nodes. @introspect: Function for introspecting a child node. @dispatch: Function for dispatching a remote call on a child node.
_GData
_GDataInputStream
_GDataInputStreamClass
_GDataInputStreamPrivate
_GDataOutputStream
_GDataOutputStreamClass
_GDataOutputStreamPrivate
_GDatagramBased
_GDatagramBasedInterface
GDatagramBasedInterface: @g_iface: The parent interface. @receive_messages: Virtual method for g_datagram_based_receive_messages(). @send_messages: Virtual method for g_datagram_based_send_messages(). @create_source: Virtual method for g_datagram_based_create_source(). @condition_check: Virtual method for g_datagram_based_condition_check(). @condition_wait: Virtual method for g_datagram_based_condition_wait().
_GDate
_GDateTime
_GDebugController
_GDebugControllerDBus
_GDebugControllerDBusClass
GDebugControllerDBusClass: @parent_class: The parent class. @authorize: Default handler for the #GDebugControllerDBus::authorize signal.
_GDebugControllerInterface
GDebugControllerInterface: @g_iface: The parent interface.
_GDebugKey
_GDir
_GDoubleIEEE754__bindgen_ty_1
_GDrive
_GDriveIface
_GDtlsClientConnection
_GDtlsClientConnectionInterface
GDtlsClientConnectionInterface: @g_iface: The parent interface.
_GDtlsConnection
_GDtlsConnectionInterface
GDtlsConnectionInterface: @g_iface: The parent interface. @accept_certificate: Check whether to accept a certificate. @handshake: Perform a handshake operation. @handshake_async: Start an asynchronous handshake operation. @handshake_finish: Finish an asynchronous handshake operation. @shutdown: Shut down one or both directions of the connection. @shutdown_async: Start an asynchronous shutdown operation. @shutdown_finish: Finish an asynchronous shutdown operation. @set_advertised_protocols: Set APLN protocol list (Since: 2.60) @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.60) @get_binding_data: Retrieve TLS channel binding data (Since: 2.66)
_GDtlsServerConnection
_GDtlsServerConnectionInterface
GDtlsServerConnectionInterface: @g_iface: The parent interface.
_GEmblem
_GEmblemClass
_GEmblemedIcon
_GEmblemedIconClass
_GEmblemedIconPrivate
_GEnumClass
GEnumClass: @g_type_class: the parent class @minimum: the smallest possible value. @maximum: the largest possible value. @n_values: the number of possible values. @values: an array of #GEnumValue structs describing the individual values.
_GEnumValue
GEnumValue: @value: the enum value @value_name: the name of the value @value_nick: the nickname of the value
_GError
_GFile
_GFileAttributeInfo
GFileAttributeInfo: @name: the name of the attribute. @type: the #GFileAttributeType type of the attribute. @flags: a set of #GFileAttributeInfoFlags.
_GFileAttributeInfoList
GFileAttributeInfoList: @infos: an array of #GFileAttributeInfos. @n_infos: the number of values in the array.
_GFileAttributeMatcher
_GFileDescriptorBased
_GFileEnumerator
_GFileEnumeratorClass
_GFileEnumeratorPrivate
_GFileIOStream
_GFileIOStreamClass
_GFileIOStreamPrivate
_GFileIcon
_GFileIconClass
_GFileIface
GFileIface: @g_iface: The parent interface. @dup: Duplicates a #GFile. @hash: Creates a hash of a #GFile. @equal: Checks equality of two given #GFiles. @is_native: Checks to see if a file is native to the system. @has_uri_scheme: Checks to see if a #GFile has a given URI scheme. @get_uri_scheme: Gets the URI scheme for a #GFile. @get_basename: Gets the basename for a given #GFile. @get_path: Gets the current path within a #GFile. @get_uri: Gets a URI for the path within a #GFile. @get_parse_name: Gets the parsed name for the #GFile. @get_parent: Gets the parent directory for the #GFile. @prefix_matches: Checks whether a #GFile contains a specified file. @get_relative_path: Gets the path for a #GFile relative to a given path. @resolve_relative_path: Resolves a relative path for a #GFile to an absolute path. @get_child_for_display_name: Gets the child #GFile for a given display name. @enumerate_children: Gets a #GFileEnumerator with the children of a #GFile. @enumerate_children_async: Asynchronously gets a #GFileEnumerator with the children of a #GFile. @enumerate_children_finish: Finishes asynchronously enumerating the children. @query_info: Gets the #GFileInfo for a #GFile. @query_info_async: Asynchronously gets the #GFileInfo for a #GFile. @query_info_finish: Finishes an asynchronous query info operation. @query_filesystem_info: Gets a #GFileInfo for the file system #GFile is on. @query_filesystem_info_async: Asynchronously gets a #GFileInfo for the file system #GFile is on. @query_filesystem_info_finish: Finishes asynchronously getting the file system info. @find_enclosing_mount: Gets a #GMount for the #GFile. @find_enclosing_mount_async: Asynchronously gets the #GMount for a #GFile. @find_enclosing_mount_finish: Finishes asynchronously getting the volume. @set_display_name: Sets the display name for a #GFile. @set_display_name_async: Asynchronously sets a #GFile’s display name. @set_display_name_finish: Finishes asynchronously setting a #GFile’s display name. @query_settable_attributes: Returns a list of #GFileAttributeInfos that can be set. @_query_settable_attributes_async: Asynchronously gets a list of #GFileAttributeInfos that can be set. @_query_settable_attributes_finish: Finishes asynchronously querying settable attributes. @query_writable_namespaces: Returns a list of #GFileAttributeInfo namespaces that are writable. @_query_writable_namespaces_async: Asynchronously gets a list of #GFileAttributeInfo namespaces that are writable. @_query_writable_namespaces_finish: Finishes asynchronously querying the writable namespaces. @set_attribute: Sets a #GFileAttributeInfo. @set_attributes_from_info: Sets a #GFileAttributeInfo with information from a #GFileInfo. @set_attributes_async: Asynchronously sets a file’s attributes. @set_attributes_finish: Finishes setting a file’s attributes asynchronously. @read_fn: Reads a file asynchronously. @read_async: Asynchronously reads a file. @read_finish: Finishes asynchronously reading a file. @append_to: Writes to the end of a file. @append_to_async: Asynchronously writes to the end of a file. @append_to_finish: Finishes an asynchronous file append operation. @create: Creates a new file. @create_async: Asynchronously creates a file. @create_finish: Finishes asynchronously creating a file. @replace: Replaces the contents of a file. @replace_async: Asynchronously replaces the contents of a file. @replace_finish: Finishes asynchronously replacing a file. @delete_file: Deletes a file. @delete_file_async: Asynchronously deletes a file. @delete_file_finish: Finishes an asynchronous delete. @trash: Sends a #GFile to the Trash location. @trash_async: Asynchronously sends a #GFile to the Trash location. @trash_finish: Finishes an asynchronous file trashing operation. @make_directory: Makes a directory. @make_directory_async: Asynchronously makes a directory. @make_directory_finish: Finishes making a directory asynchronously. @make_symbolic_link: (nullable): Makes a symbolic link. %NULL if symbolic links are unsupported. @make_symbolic_link_async: Asynchronously makes a symbolic link @make_symbolic_link_finish: Finishes making a symbolic link asynchronously. @copy: (nullable): Copies a file. %NULL if copying is unsupported, which will cause GFile to use a fallback copy method where it reads from the source and writes to the destination. @copy_async: Asynchronously copies a file. @copy_finish: Finishes an asynchronous copy operation. @move: Moves a file. @move_async: Asynchronously moves a file. Since: 2.72 @move_finish: Finishes an asynchronous move operation. Since: 2.72 @mount_mountable: Mounts a mountable object. @mount_mountable_finish: Finishes a mounting operation. @unmount_mountable: Unmounts a mountable object. @unmount_mountable_finish: Finishes an unmount operation. @eject_mountable: Ejects a mountable. @eject_mountable_finish: Finishes an eject operation. @mount_enclosing_volume: Mounts a specified location. @mount_enclosing_volume_finish: Finishes mounting a specified location. @monitor_dir: Creates a #GFileMonitor for the location. @monitor_file: Creates a #GFileMonitor for the location. @open_readwrite: Open file read/write. Since 2.22. @open_readwrite_async: Asynchronously opens file read/write. Since 2.22. @open_readwrite_finish: Finishes an asynchronous open read/write. Since 2.22. @create_readwrite: Creates file read/write. Since 2.22. @create_readwrite_async: Asynchronously creates file read/write. Since 2.22. @create_readwrite_finish: Finishes an asynchronous creates read/write. Since 2.22. @replace_readwrite: Replaces file read/write. Since 2.22. @replace_readwrite_async: Asynchronously replaces file read/write. Since 2.22. @replace_readwrite_finish: Finishes an asynchronous replace read/write. Since 2.22. @start_mountable: Starts a mountable object. Since 2.22. @start_mountable_finish: Finishes a start operation. Since 2.22. @stop_mountable: Stops a mountable. Since 2.22. @stop_mountable_finish: Finishes a stop operation. Since 2.22. @supports_thread_contexts: a boolean that indicates whether the #GFile implementation supports thread-default contexts. Since 2.22. @unmount_mountable_with_operation: Unmounts a mountable object using a #GMountOperation. Since 2.22. @unmount_mountable_with_operation_finish: Finishes an unmount operation using a #GMountOperation. Since 2.22. @eject_mountable_with_operation: Ejects a mountable object using a #GMountOperation. Since 2.22. @eject_mountable_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22. @poll_mountable: Polls a mountable object for media changes. Since 2.22. @poll_mountable_finish: Finishes a poll operation for media changes. Since 2.22. @measure_disk_usage: Recursively measures the disk usage of @file. Since 2.38 @measure_disk_usage_async: Asynchronously recursively measures the disk usage of @file. Since 2.38 @measure_disk_usage_finish: Finishes an asynchronous recursive measurement of the disk usage of @file. Since 2.38
_GFileInfo
_GFileInfoClass
_GFileInputStream
_GFileInputStreamClass
_GFileInputStreamPrivate
_GFileMonitor
GFileMonitor:
_GFileMonitorClass
_GFileMonitorPrivate
_GFileOutputStream
_GFileOutputStreamClass
_GFileOutputStreamPrivate
_GFilenameCompleter
_GFilenameCompleterClass
_GFilterInputStream
_GFilterInputStreamClass
_GFilterOutputStream
_GFilterOutputStreamClass
_GFlagsClass
GFlagsClass: @g_type_class: the parent class @mask: a mask covering all possible values. @n_values: the number of possible values. @values: an array of #GFlagsValue structs describing the individual values.
_GFlagsValue
GFlagsValue: @value: the flags value @value_name: the name of the value @value_nick: the nickname of the value
_GFloatIEEE754__bindgen_ty_1
_GHashTable
_GHashTableIter
_GHmac
_GHook
_GHookList
_GIConv
_GIOChannel
_GIOExtension
_GIOExtensionPoint
_GIOFuncs
_GIOModule
_GIOModuleClass
_GIOModuleScope
_GIOSchedulerJob
_GIOStream
GIOStream:
_GIOStreamAdapter
_GIOStreamClass
_GIOStreamPrivate
_GIcon
_GIconIface
GIconIface: @g_iface: The parent interface. @hash: A hash for a given #GIcon. @equal: Checks if two #GIcons are equal. @to_tokens: Serializes a #GIcon into tokens. The tokens must not contain any whitespace. Don’t implement if the #GIcon can’t be serialized (Since 2.20). @from_tokens: Constructs a #GIcon from tokens. Set the #GError if the tokens are malformed. Don’t implement if the #GIcon can’t be serialized (Since 2.20). @serialize: Serializes a #GIcon into a #GVariant. Since: 2.38
_GInetAddress
_GInetAddressClass
_GInetAddressMask
_GInetAddressMaskClass
_GInetAddressMaskPrivate
_GInetAddressPrivate
_GInetSocketAddress
_GInetSocketAddressClass
_GInetSocketAddressPrivate
_GInitable
_GInitableIface
GInitableIface: @g_iface: The parent interface. @init: Initializes the object.
_GInputMessage
_GInputStream
_GInputStreamClass
_GInputStreamPrivate
_GInputVector
_GInterfaceInfo
GInterfaceInfo: @interface_init: location of the interface initialization function @interface_finalize: location of the interface finalization function @interface_data: user-supplied data passed to the interface init/finalize functions
_GKeyFile
_GList
_GListModel
_GListModelInterface
_GListStore
_GLoadableIcon
_GLoadableIconIface
GLoadableIconIface: @g_iface: The parent interface. @load: Loads an icon. @load_async: Loads an icon asynchronously. @load_finish: Finishes an asynchronous icon load.
_GLogField
_GMainContext
_GMainLoop
_GMappedFile
_GMarkupParseContext
_GMarkupParser
GMarkupParser: @start_element: Callback to invoke when the opening tag of an element is seen. The callback’s @attribute_names and @attribute_values parameters are %NULL-terminated. @end_element: Callback to invoke when the closing tag of an element is seen. Note that this is also called for empty tags like <empty/>. @text: Callback to invoke when some text is seen (text is always inside an element). Note that the text of an element may be spread over multiple calls of this function. If the %G_MARKUP_TREAT_CDATA_AS_TEXT flag is set, this function is also called for the content of CDATA marked sections. @passthrough: Callback to invoke for comments, processing instructions and doctype declarations; if you’re re-writing the parsed document, write the passthrough text back out in the same position. If the %G_MARKUP_TREAT_CDATA_AS_TEXT flag is not set, this function is also called for CDATA marked sections. @error: Callback to invoke when an error occurs.
_GMatchInfo
_GMemChunk
_GMemVTable
_GMemoryInputStream
_GMemoryInputStreamClass
_GMemoryInputStreamPrivate
_GMemoryMonitor
_GMemoryMonitorInterface
_GMemoryOutputStream
_GMemoryOutputStreamClass
_GMemoryOutputStreamPrivate
_GMenu
_GMenuAttributeIter
_GMenuAttributeIterClass
_GMenuAttributeIterPrivate
_GMenuItem
_GMenuLinkIter
_GMenuLinkIterClass
_GMenuLinkIterPrivate
_GMenuModel
_GMenuModelClass
GMenuModelClass::get_item_attributes: @model: the #GMenuModel to query @item_index: The #GMenuItem to query @attributes: (out) (element-type utf8 GLib.Variant): Attributes on the item
_GMenuModelPrivate
_GModule
_GMount
_GMountIface
GMountIface: @g_iface: The parent interface. @changed: Changed signal that is emitted when the mount’s state has changed. @unmounted: The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized. @pre_unmount: The ::pre-unmount signal that is emitted when the #GMount will soon be emitted. If the recipient is somehow holding the mount open by keeping an open file on it it should close the file. @get_root: Gets a #GFile to the root directory of the #GMount. @get_name: Gets a string containing the name of the #GMount. @get_icon: Gets a #GIcon for the #GMount. @get_uuid: Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available. @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume. @get_drive: Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive. @can_unmount: Checks if a #GMount can be unmounted. @can_eject: Checks if a #GMount can be ejected. @unmount: Starts unmounting a #GMount. @unmount_finish: Finishes an unmounting operation. @eject: Starts ejecting a #GMount. @eject_finish: Finishes an eject operation. @remount: Starts remounting a #GMount. @remount_finish: Finishes a remounting operation. @guess_content_type: Starts guessing the type of the content of a #GMount. See g_mount_guess_content_type() for more information on content type guessing. This operation was added in 2.18. @guess_content_type_finish: Finishes a content type guessing operation. Added in 2.18. @guess_content_type_sync: Synchronous variant of @guess_content_type. Added in 2.18 @unmount_with_operation: Starts unmounting a #GMount using a #GMountOperation. Since 2.22. @unmount_with_operation_finish: Finishes an unmounting operation using a #GMountOperation. Since 2.22. @eject_with_operation: Starts ejecting a #GMount using a #GMountOperation. Since 2.22. @eject_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22. @get_default_location: Gets a #GFile indication a start location that can be use as the entry point for this mount. Since 2.24. @get_sort_key: Gets a key used for sorting #GMount instance or %NULL if no such key exists. Since 2.32. @get_symbolic_icon: Gets a symbolic #GIcon for the #GMount. Since 2.34.
_GMountOperation
_GMountOperationClass
_GMountOperationPrivate
_GNativeSocketAddress
_GNativeSocketAddressClass
_GNativeSocketAddressPrivate
_GNativeVolumeMonitor
_GNativeVolumeMonitorClass
_GNetworkAddress
_GNetworkAddressClass
_GNetworkAddressPrivate
_GNetworkMonitor
_GNetworkMonitorInterface
_GNetworkService
_GNetworkServiceClass
_GNetworkServicePrivate
_GNode
_GNotification
_GObject
GObject:
_GObjectClass
GObjectClass: @g_type_class: the parent class @constructor: the @constructor function is called by g_object_new () to complete the object initialization after all the construction properties are set. The first thing a @constructor implementation must do is chain up to the @constructor of the parent class. Overriding @constructor should be rarely needed, e.g. to handle construct properties, or to implement singletons. @set_property: the generic setter for all properties of this type. Should be overridden for every type with properties. If implementations of @set_property don’t emit property change notification explicitly, this will be done implicitly by the type system. However, if the notify signal is emitted explicitly, the type system will not emit it a second time. @get_property: the generic getter for all properties of this type. Should be overridden for every type with properties. @dispose: the @dispose function is supposed to drop all references to other objects, but keep the instance otherwise intact, so that client method invocations still work. It may be run multiple times (due to reference loops). Before returning, @dispose should chain up to the @dispose method of the parent class. @finalize: instance finalization function, should finish the finalization of the instance begun in @dispose and chain up to the @finalize method of the parent class. @dispatch_properties_changed: emits property change notification for a bunch of properties. Overriding @dispatch_properties_changed should be rarely needed. @notify: the class closure for the notify signal @constructed: the @constructed function is called by g_object_new() as the final step of the object creation process. At the point of the call, all construction properties have been set on the object. The purpose of this call is to allow for object initialisation steps that can only be performed after construction properties have been set. @constructed implementors should chain up to the @constructed call of their parent class to allow it to complete its initialisation.
_GObjectConstructParam
GObjectConstructParam: @pspec: the #GParamSpec of the construct parameter @value: the value to set the parameter to
_GOnce
_GOptionContext
_GOptionEntry
GOptionEntry: @long_name: The long name of an option can be used to specify it in a commandline as --long_name. Every option must have a long name. To resolve conflicts if multiple option groups contain the same long name, it is also possible to specify the option as --groupname-long_name. @short_name: If an option has a short name, it can be specified -short_name in a commandline. @short_name must be a printable ASCII character different from ‘-’, or zero if the option has no short name. @flags: Flags from #GOptionFlags @arg: The type of the option, as a #GOptionArg @arg_data: If the @arg type is %G_OPTION_ARG_CALLBACK, then @arg_data must point to a #GOptionArgFunc callback function, which will be called to handle the extra argument. Otherwise, @arg_data is a pointer to a location to store the value, the required type of the location depends on the @arg type: - %G_OPTION_ARG_NONE: %gboolean - %G_OPTION_ARG_STRING: %gchar* - %G_OPTION_ARG_INT: %gint - %G_OPTION_ARG_FILENAME: %gchar* - %G_OPTION_ARG_STRING_ARRAY: %gchar** - %G_OPTION_ARG_FILENAME_ARRAY: %gchar** - %G_OPTION_ARG_DOUBLE: %gdouble If @arg type is %G_OPTION_ARG_STRING or %G_OPTION_ARG_FILENAME, the location will contain a newly allocated string if the option was given. That string needs to be freed by the callee using g_free(). Likewise if @arg type is %G_OPTION_ARG_STRING_ARRAY or %G_OPTION_ARG_FILENAME_ARRAY, the data should be freed using g_strfreev(). @description: the description for the option in --help output. The @description is translated using the @translate_func of the group, see g_option_group_set_translation_domain(). @arg_description: The placeholder to use for the extra argument parsed by the option in --help output. The @arg_description is translated using the @translate_func of the group, see g_option_group_set_translation_domain().
_GOptionGroup
_GOutputMessage
_GOutputStream
_GOutputStreamClass
_GOutputStreamPrivate
_GOutputVector
_GParamSpec
GParamSpec: (ref-func g_param_spec_ref_sink) (unref-func g_param_spec_unref) (set-value-func g_value_set_param) (get-value-func g_value_get_param) @g_type_instance: private #GTypeInstance portion @name: name of this parameter: always an interned string @flags: #GParamFlags flags for this parameter @value_type: the #GValue type for this parameter @owner_type: #GType type that uses (introduces) this parameter
_GParamSpecBoolean
GParamSpecBoolean: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
_GParamSpecBoxed
GParamSpecBoxed: @parent_instance: private #GParamSpec portion
_GParamSpecChar
GParamSpecChar: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecClass
GParamSpecClass: @g_type_class: the parent class @value_type: the #GValue type for this parameter @finalize: The instance finalization function (optional), should chain up to the finalize method of the parent class. @value_set_default: Resets a @value to the default value for this type (recommended, the default is g_value_reset()), see g_param_value_set_default(). @value_validate: Ensures that the contents of @value comply with the specifications set out by this type (optional), see g_param_value_validate(). @values_cmp: Compares @value1 with @value2 according to this type (recommended, the default is memcmp()), see g_param_values_cmp(). @value_is_valid: Checks if contents of @value comply with the specifications set out by this type, without modifying the value. This vfunc is optional. If it isn’t set, GObject will use @value_validate. Since 2.74
_GParamSpecDouble
GParamSpecDouble: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified @epsilon: values closer than @epsilon will be considered identical by g_param_values_cmp(); the default value is 1e-90.
_GParamSpecEnum
GParamSpecEnum: @parent_instance: private #GParamSpec portion @enum_class: the #GEnumClass for the enum @default_value: default value for the property specified
_GParamSpecFlags
GParamSpecFlags: @parent_instance: private #GParamSpec portion @flags_class: the #GFlagsClass for the flags @default_value: default value for the property specified
_GParamSpecFloat
GParamSpecFloat: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified @epsilon: values closer than @epsilon will be considered identical by g_param_values_cmp(); the default value is 1e-30.
_GParamSpecGType
GParamSpecGType: @parent_instance: private #GParamSpec portion @is_a_type: a #GType whose subtypes can occur as values
_GParamSpecInt
GParamSpecInt: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecInt64
GParamSpecInt64: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecLong
GParamSpecLong: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecObject
GParamSpecObject: @parent_instance: private #GParamSpec portion
_GParamSpecOverride
GParamSpecOverride:
_GParamSpecParam
GParamSpecParam: @parent_instance: private #GParamSpec portion
_GParamSpecPointer
GParamSpecPointer: @parent_instance: private #GParamSpec portion
_GParamSpecPool
_GParamSpecString
GParamSpecString: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified @cset_first: a string containing the allowed values for the first byte @cset_nth: a string containing the allowed values for the subsequent bytes @substitutor: the replacement byte for bytes which don’t match @cset_first or @cset_nth. @null_fold_if_empty: replace empty string by %NULL @ensure_non_null: replace %NULL strings by an empty string
_GParamSpecTypeInfo
GParamSpecTypeInfo: @instance_size: Size of the instance (object) structure. @n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the [slice allocator][glib-Memory-Slices] now. @instance_init: Location of the instance initialization function (optional). @value_type: The #GType of values conforming to this #GParamSpec @finalize: The instance finalization function (optional). @value_set_default: Resets a @value to the default value for @pspec (recommended, the default is g_value_reset()), see g_param_value_set_default(). @value_validate: Ensures that the contents of @value comply with the specifications set out by @pspec (optional), see g_param_value_validate(). @values_cmp: Compares @value1 with @value2 according to @pspec (recommended, the default is memcmp()), see g_param_values_cmp().
_GParamSpecUChar
GParamSpecUChar: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecUInt
GParamSpecUInt: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecUInt64
GParamSpecUInt64: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecULong
GParamSpecULong: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
_GParamSpecUnichar
GParamSpecUnichar: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
_GParamSpecValueArray
GParamSpecValueArray: @parent_instance: private #GParamSpec portion @element_spec: a #GParamSpec describing the elements contained in arrays of this property, may be %NULL @fixed_n_elements: if greater than 0, arrays of this property will always have this many elements
_GParamSpecVariant
GParamSpecVariant: @parent_instance: private #GParamSpec portion @type: a #GVariantType, or %NULL @default_value: a #GVariant, or %NULL
_GParameter
GParameter: @name: the parameter name @value: the parameter value
_GPathBuf
GPathBuf: (copy-func g_path_buf_copy) (free-func g_path_buf_free)
_GPatternSpec
_GPermission
_GPermissionClass
_GPermissionPrivate
_GPollFD
GPollFD: @fd: the file descriptor to poll (or a HANDLE on Win32) @events: a bitwise combination from #GIOCondition, specifying which events should be polled for. Typically for reading from a file descriptor you would use %G_IO_IN | %G_IO_HUP | %G_IO_ERR, and for writing you would use %G_IO_OUT | %G_IO_ERR. @revents: a bitwise combination of flags from #GIOCondition, returned from the poll() function to indicate which events occurred.
_GPollableInputStream
_GPollableInputStreamInterface
GPollableInputStreamInterface: @g_iface: The parent interface. @can_poll: Checks if the #GPollableInputStream instance is actually pollable @is_readable: Checks if the stream is readable @create_source: Creates a #GSource to poll the stream @read_nonblocking: Does a non-blocking read or returns %G_IO_ERROR_WOULD_BLOCK
_GPollableOutputStream
_GPollableOutputStreamInterface
GPollableOutputStreamInterface: @g_iface: The parent interface. @can_poll: Checks if the #GPollableOutputStream instance is actually pollable @is_writable: Checks if the stream is writable @create_source: Creates a #GSource to poll the stream @write_nonblocking: Does a non-blocking write or returns %G_IO_ERROR_WOULD_BLOCK @writev_nonblocking: Does a vectored non-blocking write, or returns %G_POLLABLE_RETURN_WOULD_BLOCK
_GPowerProfileMonitor
_GPowerProfileMonitorInterface
_GPrivate
_GPropertyAction
_GProxy
_GProxyAddress
_GProxyAddressClass
_GProxyAddressEnumerator
_GProxyAddressEnumeratorClass
GProxyAddressEnumeratorClass:
_GProxyAddressEnumeratorPrivate
_GProxyAddressPrivate
_GProxyInterface
GProxyInterface: @g_iface: The parent interface. @connect: Connect to proxy server and wrap (if required) the #connection to handle payload. @connect_async: Same as connect() but asynchronous. @connect_finish: Returns the result of connect_async() @supports_hostname: Returns whether the proxy supports hostname lookups.
_GProxyResolver
_GProxyResolverInterface
_GPtrArray
_GQueue
GQueue: @head: a pointer to the first element of the queue @tail: a pointer to the last element of the queue @length: the number of elements in the queue
_GRWLock
_GRand
_GRecMutex
_GRegex
_GRelation
_GRemoteActionGroup
_GRemoteActionGroupInterface
_GResolver
_GResolverClass
_GResolverPrivate
_GResource
_GSList
_GScanner
_GScannerConfig
_GSeekable
_GSeekableIface
GSeekableIface: @g_iface: The parent interface. @tell: Tells the current location within a stream. @can_seek: Checks if seeking is supported by the stream. @seek: Seeks to a location within a stream. @can_truncate: Checks if truncation is supported by the stream. @truncate_fn: Truncates a stream.
_GSequence
_GSequenceNode
_GSettings
_GSettingsBackend
_GSettingsClass
_GSettingsPrivate
_GSettingsSchema
_GSettingsSchemaKey
_GSettingsSchemaSource
_GSignalGroup
_GSignalInvocationHint
GSignalInvocationHint: @signal_id: The signal id of the signal invoking the callback @detail: The detail passed on for this emission @run_type: The stage the signal emission is currently in, this field will contain one of %G_SIGNAL_RUN_FIRST, %G_SIGNAL_RUN_LAST or %G_SIGNAL_RUN_CLEANUP and %G_SIGNAL_ACCUMULATOR_FIRST_RUN. %G_SIGNAL_ACCUMULATOR_FIRST_RUN is only set for the first run of the accumulator function for a signal emission.
_GSignalQuery
GSignalQuery: @signal_id: The signal id of the signal being queried, or 0 if the signal to be queried was unknown. @signal_name: The signal name. @itype: The interface/instance type that this signal can be emitted for. @signal_flags: The signal flags as passed in to g_signal_new(). @return_type: The return type for user callbacks. @n_params: The number of parameters that user callbacks take. @param_types: (array length=n_params): The individual parameter types for user callbacks, note that the effective callback signature is: |[ @return_type callback (#gpointer data1, [param_types param_names,] gpointer data2); ]|
_GSimpleAction
_GSimpleActionGroup
GSimpleActionGroup:
_GSimpleActionGroupClass
_GSimpleActionGroupPrivate
_GSimpleAsyncResult
_GSimpleAsyncResultClass
_GSimpleIOStream
_GSimplePermission
_GSimpleProxyResolver
_GSimpleProxyResolverClass
_GSimpleProxyResolverPrivate
_GSocket
_GSocketAddress
_GSocketAddressClass
_GSocketAddressEnumerator
_GSocketAddressEnumeratorClass
GSocketAddressEnumeratorClass: @next: Virtual method for g_socket_address_enumerator_next(). @next_async: Virtual method for g_socket_address_enumerator_next_async(). @next_finish: Virtual method for g_socket_address_enumerator_next_finish().
_GSocketClass
_GSocketClient
_GSocketClientClass
_GSocketClientPrivate
_GSocketConnectable
_GSocketConnectableIface
GSocketConnectableIface: @g_iface: The parent interface. @enumerate: Creates a #GSocketAddressEnumerator @proxy_enumerate: Creates a #GProxyAddressEnumerator @to_string: Format the connectable’s address as a string for debugging. Implementing this is optional. (Since: 2.48)
_GSocketConnection
_GSocketConnectionClass
_GSocketConnectionPrivate
_GSocketControlMessage
_GSocketControlMessageClass
GSocketControlMessageClass: @get_size: gets the size of the message. @get_level: gets the protocol of the message. @get_type: gets the protocol specific type of the message. @serialize: Writes out the message data. @deserialize: Tries to deserialize a message.
_GSocketControlMessagePrivate
_GSocketListener
_GSocketListenerClass
GSocketListenerClass: @changed: virtual method called when the set of socket listened to changes
_GSocketListenerPrivate
_GSocketPrivate
_GSocketService
_GSocketServiceClass
GSocketServiceClass: @incoming: signal emitted when new connections are accepted
_GSocketServicePrivate
_GSource
_GSourceCallbackFuncs
_GSourceFuncs
_GSourcePrivate
_GSrvTarget
_GStaticPrivate
_GStaticRWLock
_GStaticRecMutex
_GStaticResource
_GString
_GStringChunk
_GStrvBuilder
_GSubprocess
_GSubprocessLauncher
_GTask
_GTaskClass
_GTcpConnection
_GTcpConnectionClass
_GTcpConnectionPrivate
_GTcpWrapperConnection
_GTcpWrapperConnectionClass
_GTcpWrapperConnectionPrivate
_GTestDBus
_GThemedIcon
_GThemedIconClass
_GThread
_GThreadFunctions
_GThreadPool
_GThreadedSocketService
_GThreadedSocketServiceClass
_GThreadedSocketServicePrivate
_GTimeVal
_GTimeZone
_GTimer
_GTlsBackend
_GTlsBackendInterface
GTlsBackendInterface: @g_iface: The parent interface. @supports_tls: returns whether the backend supports TLS. @supports_dtls: returns whether the backend supports DTLS @get_default_database: returns a default #GTlsDatabase instance. @get_certificate_type: returns the #GTlsCertificate implementation type @get_client_connection_type: returns the #GTlsClientConnection implementation type @get_server_connection_type: returns the #GTlsServerConnection implementation type @get_file_database_type: returns the #GTlsFileDatabase implementation type. @get_dtls_client_connection_type: returns the #GDtlsClientConnection implementation type @get_dtls_server_connection_type: returns the #GDtlsServerConnection implementation type
_GTlsCertificate
_GTlsCertificateClass
_GTlsCertificatePrivate
_GTlsClientConnection
_GTlsClientConnectionInterface
GTlsClientConnectionInterface: @g_iface: The parent interface. @copy_session_state: Copies session state from one #GTlsClientConnection to another.
_GTlsConnection
_GTlsConnectionClass
GTlsConnectionClass: @parent_class: The parent class. @accept_certificate: Check whether to accept a certificate. @handshake: Perform a handshake operation. @handshake_async: Start an asynchronous handshake operation. @handshake_finish: Finish an asynchronous handshake operation. @get_binding_data: Retrieve TLS channel binding data (Since: 2.66) @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.70)
_GTlsConnectionPrivate
_GTlsDatabase
_GTlsDatabaseClass
_GTlsDatabasePrivate
_GTlsFileDatabase
_GTlsFileDatabaseInterface
GTlsFileDatabaseInterface: @g_iface: The parent interface.
_GTlsInteraction
_GTlsInteractionClass
_GTlsInteractionPrivate
_GTlsPassword
_GTlsPasswordClass
GTlsPasswordClass: @get_value: virtual method for g_tls_password_get_value() @set_value: virtual method for g_tls_password_set_value() @get_default_warning: virtual method for g_tls_password_get_warning() if no value has been set using g_tls_password_set_warning()
_GTlsPasswordPrivate
_GTlsServerConnection
_GTlsServerConnectionInterface
GTlsServerConnectionInterface: @g_iface: The parent interface.
_GTrashStack
_GTree
_GTreeNode
_GTuples
_GTypeCValue
_GTypeClass
GTypeClass:
_GTypeFundamentalInfo
GTypeFundamentalInfo: @type_flags: #GTypeFundamentalFlags describing the characteristics of the fundamental type
_GTypeInfo
GTypeInfo: @class_size: Size of the class structure (required for interface, classed and instantiatable types) @base_init: Location of the base initialization function (optional) @base_finalize: Location of the base finalization function (optional) @class_init: Location of the class initialization function for classed and instantiatable types. Location of the default vtable inititalization function for interface types. (optional) This function is used both to fill in virtual functions in the class or default vtable, and to do type-specific setup such as registering signals and object properties. @class_finalize: Location of the class finalization function for classed and instantiatable types. Location of the default vtable finalization function for interface types. (optional) @class_data: User-supplied data passed to the class init/finalize functions @instance_size: Size of the instance (object) structure (required for instantiatable types only) @n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10 this field is ignored. @instance_init: Location of the instance initialization function (optional, for instantiatable types only) @value_table: A #GTypeValueTable function table for generic handling of GValues of this type (usually only useful for fundamental types)
_GTypeInstance
GTypeInstance:
_GTypeInterface
GTypeInterface:
_GTypeModule
GTypeModule: @name: the name of the module
_GTypeModuleClass
GTypeModuleClass: @parent_class: the parent class @load: loads the module and registers one or more types using g_type_module_register_type(). @unload: unloads the module
_GTypePlugin
_GTypePluginClass
GTypePlugin:
_GTypeQuery
GTypeQuery: @type: the #GType value of the type @type_name: the name of the type @class_size: the size of the class structure @instance_size: the size of the instance structure
_GTypeValueTable
GTypeValueTable: @value_init: Function to initialize a GValue @value_free: Function to free a GValue @value_copy: Function to copy a GValue @value_peek_pointer: Function to peek the contents of a GValue if they fit into a pointer @collect_format: A string format describing how to collect the contents of this value bit-by-bit. Each character in the format represents an argument to be collected, and the characters themselves indicate the type of the argument. Currently supported arguments are:
_GUnixConnection
_GUnixConnectionClass
_GUnixConnectionPrivate
_GUnixCredentialsMessage
GUnixCredentialsMessage:
_GUnixCredentialsMessageClass
GUnixCredentialsMessageClass:
_GUnixCredentialsMessagePrivate
_GUnixFDList
_GUnixFDListClass
_GUnixFDListPrivate
_GUnixSocketAddress
_GUnixSocketAddressClass
_GUnixSocketAddressPrivate
_GUri
_GUriParamsIter
_GValue
GValue:
_GValueArray
GValueArray: @n_values: number of values contained in the array @values: array of values
_GVariant
_GVariantBuilder
_GVariantBuilder__bindgen_ty_1__bindgen_ty_1
_GVariantDict
_GVariantDict__bindgen_ty_1__bindgen_ty_1
_GVariantIter
_GVariantType
_GVfs
_GVfsClass
_GVolume
_GVolumeIface
_GVolumeMonitor
_GVolumeMonitorClass
_GZlibCompressor
_GZlibCompressorClass
_GZlibDecompressor
_GZlibDecompressorClass
_OSUnalignedU16
_OSUnalignedU32
_OSUnalignedU64
_VipsArea
_VipsArgument
_VipsArgumentClass
_VipsArgumentInstance
_VipsArrayDouble
_VipsArrayImage
_VipsArrayInt
_VipsBlob
_VipsBuf
_VipsBuffer
_VipsBufferCache
_VipsConnection
_VipsConnectionClass
_VipsDbuf
_VipsForeign
_VipsForeignClass
_VipsForeignLoad
_VipsForeignLoadClass
_VipsForeignSave
_VipsForeignSaveClass
_VipsFormat
_VipsFormatClass
_VipsGInputStream
_VipsGInputStreamClass
_VipsImage
_VipsImageClass
_VipsInterpolate
_VipsInterpolateClass
_VipsObject
_VipsObjectClass
_VipsOperation
_VipsOperationClass
_VipsProgress
_VipsRect
_VipsRefString
_VipsRegion
_VipsRegionClass
_VipsSaveString
_VipsSbuf
_VipsSbufClass
_VipsSource
_VipsSourceClass
_VipsSourceCustom
_VipsSourceCustomClass
_VipsSourceGInputStream
_VipsSourceGInputStreamClass
_VipsTarget
_VipsTargetClass
_VipsTargetCustom
_VipsTargetCustomClass
_VipsThing
_VipsThreadState
_VipsThreadStateClass
_VipsThreadset
__BindgenBitfieldUnit
__arm_legacy_debug_state
__arm_pagein_state
__darwin_arm_cpmu_state64
__darwin_arm_debug_state32
__darwin_arm_debug_state64
__darwin_arm_exception_state
__darwin_arm_exception_state64
__darwin_arm_neon_state
__darwin_arm_neon_state64
__darwin_arm_thread_state
__darwin_arm_thread_state64
__darwin_arm_vfp_state
__darwin_mcontext32
__darwin_mcontext64
__darwin_pthread_handler_rec
__darwin_sigaltstack
__darwin_ucontext
__double2
__float2
__sFILE
__sFILEX
__sbuf
__sigaction
__siginfo
_filesec
_malloc_zone_t
_opaque_pthread_attr_t
_opaque_pthread_cond_t
_opaque_pthread_condattr_t
_opaque_pthread_mutex_t
_opaque_pthread_mutexattr_t
_opaque_pthread_once_t
_opaque_pthread_rwlock_t
_opaque_pthread_rwlockattr_t
_opaque_pthread_t
_telldir
accessx_descriptor
dirent
div_t
exception
fd_set
fssearchblock
im__DOUBLEMASK
im__INTMASK
ldiv_t
lldiv_t
ostat
proc_rlimit_control_wakeupmon
pthread_override_s
rlimit
rusage
rusage_info_v0
rusage_info_v1
rusage_info_v2
rusage_info_v3
rusage_info_v4
rusage_info_v5
rusage_info_v6
sched_param
searchstate
sigaction
sigevent
sigstack
sigvec
stat
timespec
timeval
tm
wait__bindgen_ty_1
wait__bindgen_ty_2

Constants§

ACCESSPERMS
ACCESSX_MAX_DESCRIPTORS
ACCESSX_MAX_TABLESIZE
ALLPERMS
ARG_MAX
BC_BASE_MAX
BC_DIM_MAX
BC_SCALE_MAX
BC_STRING_MAX
BIG_ENDIAN
BUFSIZ
BUS_ADRALN
BUS_ADRERR
BUS_NOOP
BUS_OBJERR
BYTE_ORDER
CHARCLASS_NAME_MAX
CHAR_BIT
CHAR_MAX
CHAR_MIN
CHILD_MAX
CLD_CONTINUED
CLD_DUMPED
CLD_EXITED
CLD_KILLED
CLD_NOOP
CLD_STOPPED
CLD_TRAPPED
CLK_TCK
COLL_WEIGHTS_MAX
CPUMON_MAKE_FATAL
DBL_HAS_SUBNORM
DEFFILEMODE
DIRBLKSIZ
DOMAIN
DTF_HIDEW
DTF_NODUP
DTF_REWIND
DT_BLK
DT_CHR
DT_DIR
DT_FIFO
DT_LNK
DT_REG
DT_SOCK
DT_UNKNOWN
DT_WHT
E2BIG
EACCES
EADDRINUSE
EADDRNOTAVAIL
EAFNOSUPPORT
EAGAIN
EALREADY
EAUTH
EBADARCH
EBADEXEC
EBADF
EBADMACHO
EBADMSG
EBADRPC
EBUSY
ECANCELED
ECHILD
ECONNABORTED
ECONNREFUSED
ECONNRESET
EDEADLK
EDESTADDRREQ
EDEVERR
EDOM
EDQUOT
EEXIST
EFAULT
EFBIG
EFTYPE
EF_IS_PURGEABLE
EF_IS_SPARSE
EF_IS_SYNC_ROOT
EF_IS_SYNTHETIC
EF_MAY_SHARE_BLOCKS
EF_NO_XATTRS
EF_SHARES_ALL_BLOCKS
EHOSTDOWN
EHOSTUNREACH
EIDRM
EILSEQ
EINPROGRESS
EINTR
EINVAL
EIO
EISCONN
EISDIR
ELAST
ELOOP
EMFILE
EMLINK
EMSGSIZE
EMULTIHOP
ENAMETOOLONG
ENEEDAUTH
ENETDOWN
ENETRESET
ENETUNREACH
ENFILE
ENOATTR
ENOBUFS
ENODATA
ENODEV
ENOENT
ENOEXEC
ENOLCK
ENOLINK
ENOMEM
ENOMSG
ENOPOLICY
ENOPROTOOPT
ENOSPC
ENOSR
ENOSTR
ENOSYS
ENOTBLK
ENOTCONN
ENOTDIR
ENOTEMPTY
ENOTRECOVERABLE
ENOTSOCK
ENOTSUP
ENOTTY
ENXIO
EOF
EOPNOTSUPP
EOVERFLOW
EOWNERDEAD
EPERM
EPFNOSUPPORT
EPIPE
EPROCLIM
EPROCUNAVAIL
EPROGMISMATCH
EPROGUNAVAIL
EPROTO
EPROTONOSUPPORT
EPROTOTYPE
EPWROFF
EQFULL
EQUIV_CLASS_MAX
ERANGE
EREMOTE
EROFS
ERPCMISMATCH
ESHLIBVERS
ESHUTDOWN
ESOCKTNOSUPPORT
ESPIPE
ESRCH
ESTALE
ETIME
ETIMEDOUT
ETOOMANYREFS
ETXTBSY
EUSERS
EWOULDBLOCK
EXDEV
EXIT_FAILURE
EXIT_SUCCESS
EXPR_NEST_MAX
FALSE
FD_SETSIZE
FILENAME_MAX
FLT_HAS_SUBNORM
FOOTPRINT_INTERVAL_RESET
FOPEN_MAX
FPE_FLTDIV
FPE_FLTINV
FPE_FLTOVF
FPE_FLTRES
FPE_FLTSUB
FPE_FLTUND
FPE_INTDIV
FPE_INTOVF
FPE_NOOP
FP_FAST_FMA
FP_FAST_FMAF
FP_FAST_FMAL
FP_ILOGB0
FP_ILOGBNAN
FP_QNAN
FP_SNAN
FP_SUPERNORMAL
F_LOCK
F_OK
F_TEST
F_TLOCK
F_ULOCK
GAppInfoCreateFlags_G_APP_INFO_CREATE_NEEDS_TERMINAL
GAppInfoCreateFlags_G_APP_INFO_CREATE_NONE
GAppInfoCreateFlags_G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION
GAppInfoCreateFlags_G_APP_INFO_CREATE_SUPPORTS_URIS
GApplicationFlags_G_APPLICATION_ALLOW_REPLACEMENT
GApplicationFlags_G_APPLICATION_CAN_OVERRIDE_APP_ID
GApplicationFlags_G_APPLICATION_DEFAULT_FLAGS
GApplicationFlags_G_APPLICATION_FLAGS_NONE
GApplicationFlags_G_APPLICATION_HANDLES_COMMAND_LINE
GApplicationFlags_G_APPLICATION_HANDLES_OPEN
GApplicationFlags_G_APPLICATION_IS_LAUNCHER
GApplicationFlags_G_APPLICATION_IS_SERVICE
GApplicationFlags_G_APPLICATION_NON_UNIQUE
GApplicationFlags_G_APPLICATION_REPLACE
GApplicationFlags_G_APPLICATION_SEND_ENVIRONMENT
GAsciiType_G_ASCII_ALNUM
GAsciiType_G_ASCII_ALPHA
GAsciiType_G_ASCII_CNTRL
GAsciiType_G_ASCII_DIGIT
GAsciiType_G_ASCII_GRAPH
GAsciiType_G_ASCII_LOWER
GAsciiType_G_ASCII_PRINT
GAsciiType_G_ASCII_PUNCT
GAsciiType_G_ASCII_SPACE
GAsciiType_G_ASCII_UPPER
GAsciiType_G_ASCII_XDIGIT
GAskPasswordFlags_G_ASK_PASSWORD_ANONYMOUS_SUPPORTED
GAskPasswordFlags_G_ASK_PASSWORD_NEED_DOMAIN
GAskPasswordFlags_G_ASK_PASSWORD_NEED_PASSWORD
GAskPasswordFlags_G_ASK_PASSWORD_NEED_USERNAME
GAskPasswordFlags_G_ASK_PASSWORD_SAVING_SUPPORTED
GAskPasswordFlags_G_ASK_PASSWORD_TCRYPT
GBindingFlags_G_BINDING_BIDIRECTIONAL
GBindingFlags_G_BINDING_DEFAULT
GBindingFlags_G_BINDING_INVERT_BOOLEAN
GBindingFlags_G_BINDING_SYNC_CREATE
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_INVALID_URI
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_INVALID_VALUE
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_READ
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_UNKNOWN_ENCODING
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND
GBookmarkFileError_G_BOOKMARK_FILE_ERROR_WRITE
GBusNameOwnerFlags_G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT
GBusNameOwnerFlags_G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE
GBusNameOwnerFlags_G_BUS_NAME_OWNER_FLAGS_NONE
GBusNameOwnerFlags_G_BUS_NAME_OWNER_FLAGS_REPLACE
GBusNameWatcherFlags_G_BUS_NAME_WATCHER_FLAGS_AUTO_START
GBusNameWatcherFlags_G_BUS_NAME_WATCHER_FLAGS_NONE
GBusType_G_BUS_TYPE_NONE
GBusType_G_BUS_TYPE_SESSION
GBusType_G_BUS_TYPE_STARTER
GBusType_G_BUS_TYPE_SYSTEM
GChecksumType_G_CHECKSUM_MD5
GChecksumType_G_CHECKSUM_SHA1
GChecksumType_G_CHECKSUM_SHA256
GChecksumType_G_CHECKSUM_SHA384
GChecksumType_G_CHECKSUM_SHA512
GConnectFlags_G_CONNECT_AFTER
GConnectFlags_G_CONNECT_DEFAULT
GConnectFlags_G_CONNECT_SWAPPED
GConvertError_G_CONVERT_ERROR_BAD_URI
GConvertError_G_CONVERT_ERROR_EMBEDDED_NUL
GConvertError_G_CONVERT_ERROR_FAILED
GConvertError_G_CONVERT_ERROR_ILLEGAL_SEQUENCE
GConvertError_G_CONVERT_ERROR_NOT_ABSOLUTE_PATH
GConvertError_G_CONVERT_ERROR_NO_CONVERSION
GConvertError_G_CONVERT_ERROR_NO_MEMORY
GConvertError_G_CONVERT_ERROR_PARTIAL_INPUT
GConverterFlags_G_CONVERTER_FLUSH
GConverterFlags_G_CONVERTER_INPUT_AT_END
GConverterFlags_G_CONVERTER_NO_FLAGS
GConverterResult_G_CONVERTER_CONVERTED
GConverterResult_G_CONVERTER_ERROR
GConverterResult_G_CONVERTER_FINISHED
GConverterResult_G_CONVERTER_FLUSHED
GCredentialsType_G_CREDENTIALS_TYPE_APPLE_XUCRED
GCredentialsType_G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED
GCredentialsType_G_CREDENTIALS_TYPE_INVALID
GCredentialsType_G_CREDENTIALS_TYPE_LINUX_UCRED
GCredentialsType_G_CREDENTIALS_TYPE_NETBSD_UNPCBID
GCredentialsType_G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED
GCredentialsType_G_CREDENTIALS_TYPE_SOLARIS_UCRED
GCredentialsType_G_CREDENTIALS_TYPE_WIN32_PID
GDBusCallFlags_G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION
GDBusCallFlags_G_DBUS_CALL_FLAGS_NONE
GDBusCallFlags_G_DBUS_CALL_FLAGS_NO_AUTO_START
GDBusCapabilityFlags_G_DBUS_CAPABILITY_FLAGS_NONE
GDBusCapabilityFlags_G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_CLIENT
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_SERVER
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_CROSS_NAMESPACE
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_MESSAGE_BUS_CONNECTION
GDBusConnectionFlags_G_DBUS_CONNECTION_FLAGS_NONE
GDBusError_G_DBUS_ERROR_ACCESS_DENIED
GDBusError_G_DBUS_ERROR_ADDRESS_IN_USE
GDBusError_G_DBUS_ERROR_ADT_AUDIT_DATA_UNKNOWN
GDBusError_G_DBUS_ERROR_AUTH_FAILED
GDBusError_G_DBUS_ERROR_BAD_ADDRESS
GDBusError_G_DBUS_ERROR_DISCONNECTED
GDBusError_G_DBUS_ERROR_FAILED
GDBusError_G_DBUS_ERROR_FILE_EXISTS
GDBusError_G_DBUS_ERROR_FILE_NOT_FOUND
GDBusError_G_DBUS_ERROR_INVALID_ARGS
GDBusError_G_DBUS_ERROR_INVALID_FILE_CONTENT
GDBusError_G_DBUS_ERROR_INVALID_SIGNATURE
GDBusError_G_DBUS_ERROR_IO_ERROR
GDBusError_G_DBUS_ERROR_LIMITS_EXCEEDED
GDBusError_G_DBUS_ERROR_MATCH_RULE_INVALID
GDBusError_G_DBUS_ERROR_MATCH_RULE_NOT_FOUND
GDBusError_G_DBUS_ERROR_NAME_HAS_NO_OWNER
GDBusError_G_DBUS_ERROR_NOT_SUPPORTED
GDBusError_G_DBUS_ERROR_NO_MEMORY
GDBusError_G_DBUS_ERROR_NO_NETWORK
GDBusError_G_DBUS_ERROR_NO_REPLY
GDBusError_G_DBUS_ERROR_NO_SERVER
GDBusError_G_DBUS_ERROR_OBJECT_PATH_IN_USE
GDBusError_G_DBUS_ERROR_PROPERTY_READ_ONLY
GDBusError_G_DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN
GDBusError_G_DBUS_ERROR_SERVICE_UNKNOWN
GDBusError_G_DBUS_ERROR_SPAWN_CHILD_EXITED
GDBusError_G_DBUS_ERROR_SPAWN_CHILD_SIGNALED
GDBusError_G_DBUS_ERROR_SPAWN_CONFIG_INVALID
GDBusError_G_DBUS_ERROR_SPAWN_EXEC_FAILED
GDBusError_G_DBUS_ERROR_SPAWN_FAILED
GDBusError_G_DBUS_ERROR_SPAWN_FILE_INVALID
GDBusError_G_DBUS_ERROR_SPAWN_FORK_FAILED
GDBusError_G_DBUS_ERROR_SPAWN_NO_MEMORY
GDBusError_G_DBUS_ERROR_SPAWN_PERMISSIONS_INVALID
GDBusError_G_DBUS_ERROR_SPAWN_SERVICE_INVALID
GDBusError_G_DBUS_ERROR_SPAWN_SERVICE_NOT_FOUND
GDBusError_G_DBUS_ERROR_SPAWN_SETUP_FAILED
GDBusError_G_DBUS_ERROR_TIMED_OUT
GDBusError_G_DBUS_ERROR_TIMEOUT
GDBusError_G_DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN
GDBusError_G_DBUS_ERROR_UNKNOWN_INTERFACE
GDBusError_G_DBUS_ERROR_UNKNOWN_METHOD
GDBusError_G_DBUS_ERROR_UNKNOWN_OBJECT
GDBusError_G_DBUS_ERROR_UNKNOWN_PROPERTY
GDBusInterfaceSkeletonFlags_G_DBUS_INTERFACE_SKELETON_FLAGS_HANDLE_METHOD_INVOCATIONS_IN_THREAD
GDBusInterfaceSkeletonFlags_G_DBUS_INTERFACE_SKELETON_FLAGS_NONE
GDBusMessageByteOrder_G_DBUS_MESSAGE_BYTE_ORDER_BIG_ENDIAN
GDBusMessageByteOrder_G_DBUS_MESSAGE_BYTE_ORDER_LITTLE_ENDIAN
GDBusMessageFlags_G_DBUS_MESSAGE_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION
GDBusMessageFlags_G_DBUS_MESSAGE_FLAGS_NONE
GDBusMessageFlags_G_DBUS_MESSAGE_FLAGS_NO_AUTO_START
GDBusMessageFlags_G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_DESTINATION
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_ERROR_NAME
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_INTERFACE
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_INVALID
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_MEMBER
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_NUM_UNIX_FDS
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_PATH
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_REPLY_SERIAL
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_SENDER
GDBusMessageHeaderField_G_DBUS_MESSAGE_HEADER_FIELD_SIGNATURE
GDBusMessageType_G_DBUS_MESSAGE_TYPE_ERROR
GDBusMessageType_G_DBUS_MESSAGE_TYPE_INVALID
GDBusMessageType_G_DBUS_MESSAGE_TYPE_METHOD_CALL
GDBusMessageType_G_DBUS_MESSAGE_TYPE_METHOD_RETURN
GDBusMessageType_G_DBUS_MESSAGE_TYPE_SIGNAL
GDBusObjectManagerClientFlags_G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START
GDBusObjectManagerClientFlags_G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE
GDBusPropertyInfoFlags_G_DBUS_PROPERTY_INFO_FLAGS_NONE
GDBusPropertyInfoFlags_G_DBUS_PROPERTY_INFO_FLAGS_READABLE
GDBusPropertyInfoFlags_G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_NONE
GDBusProxyFlags_G_DBUS_PROXY_FLAGS_NO_MATCH_RULE
GDBusSendMessageFlags_G_DBUS_SEND_MESSAGE_FLAGS_NONE
GDBusSendMessageFlags_G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL
GDBusServerFlags_G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS
GDBusServerFlags_G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER
GDBusServerFlags_G_DBUS_SERVER_FLAGS_NONE
GDBusServerFlags_G_DBUS_SERVER_FLAGS_RUN_IN_THREAD
GDBusSignalFlags_G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE
GDBusSignalFlags_G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_PATH
GDBusSignalFlags_G_DBUS_SIGNAL_FLAGS_NONE
GDBusSignalFlags_G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE
GDBusSubtreeFlags_G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES
GDBusSubtreeFlags_G_DBUS_SUBTREE_FLAGS_NONE
GDataStreamByteOrder_G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN
GDataStreamByteOrder_G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN
GDataStreamByteOrder_G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN
GDataStreamNewlineType_G_DATA_STREAM_NEWLINE_TYPE_ANY
GDataStreamNewlineType_G_DATA_STREAM_NEWLINE_TYPE_CR
GDataStreamNewlineType_G_DATA_STREAM_NEWLINE_TYPE_CR_LF
GDataStreamNewlineType_G_DATA_STREAM_NEWLINE_TYPE_LF
GDateDMY_G_DATE_DAY
GDateDMY_G_DATE_MONTH
GDateDMY_G_DATE_YEAR
GDateMonth_G_DATE_APRIL
GDateMonth_G_DATE_AUGUST
GDateMonth_G_DATE_BAD_MONTH
GDateMonth_G_DATE_DECEMBER
GDateMonth_G_DATE_FEBRUARY
GDateMonth_G_DATE_JANUARY
GDateMonth_G_DATE_JULY
GDateMonth_G_DATE_JUNE
GDateMonth_G_DATE_MARCH
GDateMonth_G_DATE_MAY
GDateMonth_G_DATE_NOVEMBER
GDateMonth_G_DATE_OCTOBER
GDateMonth_G_DATE_SEPTEMBER
GDateWeekday_G_DATE_BAD_WEEKDAY
GDateWeekday_G_DATE_FRIDAY
GDateWeekday_G_DATE_MONDAY
GDateWeekday_G_DATE_SATURDAY
GDateWeekday_G_DATE_SUNDAY
GDateWeekday_G_DATE_THURSDAY
GDateWeekday_G_DATE_TUESDAY
GDateWeekday_G_DATE_WEDNESDAY
GDriveStartFlags_G_DRIVE_START_NONE
GDriveStartStopType_G_DRIVE_START_STOP_TYPE_MULTIDISK
GDriveStartStopType_G_DRIVE_START_STOP_TYPE_NETWORK
GDriveStartStopType_G_DRIVE_START_STOP_TYPE_PASSWORD
GDriveStartStopType_G_DRIVE_START_STOP_TYPE_SHUTDOWN
GDriveStartStopType_G_DRIVE_START_STOP_TYPE_UNKNOWN
GEmblemOrigin_G_EMBLEM_ORIGIN_DEVICE
GEmblemOrigin_G_EMBLEM_ORIGIN_LIVEMETADATA
GEmblemOrigin_G_EMBLEM_ORIGIN_TAG
GEmblemOrigin_G_EMBLEM_ORIGIN_UNKNOWN
GErrorType_G_ERR_DIGIT_RADIX
GErrorType_G_ERR_FLOAT_MALFORMED
GErrorType_G_ERR_FLOAT_RADIX
GErrorType_G_ERR_NON_DIGIT_IN_CONST
GErrorType_G_ERR_UNEXP_EOF
GErrorType_G_ERR_UNEXP_EOF_IN_COMMENT
GErrorType_G_ERR_UNEXP_EOF_IN_STRING
GErrorType_G_ERR_UNKNOWN
GFileAttributeInfoFlags_G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED
GFileAttributeInfoFlags_G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE
GFileAttributeInfoFlags_G_FILE_ATTRIBUTE_INFO_NONE
GFileAttributeStatus_G_FILE_ATTRIBUTE_STATUS_ERROR_SETTING
GFileAttributeStatus_G_FILE_ATTRIBUTE_STATUS_SET
GFileAttributeStatus_G_FILE_ATTRIBUTE_STATUS_UNSET
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_BOOLEAN
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_BYTE_STRING
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_INT32
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_INT64
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_INVALID
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_OBJECT
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_STRING
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_STRINGV
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_UINT32
GFileAttributeType_G_FILE_ATTRIBUTE_TYPE_UINT64
GFileCopyFlags_G_FILE_COPY_ALL_METADATA
GFileCopyFlags_G_FILE_COPY_BACKUP
GFileCopyFlags_G_FILE_COPY_NOFOLLOW_SYMLINKS
GFileCopyFlags_G_FILE_COPY_NONE
GFileCopyFlags_G_FILE_COPY_NO_FALLBACK_FOR_MOVE
GFileCopyFlags_G_FILE_COPY_OVERWRITE
GFileCopyFlags_G_FILE_COPY_TARGET_DEFAULT_PERMS
GFileCreateFlags_G_FILE_CREATE_NONE
GFileCreateFlags_G_FILE_CREATE_PRIVATE
GFileCreateFlags_G_FILE_CREATE_REPLACE_DESTINATION
GFileError_G_FILE_ERROR_ACCES
GFileError_G_FILE_ERROR_AGAIN
GFileError_G_FILE_ERROR_BADF
GFileError_G_FILE_ERROR_EXIST
GFileError_G_FILE_ERROR_FAILED
GFileError_G_FILE_ERROR_FAULT
GFileError_G_FILE_ERROR_INTR
GFileError_G_FILE_ERROR_INVAL
GFileError_G_FILE_ERROR_IO
GFileError_G_FILE_ERROR_ISDIR
GFileError_G_FILE_ERROR_LOOP
GFileError_G_FILE_ERROR_MFILE
GFileError_G_FILE_ERROR_NAMETOOLONG
GFileError_G_FILE_ERROR_NFILE
GFileError_G_FILE_ERROR_NODEV
GFileError_G_FILE_ERROR_NOENT
GFileError_G_FILE_ERROR_NOMEM
GFileError_G_FILE_ERROR_NOSPC
GFileError_G_FILE_ERROR_NOSYS
GFileError_G_FILE_ERROR_NOTDIR
GFileError_G_FILE_ERROR_NXIO
GFileError_G_FILE_ERROR_PERM
GFileError_G_FILE_ERROR_PIPE
GFileError_G_FILE_ERROR_ROFS
GFileError_G_FILE_ERROR_TXTBSY
GFileMeasureFlags_G_FILE_MEASURE_APPARENT_SIZE
GFileMeasureFlags_G_FILE_MEASURE_NONE
GFileMeasureFlags_G_FILE_MEASURE_NO_XDEV
GFileMeasureFlags_G_FILE_MEASURE_REPORT_ANY_ERROR
GFileMonitorEvent_G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED
GFileMonitorEvent_G_FILE_MONITOR_EVENT_CHANGED
GFileMonitorEvent_G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT
GFileMonitorEvent_G_FILE_MONITOR_EVENT_CREATED
GFileMonitorEvent_G_FILE_MONITOR_EVENT_DELETED
GFileMonitorEvent_G_FILE_MONITOR_EVENT_MOVED
GFileMonitorEvent_G_FILE_MONITOR_EVENT_MOVED_IN
GFileMonitorEvent_G_FILE_MONITOR_EVENT_MOVED_OUT
GFileMonitorEvent_G_FILE_MONITOR_EVENT_PRE_UNMOUNT
GFileMonitorEvent_G_FILE_MONITOR_EVENT_RENAMED
GFileMonitorEvent_G_FILE_MONITOR_EVENT_UNMOUNTED
GFileMonitorFlags_G_FILE_MONITOR_NONE
GFileMonitorFlags_G_FILE_MONITOR_SEND_MOVED
GFileMonitorFlags_G_FILE_MONITOR_WATCH_HARD_LINKS
GFileMonitorFlags_G_FILE_MONITOR_WATCH_MOUNTS
GFileMonitorFlags_G_FILE_MONITOR_WATCH_MOVES
GFileQueryInfoFlags_G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS
GFileQueryInfoFlags_G_FILE_QUERY_INFO_NONE
GFileSetContentsFlags_G_FILE_SET_CONTENTS_CONSISTENT
GFileSetContentsFlags_G_FILE_SET_CONTENTS_DURABLE
GFileSetContentsFlags_G_FILE_SET_CONTENTS_NONE
GFileSetContentsFlags_G_FILE_SET_CONTENTS_ONLY_EXISTING
GFileTest_G_FILE_TEST_EXISTS
GFileTest_G_FILE_TEST_IS_DIR
GFileTest_G_FILE_TEST_IS_EXECUTABLE
GFileTest_G_FILE_TEST_IS_REGULAR
GFileTest_G_FILE_TEST_IS_SYMLINK
GFileType_G_FILE_TYPE_DIRECTORY
GFileType_G_FILE_TYPE_MOUNTABLE
GFileType_G_FILE_TYPE_REGULAR
GFileType_G_FILE_TYPE_SHORTCUT
GFileType_G_FILE_TYPE_SPECIAL
GFileType_G_FILE_TYPE_SYMBOLIC_LINK
GFileType_G_FILE_TYPE_UNKNOWN
GFilesystemPreviewType_G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS
GFilesystemPreviewType_G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL
GFilesystemPreviewType_G_FILESYSTEM_PREVIEW_TYPE_NEVER
GFormatSizeFlags_G_FORMAT_SIZE_BITS
GFormatSizeFlags_G_FORMAT_SIZE_DEFAULT
GFormatSizeFlags_G_FORMAT_SIZE_IEC_UNITS
GFormatSizeFlags_G_FORMAT_SIZE_LONG_FORMAT
GFormatSizeFlags_G_FORMAT_SIZE_ONLY_UNIT
GFormatSizeFlags_G_FORMAT_SIZE_ONLY_VALUE
GHookFlagMask_G_HOOK_FLAG_ACTIVE
GHookFlagMask_G_HOOK_FLAG_IN_CALL
GHookFlagMask_G_HOOK_FLAG_MASK
GID_MAX
GIOChannelError_G_IO_CHANNEL_ERROR_FAILED
GIOChannelError_G_IO_CHANNEL_ERROR_FBIG
GIOChannelError_G_IO_CHANNEL_ERROR_INVAL
GIOChannelError_G_IO_CHANNEL_ERROR_IO
GIOChannelError_G_IO_CHANNEL_ERROR_ISDIR
GIOChannelError_G_IO_CHANNEL_ERROR_NOSPC
GIOChannelError_G_IO_CHANNEL_ERROR_NXIO
GIOChannelError_G_IO_CHANNEL_ERROR_OVERFLOW
GIOChannelError_G_IO_CHANNEL_ERROR_PIPE
GIOCondition_G_IO_ERR
GIOCondition_G_IO_HUP
GIOCondition_G_IO_IN
GIOCondition_G_IO_NVAL
GIOCondition_G_IO_OUT
GIOCondition_G_IO_PRI
GIOErrorEnum_G_IO_ERROR_ADDRESS_IN_USE
GIOErrorEnum_G_IO_ERROR_ALREADY_MOUNTED
GIOErrorEnum_G_IO_ERROR_BROKEN_PIPE
GIOErrorEnum_G_IO_ERROR_BUSY
GIOErrorEnum_G_IO_ERROR_CANCELLED
GIOErrorEnum_G_IO_ERROR_CANT_CREATE_BACKUP
GIOErrorEnum_G_IO_ERROR_CLOSED
GIOErrorEnum_G_IO_ERROR_CONNECTION_CLOSED
GIOErrorEnum_G_IO_ERROR_CONNECTION_REFUSED
GIOErrorEnum_G_IO_ERROR_DBUS_ERROR
GIOErrorEnum_G_IO_ERROR_EXISTS
GIOErrorEnum_G_IO_ERROR_FAILED
GIOErrorEnum_G_IO_ERROR_FAILED_HANDLED
GIOErrorEnum_G_IO_ERROR_FILENAME_TOO_LONG
GIOErrorEnum_G_IO_ERROR_HOST_NOT_FOUND
GIOErrorEnum_G_IO_ERROR_HOST_UNREACHABLE
GIOErrorEnum_G_IO_ERROR_INVALID_ARGUMENT
GIOErrorEnum_G_IO_ERROR_INVALID_DATA
GIOErrorEnum_G_IO_ERROR_INVALID_FILENAME
GIOErrorEnum_G_IO_ERROR_IS_DIRECTORY
GIOErrorEnum_G_IO_ERROR_MESSAGE_TOO_LARGE
GIOErrorEnum_G_IO_ERROR_NETWORK_UNREACHABLE
GIOErrorEnum_G_IO_ERROR_NOT_CONNECTED
GIOErrorEnum_G_IO_ERROR_NOT_DIRECTORY
GIOErrorEnum_G_IO_ERROR_NOT_EMPTY
GIOErrorEnum_G_IO_ERROR_NOT_FOUND
GIOErrorEnum_G_IO_ERROR_NOT_INITIALIZED
GIOErrorEnum_G_IO_ERROR_NOT_MOUNTABLE_FILE
GIOErrorEnum_G_IO_ERROR_NOT_MOUNTED
GIOErrorEnum_G_IO_ERROR_NOT_REGULAR_FILE
GIOErrorEnum_G_IO_ERROR_NOT_SUPPORTED
GIOErrorEnum_G_IO_ERROR_NOT_SYMBOLIC_LINK
GIOErrorEnum_G_IO_ERROR_NO_SPACE
GIOErrorEnum_G_IO_ERROR_NO_SUCH_DEVICE
GIOErrorEnum_G_IO_ERROR_PARTIAL_INPUT
GIOErrorEnum_G_IO_ERROR_PENDING
GIOErrorEnum_G_IO_ERROR_PERMISSION_DENIED
GIOErrorEnum_G_IO_ERROR_PROXY_AUTH_FAILED
GIOErrorEnum_G_IO_ERROR_PROXY_FAILED
GIOErrorEnum_G_IO_ERROR_PROXY_NEED_AUTH
GIOErrorEnum_G_IO_ERROR_PROXY_NOT_ALLOWED
GIOErrorEnum_G_IO_ERROR_READ_ONLY
GIOErrorEnum_G_IO_ERROR_TIMED_OUT
GIOErrorEnum_G_IO_ERROR_TOO_MANY_LINKS
GIOErrorEnum_G_IO_ERROR_TOO_MANY_OPEN_FILES
GIOErrorEnum_G_IO_ERROR_WOULD_BLOCK
GIOErrorEnum_G_IO_ERROR_WOULD_MERGE
GIOErrorEnum_G_IO_ERROR_WOULD_RECURSE
GIOErrorEnum_G_IO_ERROR_WRONG_ETAG
GIOError_G_IO_ERROR_AGAIN
GIOError_G_IO_ERROR_INVAL
GIOError_G_IO_ERROR_NONE
GIOError_G_IO_ERROR_UNKNOWN
GIOFlags_G_IO_FLAG_APPEND
GIOFlags_G_IO_FLAG_GET_MASK
GIOFlags_G_IO_FLAG_IS_READABLE
GIOFlags_G_IO_FLAG_IS_SEEKABLE
GIOFlags_G_IO_FLAG_IS_WRITABLE
GIOFlags_G_IO_FLAG_IS_WRITEABLE
GIOFlags_G_IO_FLAG_MASK
GIOFlags_G_IO_FLAG_NONBLOCK
GIOFlags_G_IO_FLAG_NONE
GIOFlags_G_IO_FLAG_SET_MASK
GIOModuleScopeFlags_G_IO_MODULE_SCOPE_BLOCK_DUPLICATES
GIOModuleScopeFlags_G_IO_MODULE_SCOPE_NONE
GIOStatus_G_IO_STATUS_AGAIN
GIOStatus_G_IO_STATUS_EOF
GIOStatus_G_IO_STATUS_ERROR
GIOStatus_G_IO_STATUS_NORMAL
GIOStreamSpliceFlags_G_IO_STREAM_SPLICE_CLOSE_STREAM1
GIOStreamSpliceFlags_G_IO_STREAM_SPLICE_CLOSE_STREAM2
GIOStreamSpliceFlags_G_IO_STREAM_SPLICE_NONE
GIOStreamSpliceFlags_G_IO_STREAM_SPLICE_WAIT_FOR_BOTH
GKeyFileError_G_KEY_FILE_ERROR_GROUP_NOT_FOUND
GKeyFileError_G_KEY_FILE_ERROR_INVALID_VALUE
GKeyFileError_G_KEY_FILE_ERROR_KEY_NOT_FOUND
GKeyFileError_G_KEY_FILE_ERROR_NOT_FOUND
GKeyFileError_G_KEY_FILE_ERROR_PARSE
GKeyFileError_G_KEY_FILE_ERROR_UNKNOWN_ENCODING
GKeyFileFlags_G_KEY_FILE_KEEP_COMMENTS
GKeyFileFlags_G_KEY_FILE_KEEP_TRANSLATIONS
GKeyFileFlags_G_KEY_FILE_NONE
GLIB_MAJOR_VERSION
GLIB_MICRO_VERSION
GLIB_MINOR_VERSION
GLIB_SIZEOF_LONG
GLIB_SIZEOF_SIZE_T
GLIB_SIZEOF_SSIZE_T
GLIB_SIZEOF_VOID_P
GLIB_SYSDEF_AF_INET
GLIB_SYSDEF_AF_INET6
GLIB_SYSDEF_AF_UNIX
GLIB_SYSDEF_MSG_DONTROUTE
GLIB_SYSDEF_MSG_OOB
GLIB_SYSDEF_MSG_PEEK
GLogLevelFlags_G_LOG_FLAG_FATAL
GLogLevelFlags_G_LOG_FLAG_RECURSION
GLogLevelFlags_G_LOG_LEVEL_CRITICAL
GLogLevelFlags_G_LOG_LEVEL_DEBUG
GLogLevelFlags_G_LOG_LEVEL_ERROR
GLogLevelFlags_G_LOG_LEVEL_INFO
GLogLevelFlags_G_LOG_LEVEL_MASK
GLogLevelFlags_G_LOG_LEVEL_MESSAGE
GLogLevelFlags_G_LOG_LEVEL_WARNING
GLogWriterOutput_G_LOG_WRITER_HANDLED
GLogWriterOutput_G_LOG_WRITER_UNHANDLED
GMainContextFlags_G_MAIN_CONTEXT_FLAGS_NONE
GMainContextFlags_G_MAIN_CONTEXT_FLAGS_OWNERLESS_POLLING
GMarkupCollectType_G_MARKUP_COLLECT_BOOLEAN
GMarkupCollectType_G_MARKUP_COLLECT_INVALID
GMarkupCollectType_G_MARKUP_COLLECT_OPTIONAL
GMarkupCollectType_G_MARKUP_COLLECT_STRDUP
GMarkupCollectType_G_MARKUP_COLLECT_STRING
GMarkupCollectType_G_MARKUP_COLLECT_TRISTATE
GMarkupError_G_MARKUP_ERROR_BAD_UTF8
GMarkupError_G_MARKUP_ERROR_EMPTY
GMarkupError_G_MARKUP_ERROR_INVALID_CONTENT
GMarkupError_G_MARKUP_ERROR_MISSING_ATTRIBUTE
GMarkupError_G_MARKUP_ERROR_PARSE
GMarkupError_G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE
GMarkupError_G_MARKUP_ERROR_UNKNOWN_ELEMENT
GMarkupParseFlags_G_MARKUP_DEFAULT_FLAGS
GMarkupParseFlags_G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG
GMarkupParseFlags_G_MARKUP_IGNORE_QUALIFIED
GMarkupParseFlags_G_MARKUP_PREFIX_ERROR_POSITION
GMarkupParseFlags_G_MARKUP_TREAT_CDATA_AS_TEXT
GMemoryMonitorWarningLevel_G_MEMORY_MONITOR_WARNING_LEVEL_CRITICAL
GMemoryMonitorWarningLevel_G_MEMORY_MONITOR_WARNING_LEVEL_LOW
GMemoryMonitorWarningLevel_G_MEMORY_MONITOR_WARNING_LEVEL_MEDIUM
GModuleError_G_MODULE_ERROR_CHECK_FAILED
GModuleError_G_MODULE_ERROR_FAILED
GModuleFlags_G_MODULE_BIND_LAZY
GModuleFlags_G_MODULE_BIND_LOCAL
GModuleFlags_G_MODULE_BIND_MASK
GMountMountFlags_G_MOUNT_MOUNT_NONE
GMountOperationResult_G_MOUNT_OPERATION_ABORTED
GMountOperationResult_G_MOUNT_OPERATION_HANDLED
GMountOperationResult_G_MOUNT_OPERATION_UNHANDLED
GMountUnmountFlags_G_MOUNT_UNMOUNT_FORCE
GMountUnmountFlags_G_MOUNT_UNMOUNT_NONE
GNetworkConnectivity_G_NETWORK_CONNECTIVITY_FULL
GNetworkConnectivity_G_NETWORK_CONNECTIVITY_LIMITED
GNetworkConnectivity_G_NETWORK_CONNECTIVITY_LOCAL
GNetworkConnectivity_G_NETWORK_CONNECTIVITY_PORTAL
GNormalizeMode_G_NORMALIZE_ALL
GNormalizeMode_G_NORMALIZE_ALL_COMPOSE
GNormalizeMode_G_NORMALIZE_DEFAULT
GNormalizeMode_G_NORMALIZE_DEFAULT_COMPOSE
GNormalizeMode_G_NORMALIZE_NFC
GNormalizeMode_G_NORMALIZE_NFD
GNormalizeMode_G_NORMALIZE_NFKC
GNormalizeMode_G_NORMALIZE_NFKD
GNotificationPriority_G_NOTIFICATION_PRIORITY_HIGH
GNotificationPriority_G_NOTIFICATION_PRIORITY_LOW
GNotificationPriority_G_NOTIFICATION_PRIORITY_NORMAL
GNotificationPriority_G_NOTIFICATION_PRIORITY_URGENT
GNumberParserError_G_NUMBER_PARSER_ERROR_INVALID
GNumberParserError_G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS
GOnceStatus_G_ONCE_STATUS_NOTCALLED
GOnceStatus_G_ONCE_STATUS_PROGRESS
GOnceStatus_G_ONCE_STATUS_READY
GOptionArg_G_OPTION_ARG_CALLBACK
GOptionArg_G_OPTION_ARG_DOUBLE
GOptionArg_G_OPTION_ARG_FILENAME
GOptionArg_G_OPTION_ARG_FILENAME_ARRAY
GOptionArg_G_OPTION_ARG_INT
GOptionArg_G_OPTION_ARG_INT64
GOptionArg_G_OPTION_ARG_NONE
GOptionArg_G_OPTION_ARG_STRING
GOptionArg_G_OPTION_ARG_STRING_ARRAY
GOptionError_G_OPTION_ERROR_BAD_VALUE
GOptionError_G_OPTION_ERROR_FAILED
GOptionError_G_OPTION_ERROR_UNKNOWN_OPTION
GOptionFlags_G_OPTION_FLAG_FILENAME
GOptionFlags_G_OPTION_FLAG_HIDDEN
GOptionFlags_G_OPTION_FLAG_IN_MAIN
GOptionFlags_G_OPTION_FLAG_NOALIAS
GOptionFlags_G_OPTION_FLAG_NONE
GOptionFlags_G_OPTION_FLAG_NO_ARG
GOptionFlags_G_OPTION_FLAG_OPTIONAL_ARG
GOptionFlags_G_OPTION_FLAG_REVERSE
GOutputStreamSpliceFlags_G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE
GOutputStreamSpliceFlags_G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET
GOutputStreamSpliceFlags_G_OUTPUT_STREAM_SPLICE_NONE
GParamFlags_G_PARAM_CONSTRUCT
GParamFlags_G_PARAM_CONSTRUCT_ONLY
GParamFlags_G_PARAM_DEPRECATED
GParamFlags_G_PARAM_EXPLICIT_NOTIFY
GParamFlags_G_PARAM_LAX_VALIDATION
GParamFlags_G_PARAM_PRIVATE
GParamFlags_G_PARAM_READABLE
GParamFlags_G_PARAM_READWRITE
GParamFlags_G_PARAM_STATIC_BLURB
GParamFlags_G_PARAM_STATIC_NAME
GParamFlags_G_PARAM_STATIC_NICK
GParamFlags_G_PARAM_WRITABLE
GPasswordSave_G_PASSWORD_SAVE_FOR_SESSION
GPasswordSave_G_PASSWORD_SAVE_NEVER
GPasswordSave_G_PASSWORD_SAVE_PERMANENTLY
GPollableReturn_G_POLLABLE_RETURN_FAILED
GPollableReturn_G_POLLABLE_RETURN_OK
GPollableReturn_G_POLLABLE_RETURN_WOULD_BLOCK
GRegexCompileFlags_G_REGEX_ANCHORED
GRegexCompileFlags_G_REGEX_BSR_ANYCRLF
GRegexCompileFlags_G_REGEX_CASELESS
GRegexCompileFlags_G_REGEX_DEFAULT
GRegexCompileFlags_G_REGEX_DOLLAR_ENDONLY
GRegexCompileFlags_G_REGEX_DOTALL
GRegexCompileFlags_G_REGEX_DUPNAMES
GRegexCompileFlags_G_REGEX_EXTENDED
GRegexCompileFlags_G_REGEX_FIRSTLINE
GRegexCompileFlags_G_REGEX_JAVASCRIPT_COMPAT
GRegexCompileFlags_G_REGEX_MULTILINE
GRegexCompileFlags_G_REGEX_NEWLINE_ANYCRLF
GRegexCompileFlags_G_REGEX_NEWLINE_CR
GRegexCompileFlags_G_REGEX_NEWLINE_CRLF
GRegexCompileFlags_G_REGEX_NEWLINE_LF
GRegexCompileFlags_G_REGEX_NO_AUTO_CAPTURE
GRegexCompileFlags_G_REGEX_OPTIMIZE
GRegexCompileFlags_G_REGEX_RAW
GRegexCompileFlags_G_REGEX_UNGREEDY
GRegexError_G_REGEX_ERROR_ASSERTION_EXPECTED
GRegexError_G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN
GRegexError_G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED
GRegexError_G_REGEX_ERROR_CHARACTER_VALUE_TOO_LARGE
GRegexError_G_REGEX_ERROR_COMPILE
GRegexError_G_REGEX_ERROR_DEFINE_REPETION
GRegexError_G_REGEX_ERROR_DUPLICATE_SUBPATTERN_NAME
GRegexError_G_REGEX_ERROR_EXPRESSION_TOO_LARGE
GRegexError_G_REGEX_ERROR_EXTRA_SUBPATTERN_NAME
GRegexError_G_REGEX_ERROR_HEX_CODE_TOO_LARGE
GRegexError_G_REGEX_ERROR_INCONSISTENT_NEWLINE_OPTIONS
GRegexError_G_REGEX_ERROR_INEXISTENT_SUBPATTERN_REFERENCE
GRegexError_G_REGEX_ERROR_INFINITE_LOOP
GRegexError_G_REGEX_ERROR_INTERNAL
GRegexError_G_REGEX_ERROR_INVALID_CONDITION
GRegexError_G_REGEX_ERROR_INVALID_CONTROL_CHAR
GRegexError_G_REGEX_ERROR_INVALID_DATA_CHARACTER
GRegexError_G_REGEX_ERROR_INVALID_ESCAPE_IN_CHARACTER_CLASS
GRegexError_G_REGEX_ERROR_INVALID_OCTAL_VALUE
GRegexError_G_REGEX_ERROR_INVALID_RELATIVE_REFERENCE
GRegexError_G_REGEX_ERROR_MALFORMED_CONDITION
GRegexError_G_REGEX_ERROR_MALFORMED_PROPERTY
GRegexError_G_REGEX_ERROR_MATCH
GRegexError_G_REGEX_ERROR_MEMORY_ERROR
GRegexError_G_REGEX_ERROR_MISSING_BACK_REFERENCE
GRegexError_G_REGEX_ERROR_MISSING_CONTROL_CHAR
GRegexError_G_REGEX_ERROR_MISSING_DIGIT
GRegexError_G_REGEX_ERROR_MISSING_NAME
GRegexError_G_REGEX_ERROR_MISSING_SUBPATTERN_NAME
GRegexError_G_REGEX_ERROR_MISSING_SUBPATTERN_NAME_TERMINATOR
GRegexError_G_REGEX_ERROR_NAME_TOO_LONG
GRegexError_G_REGEX_ERROR_NOTHING_TO_REPEAT
GRegexError_G_REGEX_ERROR_NOT_SUPPORTED_IN_CLASS
GRegexError_G_REGEX_ERROR_NUMBER_TOO_BIG
GRegexError_G_REGEX_ERROR_OPTIMIZE
GRegexError_G_REGEX_ERROR_POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED
GRegexError_G_REGEX_ERROR_POSIX_NAMED_CLASS_OUTSIDE_CLASS
GRegexError_G_REGEX_ERROR_QUANTIFIERS_OUT_OF_ORDER
GRegexError_G_REGEX_ERROR_QUANTIFIER_TOO_BIG
GRegexError_G_REGEX_ERROR_RANGE_OUT_OF_ORDER
GRegexError_G_REGEX_ERROR_REPLACE
GRegexError_G_REGEX_ERROR_SINGLE_BYTE_MATCH_IN_LOOKBEHIND
GRegexError_G_REGEX_ERROR_STRAY_BACKSLASH
GRegexError_G_REGEX_ERROR_SUBPATTERN_NAME_TOO_LONG
GRegexError_G_REGEX_ERROR_TOO_MANY_BRANCHES_IN_DEFINE
GRegexError_G_REGEX_ERROR_TOO_MANY_CONDITIONAL_BRANCHES
GRegexError_G_REGEX_ERROR_TOO_MANY_FORWARD_REFERENCES
GRegexError_G_REGEX_ERROR_TOO_MANY_SUBPATTERNS
GRegexError_G_REGEX_ERROR_UNKNOWN_BACKTRACKING_CONTROL_VERB
GRegexError_G_REGEX_ERROR_UNKNOWN_POSIX_CLASS_NAME
GRegexError_G_REGEX_ERROR_UNKNOWN_PROPERTY
GRegexError_G_REGEX_ERROR_UNMATCHED_PARENTHESIS
GRegexError_G_REGEX_ERROR_UNRECOGNIZED_CHARACTER
GRegexError_G_REGEX_ERROR_UNRECOGNIZED_ESCAPE
GRegexError_G_REGEX_ERROR_UNTERMINATED_CHARACTER_CLASS
GRegexError_G_REGEX_ERROR_UNTERMINATED_COMMENT
GRegexError_G_REGEX_ERROR_VARIABLE_LENGTH_LOOKBEHIND
GRegexMatchFlags_G_REGEX_MATCH_ANCHORED
GRegexMatchFlags_G_REGEX_MATCH_BSR_ANY
GRegexMatchFlags_G_REGEX_MATCH_BSR_ANYCRLF
GRegexMatchFlags_G_REGEX_MATCH_DEFAULT
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_ANY
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_ANYCRLF
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_CR
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_CRLF
GRegexMatchFlags_G_REGEX_MATCH_NEWLINE_LF
GRegexMatchFlags_G_REGEX_MATCH_NOTBOL
GRegexMatchFlags_G_REGEX_MATCH_NOTEMPTY
GRegexMatchFlags_G_REGEX_MATCH_NOTEMPTY_ATSTART
GRegexMatchFlags_G_REGEX_MATCH_NOTEOL
GRegexMatchFlags_G_REGEX_MATCH_PARTIAL
GRegexMatchFlags_G_REGEX_MATCH_PARTIAL_HARD
GRegexMatchFlags_G_REGEX_MATCH_PARTIAL_SOFT
GResolverError_G_RESOLVER_ERROR_INTERNAL
GResolverError_G_RESOLVER_ERROR_NOT_FOUND
GResolverError_G_RESOLVER_ERROR_TEMPORARY_FAILURE
GResolverNameLookupFlags_G_RESOLVER_NAME_LOOKUP_FLAGS_DEFAULT
GResolverNameLookupFlags_G_RESOLVER_NAME_LOOKUP_FLAGS_IPV4_ONLY
GResolverNameLookupFlags_G_RESOLVER_NAME_LOOKUP_FLAGS_IPV6_ONLY
GResolverRecordType_G_RESOLVER_RECORD_MX
GResolverRecordType_G_RESOLVER_RECORD_NS
GResolverRecordType_G_RESOLVER_RECORD_SOA
GResolverRecordType_G_RESOLVER_RECORD_SRV
GResolverRecordType_G_RESOLVER_RECORD_TXT
GResourceError_G_RESOURCE_ERROR_INTERNAL
GResourceError_G_RESOURCE_ERROR_NOT_FOUND
GResourceFlags_G_RESOURCE_FLAGS_COMPRESSED
GResourceFlags_G_RESOURCE_FLAGS_NONE
GResourceLookupFlags_G_RESOURCE_LOOKUP_FLAGS_NONE
GSeekType_G_SEEK_CUR
GSeekType_G_SEEK_END
GSeekType_G_SEEK_SET
GSettingsBindFlags_G_SETTINGS_BIND_DEFAULT
GSettingsBindFlags_G_SETTINGS_BIND_GET
GSettingsBindFlags_G_SETTINGS_BIND_GET_NO_CHANGES
GSettingsBindFlags_G_SETTINGS_BIND_INVERT_BOOLEAN
GSettingsBindFlags_G_SETTINGS_BIND_NO_SENSITIVITY
GSettingsBindFlags_G_SETTINGS_BIND_SET
GShellError_G_SHELL_ERROR_BAD_QUOTING
GShellError_G_SHELL_ERROR_EMPTY_STRING
GShellError_G_SHELL_ERROR_FAILED
GSignalFlags_G_SIGNAL_ACCUMULATOR_FIRST_RUN
GSignalFlags_G_SIGNAL_ACTION
GSignalFlags_G_SIGNAL_DEPRECATED
GSignalFlags_G_SIGNAL_DETAILED
GSignalFlags_G_SIGNAL_MUST_COLLECT
GSignalFlags_G_SIGNAL_NO_HOOKS
GSignalFlags_G_SIGNAL_NO_RECURSE
GSignalFlags_G_SIGNAL_RUN_CLEANUP
GSignalFlags_G_SIGNAL_RUN_FIRST
GSignalFlags_G_SIGNAL_RUN_LAST
GSignalMatchType_G_SIGNAL_MATCH_CLOSURE
GSignalMatchType_G_SIGNAL_MATCH_DATA
GSignalMatchType_G_SIGNAL_MATCH_DETAIL
GSignalMatchType_G_SIGNAL_MATCH_FUNC
GSignalMatchType_G_SIGNAL_MATCH_ID
GSignalMatchType_G_SIGNAL_MATCH_UNBLOCKED
GSliceConfig_G_SLICE_CONFIG_ALWAYS_MALLOC
GSliceConfig_G_SLICE_CONFIG_BYPASS_MAGAZINES
GSliceConfig_G_SLICE_CONFIG_CHUNK_SIZES
GSliceConfig_G_SLICE_CONFIG_COLOR_INCREMENT
GSliceConfig_G_SLICE_CONFIG_CONTENTION_COUNTER
GSliceConfig_G_SLICE_CONFIG_WORKING_SET_MSECS
GSocketClientEvent_G_SOCKET_CLIENT_COMPLETE
GSocketClientEvent_G_SOCKET_CLIENT_CONNECTED
GSocketClientEvent_G_SOCKET_CLIENT_CONNECTING
GSocketClientEvent_G_SOCKET_CLIENT_PROXY_NEGOTIATED
GSocketClientEvent_G_SOCKET_CLIENT_PROXY_NEGOTIATING
GSocketClientEvent_G_SOCKET_CLIENT_RESOLVED
GSocketClientEvent_G_SOCKET_CLIENT_RESOLVING
GSocketClientEvent_G_SOCKET_CLIENT_TLS_HANDSHAKED
GSocketClientEvent_G_SOCKET_CLIENT_TLS_HANDSHAKING
GSocketFamily_G_SOCKET_FAMILY_INVALID
GSocketFamily_G_SOCKET_FAMILY_IPV4
GSocketFamily_G_SOCKET_FAMILY_IPV6
GSocketFamily_G_SOCKET_FAMILY_UNIX
GSocketListenerEvent_G_SOCKET_LISTENER_BINDING
GSocketListenerEvent_G_SOCKET_LISTENER_BOUND
GSocketListenerEvent_G_SOCKET_LISTENER_LISTENED
GSocketListenerEvent_G_SOCKET_LISTENER_LISTENING
GSocketMsgFlags_G_SOCKET_MSG_DONTROUTE
GSocketMsgFlags_G_SOCKET_MSG_NONE
GSocketMsgFlags_G_SOCKET_MSG_OOB
GSocketMsgFlags_G_SOCKET_MSG_PEEK
GSocketProtocol_G_SOCKET_PROTOCOL_DEFAULT
GSocketProtocol_G_SOCKET_PROTOCOL_SCTP
GSocketProtocol_G_SOCKET_PROTOCOL_TCP
GSocketProtocol_G_SOCKET_PROTOCOL_UDP
GSocketProtocol_G_SOCKET_PROTOCOL_UNKNOWN
GSocketType_G_SOCKET_TYPE_DATAGRAM
GSocketType_G_SOCKET_TYPE_INVALID
GSocketType_G_SOCKET_TYPE_SEQPACKET
GSocketType_G_SOCKET_TYPE_STREAM
GSpawnError_G_SPAWN_ERROR_2BIG
GSpawnError_G_SPAWN_ERROR_ACCES
GSpawnError_G_SPAWN_ERROR_CHDIR
GSpawnError_G_SPAWN_ERROR_FAILED
GSpawnError_G_SPAWN_ERROR_FORK
GSpawnError_G_SPAWN_ERROR_INVAL
GSpawnError_G_SPAWN_ERROR_IO
GSpawnError_G_SPAWN_ERROR_ISDIR
GSpawnError_G_SPAWN_ERROR_LIBBAD
GSpawnError_G_SPAWN_ERROR_LOOP
GSpawnError_G_SPAWN_ERROR_MFILE
GSpawnError_G_SPAWN_ERROR_NAMETOOLONG
GSpawnError_G_SPAWN_ERROR_NFILE
GSpawnError_G_SPAWN_ERROR_NOENT
GSpawnError_G_SPAWN_ERROR_NOEXEC
GSpawnError_G_SPAWN_ERROR_NOMEM
GSpawnError_G_SPAWN_ERROR_NOTDIR
GSpawnError_G_SPAWN_ERROR_PERM
GSpawnError_G_SPAWN_ERROR_READ
GSpawnError_G_SPAWN_ERROR_TOO_BIG
GSpawnError_G_SPAWN_ERROR_TXTBUSY
GSpawnFlags_G_SPAWN_CHILD_INHERITS_STDERR
G_SPAWN_CHILD_INHERITS_STDERR:
GSpawnFlags_G_SPAWN_CHILD_INHERITS_STDIN
GSpawnFlags_G_SPAWN_CHILD_INHERITS_STDOUT
G_SPAWN_CHILD_INHERITS_STDOUT:
GSpawnFlags_G_SPAWN_CLOEXEC_PIPES
GSpawnFlags_G_SPAWN_DEFAULT
GSpawnFlags_G_SPAWN_DO_NOT_REAP_CHILD
GSpawnFlags_G_SPAWN_FILE_AND_ARGV_ZERO
GSpawnFlags_G_SPAWN_LEAVE_DESCRIPTORS_OPEN
GSpawnFlags_G_SPAWN_SEARCH_PATH
GSpawnFlags_G_SPAWN_SEARCH_PATH_FROM_ENVP
GSpawnFlags_G_SPAWN_STDERR_TO_DEV_NULL
GSpawnFlags_G_SPAWN_STDIN_FROM_DEV_NULL
G_SPAWN_STDIN_FROM_DEV_NULL:
GSpawnFlags_G_SPAWN_STDOUT_TO_DEV_NULL
GSubprocessFlags_G_SUBPROCESS_FLAGS_INHERIT_FDS
GSubprocessFlags_G_SUBPROCESS_FLAGS_NONE
GSubprocessFlags_G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDERR_MERGE
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDERR_PIPE
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDERR_SILENCE
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDIN_INHERIT
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDIN_PIPE
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDOUT_PIPE
GSubprocessFlags_G_SUBPROCESS_FLAGS_STDOUT_SILENCE
GTestDBusFlags_G_TEST_DBUS_NONE
GTestFileType_G_TEST_BUILT
GTestFileType_G_TEST_DIST
GTestLogType_G_TEST_LOG_ERROR
GTestLogType_G_TEST_LOG_LIST_CASE
GTestLogType_G_TEST_LOG_MAX_RESULT
GTestLogType_G_TEST_LOG_MESSAGE
GTestLogType_G_TEST_LOG_MIN_RESULT
GTestLogType_G_TEST_LOG_NONE
GTestLogType_G_TEST_LOG_SKIP_CASE
GTestLogType_G_TEST_LOG_START_BINARY
GTestLogType_G_TEST_LOG_START_CASE
GTestLogType_G_TEST_LOG_START_SUITE
GTestLogType_G_TEST_LOG_STOP_CASE
GTestLogType_G_TEST_LOG_STOP_SUITE
GTestResult_G_TEST_RUN_FAILURE
GTestResult_G_TEST_RUN_INCOMPLETE
GTestResult_G_TEST_RUN_SKIPPED
GTestResult_G_TEST_RUN_SUCCESS
GTestSubprocessFlags_G_TEST_SUBPROCESS_DEFAULT
GTestSubprocessFlags_G_TEST_SUBPROCESS_INHERIT_STDERR
GTestSubprocessFlags_G_TEST_SUBPROCESS_INHERIT_STDIN
GTestSubprocessFlags_G_TEST_SUBPROCESS_INHERIT_STDOUT
GTestTrapFlags_G_TEST_TRAP_DEFAULT
GTestTrapFlags_G_TEST_TRAP_INHERIT_STDIN
GTestTrapFlags_G_TEST_TRAP_SILENCE_STDERR
GTestTrapFlags_G_TEST_TRAP_SILENCE_STDOUT
GThreadError_G_THREAD_ERROR_AGAIN
GThreadPriority_G_THREAD_PRIORITY_HIGH
GThreadPriority_G_THREAD_PRIORITY_LOW
GThreadPriority_G_THREAD_PRIORITY_NORMAL
GThreadPriority_G_THREAD_PRIORITY_URGENT
GTimeType_G_TIME_TYPE_DAYLIGHT
GTimeType_G_TIME_TYPE_STANDARD
GTimeType_G_TIME_TYPE_UNIVERSAL
GTlsAuthenticationMode_G_TLS_AUTHENTICATION_NONE
GTlsAuthenticationMode_G_TLS_AUTHENTICATION_REQUESTED
GTlsAuthenticationMode_G_TLS_AUTHENTICATION_REQUIRED
GTlsCertificateFlags_G_TLS_CERTIFICATE_BAD_IDENTITY
GTlsCertificateFlags_G_TLS_CERTIFICATE_EXPIRED
GTlsCertificateFlags_G_TLS_CERTIFICATE_GENERIC_ERROR
GTlsCertificateFlags_G_TLS_CERTIFICATE_INSECURE
GTlsCertificateFlags_G_TLS_CERTIFICATE_NOT_ACTIVATED
GTlsCertificateFlags_G_TLS_CERTIFICATE_NO_FLAGS
GTlsCertificateFlags_G_TLS_CERTIFICATE_REVOKED
GTlsCertificateFlags_G_TLS_CERTIFICATE_UNKNOWN_CA
GTlsCertificateFlags_G_TLS_CERTIFICATE_VALIDATE_ALL
GTlsCertificateRequestFlags_G_TLS_CERTIFICATE_REQUEST_NONE
GTlsChannelBindingError_G_TLS_CHANNEL_BINDING_ERROR_GENERAL_ERROR
GTlsChannelBindingError_G_TLS_CHANNEL_BINDING_ERROR_INVALID_STATE
GTlsChannelBindingError_G_TLS_CHANNEL_BINDING_ERROR_NOT_AVAILABLE
GTlsChannelBindingError_G_TLS_CHANNEL_BINDING_ERROR_NOT_IMPLEMENTED
GTlsChannelBindingError_G_TLS_CHANNEL_BINDING_ERROR_NOT_SUPPORTED
GTlsChannelBindingType_G_TLS_CHANNEL_BINDING_TLS_EXPORTER
GTlsChannelBindingType_G_TLS_CHANNEL_BINDING_TLS_SERVER_END_POINT
GTlsChannelBindingType_G_TLS_CHANNEL_BINDING_TLS_UNIQUE
GTlsDatabaseLookupFlags_G_TLS_DATABASE_LOOKUP_KEYPAIR
GTlsDatabaseLookupFlags_G_TLS_DATABASE_LOOKUP_NONE
GTlsDatabaseVerifyFlags_G_TLS_DATABASE_VERIFY_NONE
GTlsError_G_TLS_ERROR_BAD_CERTIFICATE
GTlsError_G_TLS_ERROR_BAD_CERTIFICATE_PASSWORD
GTlsError_G_TLS_ERROR_CERTIFICATE_REQUIRED
GTlsError_G_TLS_ERROR_EOF
GTlsError_G_TLS_ERROR_HANDSHAKE
GTlsError_G_TLS_ERROR_INAPPROPRIATE_FALLBACK
GTlsError_G_TLS_ERROR_MISC
GTlsError_G_TLS_ERROR_NOT_TLS
GTlsError_G_TLS_ERROR_UNAVAILABLE
GTlsInteractionResult_G_TLS_INTERACTION_FAILED
GTlsInteractionResult_G_TLS_INTERACTION_HANDLED
GTlsInteractionResult_G_TLS_INTERACTION_UNHANDLED
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_DTLS_1_0
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_DTLS_1_2
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_SSL_3_0
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_TLS_1_0
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_TLS_1_1
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_TLS_1_2
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_TLS_1_3
GTlsProtocolVersion_G_TLS_PROTOCOL_VERSION_UNKNOWN
GTlsRehandshakeMode_G_TLS_REHANDSHAKE_NEVER
GTlsRehandshakeMode_G_TLS_REHANDSHAKE_SAFELY
GTlsRehandshakeMode_G_TLS_REHANDSHAKE_UNSAFELY
GTokenType_G_TOKEN_BINARY
GTokenType_G_TOKEN_CHAR
GTokenType_G_TOKEN_COMMA
GTokenType_G_TOKEN_COMMENT_MULTI
GTokenType_G_TOKEN_COMMENT_SINGLE
GTokenType_G_TOKEN_EOF
GTokenType_G_TOKEN_EQUAL_SIGN
GTokenType_G_TOKEN_ERROR
GTokenType_G_TOKEN_FLOAT
GTokenType_G_TOKEN_HEX
GTokenType_G_TOKEN_IDENTIFIER
GTokenType_G_TOKEN_IDENTIFIER_NULL
GTokenType_G_TOKEN_INT
GTokenType_G_TOKEN_LAST
GTokenType_G_TOKEN_LEFT_BRACE
GTokenType_G_TOKEN_LEFT_CURLY
GTokenType_G_TOKEN_LEFT_PAREN
GTokenType_G_TOKEN_NONE
GTokenType_G_TOKEN_OCTAL
GTokenType_G_TOKEN_RIGHT_BRACE
GTokenType_G_TOKEN_RIGHT_CURLY
GTokenType_G_TOKEN_RIGHT_PAREN
GTokenType_G_TOKEN_STRING
GTokenType_G_TOKEN_SYMBOL
GTraverseFlags_G_TRAVERSE_ALL
GTraverseFlags_G_TRAVERSE_LEAFS
GTraverseFlags_G_TRAVERSE_LEAVES
GTraverseFlags_G_TRAVERSE_MASK
GTraverseFlags_G_TRAVERSE_NON_LEAFS
GTraverseFlags_G_TRAVERSE_NON_LEAVES
GTraverseType_G_IN_ORDER
GTraverseType_G_LEVEL_ORDER
GTraverseType_G_POST_ORDER
GTraverseType_G_PRE_ORDER
GTypeDebugFlags_G_TYPE_DEBUG_INSTANCE_COUNT
GTypeDebugFlags_G_TYPE_DEBUG_MASK
GTypeDebugFlags_G_TYPE_DEBUG_NONE
GTypeDebugFlags_G_TYPE_DEBUG_OBJECTS
GTypeDebugFlags_G_TYPE_DEBUG_SIGNALS
GTypeFlags_G_TYPE_FLAG_ABSTRACT
GTypeFlags_G_TYPE_FLAG_DEPRECATED
GTypeFlags_G_TYPE_FLAG_FINAL
GTypeFlags_G_TYPE_FLAG_NONE
GTypeFlags_G_TYPE_FLAG_VALUE_ABSTRACT
GTypeFundamentalFlags_G_TYPE_FLAG_CLASSED
GTypeFundamentalFlags_G_TYPE_FLAG_DEEP_DERIVABLE
GTypeFundamentalFlags_G_TYPE_FLAG_DERIVABLE
GTypeFundamentalFlags_G_TYPE_FLAG_INSTANTIATABLE
GUnicodeBreakType_G_UNICODE_BREAK_AFTER
GUnicodeBreakType_G_UNICODE_BREAK_ALPHABETIC
GUnicodeBreakType_G_UNICODE_BREAK_AMBIGUOUS
GUnicodeBreakType_G_UNICODE_BREAK_BEFORE
GUnicodeBreakType_G_UNICODE_BREAK_BEFORE_AND_AFTER
GUnicodeBreakType_G_UNICODE_BREAK_CARRIAGE_RETURN
GUnicodeBreakType_G_UNICODE_BREAK_CLOSE_PARANTHESIS
GUnicodeBreakType_G_UNICODE_BREAK_CLOSE_PARENTHESIS
GUnicodeBreakType_G_UNICODE_BREAK_CLOSE_PUNCTUATION
GUnicodeBreakType_G_UNICODE_BREAK_COMBINING_MARK
GUnicodeBreakType_G_UNICODE_BREAK_COMPLEX_CONTEXT
GUnicodeBreakType_G_UNICODE_BREAK_CONDITIONAL_JAPANESE_STARTER
GUnicodeBreakType_G_UNICODE_BREAK_CONTINGENT
GUnicodeBreakType_G_UNICODE_BREAK_EMOJI_BASE
GUnicodeBreakType_G_UNICODE_BREAK_EMOJI_MODIFIER
GUnicodeBreakType_G_UNICODE_BREAK_EXCLAMATION
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_LV_SYLLABLE
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_L_JAMO
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_T_JAMO
GUnicodeBreakType_G_UNICODE_BREAK_HANGUL_V_JAMO
GUnicodeBreakType_G_UNICODE_BREAK_HEBREW_LETTER
GUnicodeBreakType_G_UNICODE_BREAK_HYPHEN
GUnicodeBreakType_G_UNICODE_BREAK_IDEOGRAPHIC
GUnicodeBreakType_G_UNICODE_BREAK_INFIX_SEPARATOR
GUnicodeBreakType_G_UNICODE_BREAK_INSEPARABLE
GUnicodeBreakType_G_UNICODE_BREAK_LINE_FEED
GUnicodeBreakType_G_UNICODE_BREAK_MANDATORY
GUnicodeBreakType_G_UNICODE_BREAK_NEXT_LINE
GUnicodeBreakType_G_UNICODE_BREAK_NON_BREAKING_GLUE
GUnicodeBreakType_G_UNICODE_BREAK_NON_STARTER
GUnicodeBreakType_G_UNICODE_BREAK_NUMERIC
GUnicodeBreakType_G_UNICODE_BREAK_OPEN_PUNCTUATION
GUnicodeBreakType_G_UNICODE_BREAK_POSTFIX
GUnicodeBreakType_G_UNICODE_BREAK_PREFIX
GUnicodeBreakType_G_UNICODE_BREAK_QUOTATION
GUnicodeBreakType_G_UNICODE_BREAK_REGIONAL_INDICATOR
GUnicodeBreakType_G_UNICODE_BREAK_SPACE
GUnicodeBreakType_G_UNICODE_BREAK_SURROGATE
GUnicodeBreakType_G_UNICODE_BREAK_SYMBOL
GUnicodeBreakType_G_UNICODE_BREAK_UNKNOWN
GUnicodeBreakType_G_UNICODE_BREAK_WORD_JOINER
GUnicodeBreakType_G_UNICODE_BREAK_ZERO_WIDTH_JOINER
GUnicodeBreakType_G_UNICODE_BREAK_ZERO_WIDTH_SPACE
GUnicodeScript_G_UNICODE_SCRIPT_ADLAM
GUnicodeScript_G_UNICODE_SCRIPT_AHOM
GUnicodeScript_G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS
GUnicodeScript_G_UNICODE_SCRIPT_ARABIC
GUnicodeScript_G_UNICODE_SCRIPT_ARMENIAN
GUnicodeScript_G_UNICODE_SCRIPT_AVESTAN
GUnicodeScript_G_UNICODE_SCRIPT_BALINESE
GUnicodeScript_G_UNICODE_SCRIPT_BAMUM
GUnicodeScript_G_UNICODE_SCRIPT_BASSA_VAH
GUnicodeScript_G_UNICODE_SCRIPT_BATAK
GUnicodeScript_G_UNICODE_SCRIPT_BENGALI
GUnicodeScript_G_UNICODE_SCRIPT_BHAIKSUKI
GUnicodeScript_G_UNICODE_SCRIPT_BOPOMOFO
GUnicodeScript_G_UNICODE_SCRIPT_BRAHMI
GUnicodeScript_G_UNICODE_SCRIPT_BRAILLE
GUnicodeScript_G_UNICODE_SCRIPT_BUGINESE
GUnicodeScript_G_UNICODE_SCRIPT_BUHID
GUnicodeScript_G_UNICODE_SCRIPT_CANADIAN_ABORIGINAL
GUnicodeScript_G_UNICODE_SCRIPT_CARIAN
GUnicodeScript_G_UNICODE_SCRIPT_CAUCASIAN_ALBANIAN
GUnicodeScript_G_UNICODE_SCRIPT_CHAKMA
GUnicodeScript_G_UNICODE_SCRIPT_CHAM
GUnicodeScript_G_UNICODE_SCRIPT_CHEROKEE
GUnicodeScript_G_UNICODE_SCRIPT_CHORASMIAN
GUnicodeScript_G_UNICODE_SCRIPT_COMMON
GUnicodeScript_G_UNICODE_SCRIPT_COPTIC
GUnicodeScript_G_UNICODE_SCRIPT_CUNEIFORM
GUnicodeScript_G_UNICODE_SCRIPT_CYPRIOT
GUnicodeScript_G_UNICODE_SCRIPT_CYPRO_MINOAN
GUnicodeScript_G_UNICODE_SCRIPT_CYRILLIC
GUnicodeScript_G_UNICODE_SCRIPT_DESERET
GUnicodeScript_G_UNICODE_SCRIPT_DEVANAGARI
GUnicodeScript_G_UNICODE_SCRIPT_DIVES_AKURU
GUnicodeScript_G_UNICODE_SCRIPT_DOGRA
GUnicodeScript_G_UNICODE_SCRIPT_DUPLOYAN
GUnicodeScript_G_UNICODE_SCRIPT_EGYPTIAN_HIEROGLYPHS
GUnicodeScript_G_UNICODE_SCRIPT_ELBASAN
GUnicodeScript_G_UNICODE_SCRIPT_ELYMAIC
GUnicodeScript_G_UNICODE_SCRIPT_ETHIOPIC
GUnicodeScript_G_UNICODE_SCRIPT_GEORGIAN
GUnicodeScript_G_UNICODE_SCRIPT_GLAGOLITIC
GUnicodeScript_G_UNICODE_SCRIPT_GOTHIC
GUnicodeScript_G_UNICODE_SCRIPT_GRANTHA
GUnicodeScript_G_UNICODE_SCRIPT_GREEK
GUnicodeScript_G_UNICODE_SCRIPT_GUJARATI
GUnicodeScript_G_UNICODE_SCRIPT_GUNJALA_GONDI
GUnicodeScript_G_UNICODE_SCRIPT_GURMUKHI
GUnicodeScript_G_UNICODE_SCRIPT_HAN
GUnicodeScript_G_UNICODE_SCRIPT_HANGUL
GUnicodeScript_G_UNICODE_SCRIPT_HANIFI_ROHINGYA
GUnicodeScript_G_UNICODE_SCRIPT_HANUNOO
GUnicodeScript_G_UNICODE_SCRIPT_HATRAN
GUnicodeScript_G_UNICODE_SCRIPT_HEBREW
GUnicodeScript_G_UNICODE_SCRIPT_HIRAGANA
GUnicodeScript_G_UNICODE_SCRIPT_IMPERIAL_ARAMAIC
GUnicodeScript_G_UNICODE_SCRIPT_INHERITED
GUnicodeScript_G_UNICODE_SCRIPT_INSCRIPTIONAL_PAHLAVI
GUnicodeScript_G_UNICODE_SCRIPT_INSCRIPTIONAL_PARTHIAN
GUnicodeScript_G_UNICODE_SCRIPT_INVALID_CODE
GUnicodeScript_G_UNICODE_SCRIPT_JAVANESE
GUnicodeScript_G_UNICODE_SCRIPT_KAITHI
GUnicodeScript_G_UNICODE_SCRIPT_KANNADA
GUnicodeScript_G_UNICODE_SCRIPT_KATAKANA
GUnicodeScript_G_UNICODE_SCRIPT_KAWI
GUnicodeScript_G_UNICODE_SCRIPT_KAYAH_LI
GUnicodeScript_G_UNICODE_SCRIPT_KHAROSHTHI
GUnicodeScript_G_UNICODE_SCRIPT_KHITAN_SMALL_SCRIPT
GUnicodeScript_G_UNICODE_SCRIPT_KHMER
GUnicodeScript_G_UNICODE_SCRIPT_KHOJKI
GUnicodeScript_G_UNICODE_SCRIPT_KHUDAWADI
GUnicodeScript_G_UNICODE_SCRIPT_LAO
GUnicodeScript_G_UNICODE_SCRIPT_LATIN
GUnicodeScript_G_UNICODE_SCRIPT_LEPCHA
GUnicodeScript_G_UNICODE_SCRIPT_LIMBU
GUnicodeScript_G_UNICODE_SCRIPT_LINEAR_A
GUnicodeScript_G_UNICODE_SCRIPT_LINEAR_B
GUnicodeScript_G_UNICODE_SCRIPT_LISU
GUnicodeScript_G_UNICODE_SCRIPT_LYCIAN
GUnicodeScript_G_UNICODE_SCRIPT_LYDIAN
GUnicodeScript_G_UNICODE_SCRIPT_MAHAJANI
GUnicodeScript_G_UNICODE_SCRIPT_MAKASAR
GUnicodeScript_G_UNICODE_SCRIPT_MALAYALAM
GUnicodeScript_G_UNICODE_SCRIPT_MANDAIC
GUnicodeScript_G_UNICODE_SCRIPT_MANICHAEAN
GUnicodeScript_G_UNICODE_SCRIPT_MARCHEN
GUnicodeScript_G_UNICODE_SCRIPT_MASARAM_GONDI
GUnicodeScript_G_UNICODE_SCRIPT_MATH
GUnicodeScript_G_UNICODE_SCRIPT_MEDEFAIDRIN
GUnicodeScript_G_UNICODE_SCRIPT_MEETEI_MAYEK
GUnicodeScript_G_UNICODE_SCRIPT_MENDE_KIKAKUI
GUnicodeScript_G_UNICODE_SCRIPT_MEROITIC_CURSIVE
GUnicodeScript_G_UNICODE_SCRIPT_MEROITIC_HIEROGLYPHS
GUnicodeScript_G_UNICODE_SCRIPT_MIAO
GUnicodeScript_G_UNICODE_SCRIPT_MODI
GUnicodeScript_G_UNICODE_SCRIPT_MONGOLIAN
GUnicodeScript_G_UNICODE_SCRIPT_MRO
GUnicodeScript_G_UNICODE_SCRIPT_MULTANI
GUnicodeScript_G_UNICODE_SCRIPT_MYANMAR
GUnicodeScript_G_UNICODE_SCRIPT_NABATAEAN
GUnicodeScript_G_UNICODE_SCRIPT_NAG_MUNDARI
GUnicodeScript_G_UNICODE_SCRIPT_NANDINAGARI
GUnicodeScript_G_UNICODE_SCRIPT_NEWA
GUnicodeScript_G_UNICODE_SCRIPT_NEW_TAI_LUE
GUnicodeScript_G_UNICODE_SCRIPT_NKO
GUnicodeScript_G_UNICODE_SCRIPT_NUSHU
GUnicodeScript_G_UNICODE_SCRIPT_NYIAKENG_PUACHUE_HMONG
GUnicodeScript_G_UNICODE_SCRIPT_OGHAM
GUnicodeScript_G_UNICODE_SCRIPT_OLD_HUNGARIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_ITALIC
GUnicodeScript_G_UNICODE_SCRIPT_OLD_NORTH_ARABIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_PERMIC
GUnicodeScript_G_UNICODE_SCRIPT_OLD_PERSIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_SOGDIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN
GUnicodeScript_G_UNICODE_SCRIPT_OLD_TURKIC
GUnicodeScript_G_UNICODE_SCRIPT_OLD_UYGHUR
GUnicodeScript_G_UNICODE_SCRIPT_OL_CHIKI
GUnicodeScript_G_UNICODE_SCRIPT_ORIYA
GUnicodeScript_G_UNICODE_SCRIPT_OSAGE
GUnicodeScript_G_UNICODE_SCRIPT_OSMANYA
GUnicodeScript_G_UNICODE_SCRIPT_PAHAWH_HMONG
GUnicodeScript_G_UNICODE_SCRIPT_PALMYRENE
GUnicodeScript_G_UNICODE_SCRIPT_PAU_CIN_HAU
GUnicodeScript_G_UNICODE_SCRIPT_PHAGS_PA
GUnicodeScript_G_UNICODE_SCRIPT_PHOENICIAN
GUnicodeScript_G_UNICODE_SCRIPT_PSALTER_PAHLAVI
GUnicodeScript_G_UNICODE_SCRIPT_REJANG
GUnicodeScript_G_UNICODE_SCRIPT_RUNIC
GUnicodeScript_G_UNICODE_SCRIPT_SAMARITAN
GUnicodeScript_G_UNICODE_SCRIPT_SAURASHTRA
GUnicodeScript_G_UNICODE_SCRIPT_SHARADA
GUnicodeScript_G_UNICODE_SCRIPT_SHAVIAN
GUnicodeScript_G_UNICODE_SCRIPT_SIDDHAM
GUnicodeScript_G_UNICODE_SCRIPT_SIGNWRITING
GUnicodeScript_G_UNICODE_SCRIPT_SINHALA
GUnicodeScript_G_UNICODE_SCRIPT_SOGDIAN
GUnicodeScript_G_UNICODE_SCRIPT_SORA_SOMPENG
GUnicodeScript_G_UNICODE_SCRIPT_SOYOMBO
GUnicodeScript_G_UNICODE_SCRIPT_SUNDANESE
GUnicodeScript_G_UNICODE_SCRIPT_SYLOTI_NAGRI
GUnicodeScript_G_UNICODE_SCRIPT_SYRIAC
GUnicodeScript_G_UNICODE_SCRIPT_TAGALOG
GUnicodeScript_G_UNICODE_SCRIPT_TAGBANWA
GUnicodeScript_G_UNICODE_SCRIPT_TAI_LE
GUnicodeScript_G_UNICODE_SCRIPT_TAI_THAM
GUnicodeScript_G_UNICODE_SCRIPT_TAI_VIET
GUnicodeScript_G_UNICODE_SCRIPT_TAKRI
GUnicodeScript_G_UNICODE_SCRIPT_TAMIL
GUnicodeScript_G_UNICODE_SCRIPT_TANGSA
GUnicodeScript_G_UNICODE_SCRIPT_TANGUT
GUnicodeScript_G_UNICODE_SCRIPT_TELUGU
GUnicodeScript_G_UNICODE_SCRIPT_THAANA
GUnicodeScript_G_UNICODE_SCRIPT_THAI
GUnicodeScript_G_UNICODE_SCRIPT_TIBETAN
GUnicodeScript_G_UNICODE_SCRIPT_TIFINAGH
GUnicodeScript_G_UNICODE_SCRIPT_TIRHUTA
GUnicodeScript_G_UNICODE_SCRIPT_TOTO
GUnicodeScript_G_UNICODE_SCRIPT_UGARITIC
GUnicodeScript_G_UNICODE_SCRIPT_UNKNOWN
GUnicodeScript_G_UNICODE_SCRIPT_VAI
GUnicodeScript_G_UNICODE_SCRIPT_VITHKUQI
GUnicodeScript_G_UNICODE_SCRIPT_WANCHO
GUnicodeScript_G_UNICODE_SCRIPT_WARANG_CITI
GUnicodeScript_G_UNICODE_SCRIPT_YEZIDI
GUnicodeScript_G_UNICODE_SCRIPT_YI
GUnicodeScript_G_UNICODE_SCRIPT_ZANABAZAR_SQUARE
GUnicodeType_G_UNICODE_CLOSE_PUNCTUATION
GUnicodeType_G_UNICODE_CONNECT_PUNCTUATION
GUnicodeType_G_UNICODE_CONTROL
GUnicodeType_G_UNICODE_CURRENCY_SYMBOL
GUnicodeType_G_UNICODE_DASH_PUNCTUATION
GUnicodeType_G_UNICODE_DECIMAL_NUMBER
GUnicodeType_G_UNICODE_ENCLOSING_MARK
GUnicodeType_G_UNICODE_FINAL_PUNCTUATION
GUnicodeType_G_UNICODE_FORMAT
GUnicodeType_G_UNICODE_INITIAL_PUNCTUATION
GUnicodeType_G_UNICODE_LETTER_NUMBER
GUnicodeType_G_UNICODE_LINE_SEPARATOR
GUnicodeType_G_UNICODE_LOWERCASE_LETTER
GUnicodeType_G_UNICODE_MATH_SYMBOL
GUnicodeType_G_UNICODE_MODIFIER_LETTER
GUnicodeType_G_UNICODE_MODIFIER_SYMBOL
GUnicodeType_G_UNICODE_NON_SPACING_MARK
GUnicodeType_G_UNICODE_OPEN_PUNCTUATION
GUnicodeType_G_UNICODE_OTHER_LETTER
GUnicodeType_G_UNICODE_OTHER_NUMBER
GUnicodeType_G_UNICODE_OTHER_PUNCTUATION
GUnicodeType_G_UNICODE_OTHER_SYMBOL
GUnicodeType_G_UNICODE_PARAGRAPH_SEPARATOR
GUnicodeType_G_UNICODE_PRIVATE_USE
GUnicodeType_G_UNICODE_SPACE_SEPARATOR
GUnicodeType_G_UNICODE_SPACING_MARK
GUnicodeType_G_UNICODE_SURROGATE
GUnicodeType_G_UNICODE_TITLECASE_LETTER
GUnicodeType_G_UNICODE_UNASSIGNED
GUnicodeType_G_UNICODE_UPPERCASE_LETTER
GUnixSocketAddressType_G_UNIX_SOCKET_ADDRESS_ABSTRACT
GUnixSocketAddressType_G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED
GUnixSocketAddressType_G_UNIX_SOCKET_ADDRESS_ANONYMOUS
GUnixSocketAddressType_G_UNIX_SOCKET_ADDRESS_INVALID
GUnixSocketAddressType_G_UNIX_SOCKET_ADDRESS_PATH
GUriError_G_URI_ERROR_BAD_AUTH_PARAMS
GUriError_G_URI_ERROR_BAD_FRAGMENT
GUriError_G_URI_ERROR_BAD_HOST
GUriError_G_URI_ERROR_BAD_PASSWORD
GUriError_G_URI_ERROR_BAD_PATH
GUriError_G_URI_ERROR_BAD_PORT
GUriError_G_URI_ERROR_BAD_QUERY
GUriError_G_URI_ERROR_BAD_SCHEME
GUriError_G_URI_ERROR_BAD_USER
GUriError_G_URI_ERROR_FAILED
GUriFlags_G_URI_FLAGS_ENCODED
GUriFlags_G_URI_FLAGS_ENCODED_FRAGMENT
GUriFlags_G_URI_FLAGS_ENCODED_PATH
GUriFlags_G_URI_FLAGS_ENCODED_QUERY
GUriFlags_G_URI_FLAGS_HAS_AUTH_PARAMS
GUriFlags_G_URI_FLAGS_HAS_PASSWORD
GUriFlags_G_URI_FLAGS_NONE
GUriFlags_G_URI_FLAGS_NON_DNS
GUriFlags_G_URI_FLAGS_PARSE_RELAXED
GUriFlags_G_URI_FLAGS_SCHEME_NORMALIZE
GUriHideFlags_G_URI_HIDE_AUTH_PARAMS
GUriHideFlags_G_URI_HIDE_FRAGMENT
GUriHideFlags_G_URI_HIDE_NONE
GUriHideFlags_G_URI_HIDE_PASSWORD
GUriHideFlags_G_URI_HIDE_QUERY
GUriHideFlags_G_URI_HIDE_USERINFO
GUriParamsFlags_G_URI_PARAMS_CASE_INSENSITIVE
GUriParamsFlags_G_URI_PARAMS_NONE
GUriParamsFlags_G_URI_PARAMS_PARSE_RELAXED
GUriParamsFlags_G_URI_PARAMS_WWW_FORM
GUserDirectory_G_USER_DIRECTORY_DESKTOP
GUserDirectory_G_USER_DIRECTORY_DOCUMENTS
GUserDirectory_G_USER_DIRECTORY_DOWNLOAD
GUserDirectory_G_USER_DIRECTORY_MUSIC
GUserDirectory_G_USER_DIRECTORY_PICTURES
GUserDirectory_G_USER_DIRECTORY_PUBLIC_SHARE
GUserDirectory_G_USER_DIRECTORY_TEMPLATES
GUserDirectory_G_USER_DIRECTORY_VIDEOS
GUserDirectory_G_USER_N_DIRECTORIES
GVariantClass_G_VARIANT_CLASS_ARRAY
GVariantClass_G_VARIANT_CLASS_BOOLEAN
GVariantClass_G_VARIANT_CLASS_BYTE
GVariantClass_G_VARIANT_CLASS_DICT_ENTRY
GVariantClass_G_VARIANT_CLASS_DOUBLE
GVariantClass_G_VARIANT_CLASS_HANDLE
GVariantClass_G_VARIANT_CLASS_INT16
GVariantClass_G_VARIANT_CLASS_INT32
GVariantClass_G_VARIANT_CLASS_INT64
GVariantClass_G_VARIANT_CLASS_MAYBE
GVariantClass_G_VARIANT_CLASS_OBJECT_PATH
GVariantClass_G_VARIANT_CLASS_SIGNATURE
GVariantClass_G_VARIANT_CLASS_STRING
GVariantClass_G_VARIANT_CLASS_TUPLE
GVariantClass_G_VARIANT_CLASS_UINT16
GVariantClass_G_VARIANT_CLASS_UINT32
GVariantClass_G_VARIANT_CLASS_UINT64
GVariantClass_G_VARIANT_CLASS_VARIANT
GVariantParseError_G_VARIANT_PARSE_ERROR_BASIC_TYPE_EXPECTED
GVariantParseError_G_VARIANT_PARSE_ERROR_CANNOT_INFER_TYPE
GVariantParseError_G_VARIANT_PARSE_ERROR_DEFINITE_TYPE_EXPECTED
GVariantParseError_G_VARIANT_PARSE_ERROR_FAILED
GVariantParseError_G_VARIANT_PARSE_ERROR_INPUT_NOT_AT_END
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_CHARACTER
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_FORMAT_STRING
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_OBJECT_PATH
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_SIGNATURE
GVariantParseError_G_VARIANT_PARSE_ERROR_INVALID_TYPE_STRING
GVariantParseError_G_VARIANT_PARSE_ERROR_NO_COMMON_TYPE
GVariantParseError_G_VARIANT_PARSE_ERROR_NUMBER_OUT_OF_RANGE
GVariantParseError_G_VARIANT_PARSE_ERROR_NUMBER_TOO_BIG
GVariantParseError_G_VARIANT_PARSE_ERROR_RECURSION
GVariantParseError_G_VARIANT_PARSE_ERROR_TYPE_ERROR
GVariantParseError_G_VARIANT_PARSE_ERROR_UNEXPECTED_TOKEN
GVariantParseError_G_VARIANT_PARSE_ERROR_UNKNOWN_KEYWORD
GVariantParseError_G_VARIANT_PARSE_ERROR_UNTERMINATED_STRING_CONSTANT
GVariantParseError_G_VARIANT_PARSE_ERROR_VALUE_EXPECTED
GZlibCompressorFormat_G_ZLIB_COMPRESSOR_FORMAT_GZIP
GZlibCompressorFormat_G_ZLIB_COMPRESSOR_FORMAT_RAW
GZlibCompressorFormat_G_ZLIB_COMPRESSOR_FORMAT_ZLIB
G_ALLOCATOR_LIST
G_ALLOCATOR_NODE
G_ALLOCATOR_SLIST
G_ALLOC_AND_FREE
G_ALLOC_ONLY
G_ANALYZER_ANALYZING
G_ASCII_DTOSTR_BUF_SIZE
G_BIG_ENDIAN
G_CSET_A_2_Z
G_CSET_DIGITS
G_CSET_LATINC
G_CSET_LATINS
G_CSET_a_2_z
G_DATALIST_FLAGS_MASK
G_DATE_BAD_DAY
G_DATE_BAD_JULIAN
G_DATE_BAD_YEAR
G_DEBUG_CONTROLLER_EXTENSION_POINT_NAME
G_DIR_SEPARATOR
G_DIR_SEPARATOR_S
G_DRIVE_IDENTIFIER_KIND_UNIX_DEVICE
G_E
G_FILE_ATTRIBUTE_ACCESS_CAN_DELETE
G_FILE_ATTRIBUTE_ACCESS_CAN_EXECUTE
G_FILE_ATTRIBUTE_ACCESS_CAN_READ
G_FILE_ATTRIBUTE_ACCESS_CAN_RENAME
G_FILE_ATTRIBUTE_ACCESS_CAN_TRASH
G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE
G_FILE_ATTRIBUTE_DOS_IS_ARCHIVE
G_FILE_ATTRIBUTE_DOS_IS_MOUNTPOINT
G_FILE_ATTRIBUTE_DOS_IS_SYSTEM
G_FILE_ATTRIBUTE_DOS_REPARSE_POINT_TAG
G_FILE_ATTRIBUTE_ETAG_VALUE
G_FILE_ATTRIBUTE_FILESYSTEM_FREE
G_FILE_ATTRIBUTE_FILESYSTEM_READONLY
G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE
G_FILE_ATTRIBUTE_FILESYSTEM_SIZE
G_FILE_ATTRIBUTE_FILESYSTEM_TYPE
G_FILE_ATTRIBUTE_FILESYSTEM_USED
G_FILE_ATTRIBUTE_FILESYSTEM_USE_PREVIEW
G_FILE_ATTRIBUTE_GVFS_BACKEND
G_FILE_ATTRIBUTE_ID_FILE
G_FILE_ATTRIBUTE_ID_FILESYSTEM
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_EJECT
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_MOUNT
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_POLL
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_START_DEGRADED
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_STOP
G_FILE_ATTRIBUTE_MOUNTABLE_CAN_UNMOUNT
G_FILE_ATTRIBUTE_MOUNTABLE_HAL_UDI
G_FILE_ATTRIBUTE_MOUNTABLE_IS_MEDIA_CHECK_AUTOMATIC
G_FILE_ATTRIBUTE_MOUNTABLE_START_STOP_TYPE
G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE
G_FILE_ATTRIBUTE_MOUNTABLE_UNIX_DEVICE_FILE
G_FILE_ATTRIBUTE_OWNER_GROUP
G_FILE_ATTRIBUTE_OWNER_USER
G_FILE_ATTRIBUTE_OWNER_USER_REAL
G_FILE_ATTRIBUTE_PREVIEW_ICON
G_FILE_ATTRIBUTE_RECENT_MODIFIED
G_FILE_ATTRIBUTE_SELINUX_CONTEXT
G_FILE_ATTRIBUTE_STANDARD_ALLOCATED_SIZE
G_FILE_ATTRIBUTE_STANDARD_CONTENT_TYPE
G_FILE_ATTRIBUTE_STANDARD_COPY_NAME
G_FILE_ATTRIBUTE_STANDARD_DESCRIPTION
G_FILE_ATTRIBUTE_STANDARD_DISPLAY_NAME
G_FILE_ATTRIBUTE_STANDARD_EDIT_NAME
G_FILE_ATTRIBUTE_STANDARD_FAST_CONTENT_TYPE
G_FILE_ATTRIBUTE_STANDARD_ICON
G_FILE_ATTRIBUTE_STANDARD_IS_BACKUP
G_FILE_ATTRIBUTE_STANDARD_IS_HIDDEN
G_FILE_ATTRIBUTE_STANDARD_IS_SYMLINK
G_FILE_ATTRIBUTE_STANDARD_IS_VIRTUAL
G_FILE_ATTRIBUTE_STANDARD_IS_VOLATILE
G_FILE_ATTRIBUTE_STANDARD_NAME
G_FILE_ATTRIBUTE_STANDARD_SIZE
G_FILE_ATTRIBUTE_STANDARD_SORT_ORDER
G_FILE_ATTRIBUTE_STANDARD_SYMBOLIC_ICON
G_FILE_ATTRIBUTE_STANDARD_SYMLINK_TARGET
G_FILE_ATTRIBUTE_STANDARD_TARGET_URI
G_FILE_ATTRIBUTE_STANDARD_TYPE
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_LARGE
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_NORMAL
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_XLARGE
G_FILE_ATTRIBUTE_THUMBNAILING_FAILED_XXLARGE
G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID
G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_LARGE
G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_NORMAL
G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XLARGE
G_FILE_ATTRIBUTE_THUMBNAIL_IS_VALID_XXLARGE
G_FILE_ATTRIBUTE_THUMBNAIL_PATH
G_FILE_ATTRIBUTE_THUMBNAIL_PATH_LARGE
G_FILE_ATTRIBUTE_THUMBNAIL_PATH_NORMAL
G_FILE_ATTRIBUTE_THUMBNAIL_PATH_XLARGE
G_FILE_ATTRIBUTE_THUMBNAIL_PATH_XXLARGE
G_FILE_ATTRIBUTE_TIME_ACCESS
G_FILE_ATTRIBUTE_TIME_ACCESS_NSEC
G_FILE_ATTRIBUTE_TIME_ACCESS_USEC
G_FILE_ATTRIBUTE_TIME_CHANGED
G_FILE_ATTRIBUTE_TIME_CHANGED_NSEC
G_FILE_ATTRIBUTE_TIME_CHANGED_USEC
G_FILE_ATTRIBUTE_TIME_CREATED
G_FILE_ATTRIBUTE_TIME_CREATED_NSEC
G_FILE_ATTRIBUTE_TIME_CREATED_USEC
G_FILE_ATTRIBUTE_TIME_MODIFIED
G_FILE_ATTRIBUTE_TIME_MODIFIED_NSEC
G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC
G_FILE_ATTRIBUTE_TRASH_DELETION_DATE
G_FILE_ATTRIBUTE_TRASH_ITEM_COUNT
G_FILE_ATTRIBUTE_TRASH_ORIG_PATH
G_FILE_ATTRIBUTE_UNIX_BLOCKS
G_FILE_ATTRIBUTE_UNIX_BLOCK_SIZE
G_FILE_ATTRIBUTE_UNIX_DEVICE
G_FILE_ATTRIBUTE_UNIX_GID
G_FILE_ATTRIBUTE_UNIX_INODE
G_FILE_ATTRIBUTE_UNIX_IS_MOUNTPOINT
G_FILE_ATTRIBUTE_UNIX_MODE
G_FILE_ATTRIBUTE_UNIX_NLINK
G_FILE_ATTRIBUTE_UNIX_RDEV
G_FILE_ATTRIBUTE_UNIX_UID
G_GINT16_FORMAT
G_GINT16_MODIFIER
G_GINT32_FORMAT
G_GINT32_MODIFIER
G_GINT64_FORMAT
G_GINT64_MODIFIER
G_GINTPTR_FORMAT
G_GINTPTR_MODIFIER
G_GOFFSET_FORMAT
G_GOFFSET_MODIFIER
G_GSIZE_FORMAT
G_GSIZE_MODIFIER
G_GSSIZE_FORMAT
G_GSSIZE_MODIFIER
G_GUINT16_FORMAT
G_GUINT32_FORMAT
G_GUINT64_FORMAT
G_GUINTPTR_FORMAT
G_HAVE_GINT64
G_HAVE_GNUC_VARARGS
G_HAVE_GNUC_VISIBILITY
G_HAVE_GROWING_STACK
G_HAVE_ISO_VARARGS
G_HOOK_FLAG_USER_SHIFT
G_IEEE754_DOUBLE_BIAS
G_IEEE754_FLOAT_BIAS
G_KEY_FILE_DESKTOP_GROUP
G_KEY_FILE_DESKTOP_KEY_ACTIONS
G_KEY_FILE_DESKTOP_KEY_CATEGORIES
G_KEY_FILE_DESKTOP_KEY_COMMENT
G_KEY_FILE_DESKTOP_KEY_DBUS_ACTIVATABLE
G_KEY_FILE_DESKTOP_KEY_EXEC
G_KEY_FILE_DESKTOP_KEY_GENERIC_NAME
G_KEY_FILE_DESKTOP_KEY_HIDDEN
G_KEY_FILE_DESKTOP_KEY_ICON
G_KEY_FILE_DESKTOP_KEY_MIME_TYPE
G_KEY_FILE_DESKTOP_KEY_NAME
G_KEY_FILE_DESKTOP_KEY_NOT_SHOW_IN
G_KEY_FILE_DESKTOP_KEY_NO_DISPLAY
G_KEY_FILE_DESKTOP_KEY_ONLY_SHOW_IN
G_KEY_FILE_DESKTOP_KEY_PATH
G_KEY_FILE_DESKTOP_KEY_STARTUP_NOTIFY
G_KEY_FILE_DESKTOP_KEY_STARTUP_WM_CLASS
G_KEY_FILE_DESKTOP_KEY_TERMINAL
G_KEY_FILE_DESKTOP_KEY_TRY_EXEC
G_KEY_FILE_DESKTOP_KEY_TYPE
G_KEY_FILE_DESKTOP_KEY_URL
G_KEY_FILE_DESKTOP_KEY_VERSION
G_KEY_FILE_DESKTOP_TYPE_APPLICATION
G_KEY_FILE_DESKTOP_TYPE_DIRECTORY
G_KEY_FILE_DESKTOP_TYPE_LINK
G_LITTLE_ENDIAN
G_LN2
G_LN10
G_LOG_2_BASE_10
G_LOG_LEVEL_USER_SHIFT
G_MAXINT
G_MAXLONG
G_MAXSHORT
G_MAXSIZE
G_MAXSSIZE
G_MAXUINT
G_MAXULONG
G_MAXUSHORT
G_MEMORY_MONITOR_EXTENSION_POINT_NAME
G_MEM_ALIGN
G_MENU_ATTRIBUTE_ACTION
G_MENU_ATTRIBUTE_ACTION_NAMESPACE
G_MENU_ATTRIBUTE_ICON
G_MENU_ATTRIBUTE_LABEL
G_MENU_ATTRIBUTE_TARGET
G_MENU_LINK_SECTION
G_MENU_LINK_SUBMENU
G_MININT
G_MINLONG
G_MINSHORT
G_MINSSIZE
G_NATIVE_VOLUME_MONITOR_EXTENSION_POINT_NAME
G_NETWORK_MONITOR_EXTENSION_POINT_NAME
G_OPTION_REMAINING
G_PARAM_MASK
G_PARAM_USER_SHIFT
G_PDP_ENDIAN
G_PI
G_PID_FORMAT
G_PI_2
G_PI_4
G_POLLFD_FORMAT
G_POWER_PROFILE_MONITOR_EXTENSION_POINT_NAME
G_PRIORITY_DEFAULT
G_PRIORITY_DEFAULT_IDLE
G_PRIORITY_HIGH
G_PRIORITY_HIGH_IDLE
G_PRIORITY_LOW
G_PROXY_EXTENSION_POINT_NAME
G_PROXY_RESOLVER_EXTENSION_POINT_NAME
G_SEARCHPATH_SEPARATOR
G_SEARCHPATH_SEPARATOR_S
G_SIGNAL_FLAGS_MASK
G_SIGNAL_MATCH_MASK
G_SOURCE_REMOVE
G_SQRT2
G_STR_DELIMITERS
G_TEST_OPTION_ISOLATE_DIRS
G_TLS_BACKEND_EXTENSION_POINT_NAME
G_TLS_DATABASE_PURPOSE_AUTHENTICATE_CLIENT
G_TLS_DATABASE_PURPOSE_AUTHENTICATE_SERVER
G_TYPE_FUNDAMENTAL_MAX
G_TYPE_FUNDAMENTAL_SHIFT
G_TYPE_RESERVED_BSE_FIRST
G_TYPE_RESERVED_BSE_LAST
G_TYPE_RESERVED_GLIB_FIRST
G_TYPE_RESERVED_GLIB_LAST
G_TYPE_RESERVED_USER_FIRST
G_UNICHAR_MAX_DECOMPOSITION_LENGTH
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH
G_URI_RESERVED_CHARS_ALLOWED_IN_PATH_ELEMENT
G_URI_RESERVED_CHARS_ALLOWED_IN_USERINFO
G_URI_RESERVED_CHARS_GENERIC_DELIMITERS
G_URI_RESERVED_CHARS_SUBCOMPONENT_DELIMITERS
G_USEC_PER_SEC
G_VALUE_NOCOPY_CONTENTS
G_VFS_EXTENSION_POINT_NAME
G_VOLUME_IDENTIFIER_KIND_CLASS
G_VOLUME_IDENTIFIER_KIND_LABEL
G_VOLUME_IDENTIFIER_KIND_NFS_MOUNT
G_VOLUME_IDENTIFIER_KIND_UNIX_DEVICE
G_VOLUME_IDENTIFIER_KIND_UUID
G_VOLUME_MONITOR_EXTENSION_POINT_NAME
ILL_BADSTK
ILL_COPROC
ILL_ILLADR
ILL_ILLOPC
ILL_ILLOPN
ILL_ILLTRP
ILL_NOOP
ILL_PRVOPC
ILL_PRVREG
INT8_MAX
INT8_MIN
INT16_MAX
INT16_MIN
INT32_MAX
INT32_MIN
INT64_MAX
INT64_MIN
INTPTR_MAX
INTPTR_MIN
INT_FAST8_MAX
INT_FAST8_MIN
INT_FAST16_MAX
INT_FAST16_MIN
INT_FAST32_MAX
INT_FAST32_MIN
INT_FAST64_MAX
INT_FAST64_MIN
INT_LEAST8_MAX
INT_LEAST8_MIN
INT_LEAST16_MAX
INT_LEAST16_MIN
INT_LEAST32_MAX
INT_LEAST32_MIN
INT_LEAST64_MAX
INT_LEAST64_MIN
INT_MAX
INT_MIN
IOPOL_APPLICATION
IOPOL_ATIME_UPDATES_DEFAULT
IOPOL_ATIME_UPDATES_OFF
IOPOL_DEFAULT
IOPOL_IMPORTANT
IOPOL_MATERIALIZE_DATALESS_FILES_DEFAULT
IOPOL_MATERIALIZE_DATALESS_FILES_OFF
IOPOL_MATERIALIZE_DATALESS_FILES_ON
IOPOL_NORMAL
IOPOL_PASSIVE
IOPOL_SCOPE_DARWIN_BG
IOPOL_SCOPE_PROCESS
IOPOL_SCOPE_THREAD
IOPOL_STANDARD
IOPOL_THROTTLE
IOPOL_TYPE_DISK
IOPOL_TYPE_VFS_ALLOW_LOW_SPACE_WRITES
IOPOL_TYPE_VFS_ATIME_UPDATES
IOPOL_TYPE_VFS_DISALLOW_RW_FOR_O_EVTONLY
IOPOL_TYPE_VFS_IGNORE_CONTENT_PROTECTION
IOPOL_TYPE_VFS_IGNORE_PERMISSIONS
IOPOL_TYPE_VFS_MATERIALIZE_DATALESS_FILES
IOPOL_TYPE_VFS_SKIP_MTIME_UPDATE
IOPOL_TYPE_VFS_STATFS_NO_DATA_VOLUME
IOPOL_TYPE_VFS_TRIGGER_RESOLVE
IOPOL_UTILITY
IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_OFF
IOPOL_VFS_ALLOW_LOW_SPACE_WRITES_ON
IOPOL_VFS_CONTENT_PROTECTION_DEFAULT
IOPOL_VFS_CONTENT_PROTECTION_IGNORE
IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_DEFAULT
IOPOL_VFS_DISALLOW_RW_FOR_O_EVTONLY_ON
IOPOL_VFS_IGNORE_PERMISSIONS_OFF
IOPOL_VFS_IGNORE_PERMISSIONS_ON
IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_DEFAULT
IOPOL_VFS_NOCACHE_WRITE_FS_BLKSIZE_ON
IOPOL_VFS_SKIP_MTIME_UPDATE_OFF
IOPOL_VFS_SKIP_MTIME_UPDATE_ON
IOPOL_VFS_STATFS_FORCE_NO_DATA_VOLUME
IOPOL_VFS_STATFS_NO_DATA_VOLUME_DEFAULT
IOPOL_VFS_TRIGGER_RESOLVE_DEFAULT
IOPOL_VFS_TRIGGER_RESOLVE_OFF
IOV_MAX
LDBL_HAS_SUBNORM
LINE_MAX
LINK_MAX
LITTLE_ENDIAN
LLONG_MAX
LLONG_MIN
LONG_BIT
LONG_MAX
LONG_MIN
L_INCR
L_SET
L_XTND
L_ctermid
L_tmpnam
MAC_OS_VERSION_11_0
MAC_OS_VERSION_11_1
MAC_OS_VERSION_11_3
MAC_OS_VERSION_11_4
MAC_OS_VERSION_11_5
MAC_OS_VERSION_11_6
MAC_OS_VERSION_12_0
MAC_OS_VERSION_12_1
MAC_OS_VERSION_12_2
MAC_OS_VERSION_12_3
MAC_OS_VERSION_12_4
MAC_OS_VERSION_12_5
MAC_OS_VERSION_12_6
MAC_OS_VERSION_12_7
MAC_OS_VERSION_13_0
MAC_OS_VERSION_13_1
MAC_OS_VERSION_13_2
MAC_OS_VERSION_13_3
MAC_OS_VERSION_13_4
MAC_OS_VERSION_13_5
MAC_OS_VERSION_13_6
MAC_OS_VERSION_14_0
MAC_OS_VERSION_14_1
MAC_OS_VERSION_14_2
MAC_OS_X_VERSION_10_0
MAC_OS_X_VERSION_10_1
MAC_OS_X_VERSION_10_2
MAC_OS_X_VERSION_10_3
MAC_OS_X_VERSION_10_4
MAC_OS_X_VERSION_10_5
MAC_OS_X_VERSION_10_6
MAC_OS_X_VERSION_10_7
MAC_OS_X_VERSION_10_8
MAC_OS_X_VERSION_10_9
MAC_OS_X_VERSION_10_10
MAC_OS_X_VERSION_10_11
MAC_OS_X_VERSION_10_12
MAC_OS_X_VERSION_10_13
MAC_OS_X_VERSION_10_14
MAC_OS_X_VERSION_10_15
MAC_OS_X_VERSION_10_16
MAC_OS_X_VERSION_10_10_2
MAC_OS_X_VERSION_10_10_3
MAC_OS_X_VERSION_10_11_2
MAC_OS_X_VERSION_10_11_3
MAC_OS_X_VERSION_10_11_4
MAC_OS_X_VERSION_10_12_1
MAC_OS_X_VERSION_10_12_2
MAC_OS_X_VERSION_10_12_4
MAC_OS_X_VERSION_10_13_1
MAC_OS_X_VERSION_10_13_2
MAC_OS_X_VERSION_10_13_4
MAC_OS_X_VERSION_10_14_1
MAC_OS_X_VERSION_10_14_4
MAC_OS_X_VERSION_10_14_5
MAC_OS_X_VERSION_10_14_6
MAC_OS_X_VERSION_10_15_1
MAC_OS_X_VERSION_10_15_4
MATH_ERREXCEPT
MATH_ERRNO
MAXNAMLEN
MAX_CANON
MAX_INPUT
MB_LEN_MAX
MINSIGSTKSZ
M_1_PI
M_2_PI
M_2_SQRTPI
M_E
M_LN2
M_LN10
M_LOG2E
M_LOG10E
M_PI
M_PI_2
M_PI_4
M_SQRT2
M_SQRT1_2
NAME_MAX
NBBY
NGROUPS_MAX
NL_ARGMAX
NL_LANGMAX
NL_MSGMAX
NL_NMAX
NL_SETMAX
NL_TEXTMAX
NSIG
NZERO
OFF_MAX
OFF_MIN
OPEN_MAX
OVERFLOW
PASS_MAX
PATH_MAX
PDP_ENDIAN
PIPE_BUF
PLOSS
POLL_ERR
POLL_HUP
POLL_IN
POLL_MSG
POLL_OUT
POLL_PRI
PRIO_DARWIN_BG
PRIO_DARWIN_NONUI
PRIO_DARWIN_PROCESS
PRIO_DARWIN_THREAD
PRIO_MAX
PRIO_MIN
PRIO_PGRP
PRIO_PROCESS
PRIO_USER
PTHREAD_CANCEL_ASYNCHRONOUS
PTHREAD_CANCEL_DEFERRED
PTHREAD_CANCEL_DISABLE
PTHREAD_CANCEL_ENABLE
PTHREAD_CREATE_DETACHED
PTHREAD_CREATE_JOINABLE
PTHREAD_DESTRUCTOR_ITERATIONS
PTHREAD_EXPLICIT_SCHED
PTHREAD_INHERIT_SCHED
PTHREAD_KEYS_MAX
PTHREAD_MUTEX_DEFAULT
PTHREAD_MUTEX_ERRORCHECK
PTHREAD_MUTEX_NORMAL
PTHREAD_MUTEX_POLICY_FAIRSHARE_NP
PTHREAD_MUTEX_POLICY_FIRSTFIT_NP
PTHREAD_MUTEX_RECURSIVE
PTHREAD_PRIO_INHERIT
PTHREAD_PRIO_NONE
PTHREAD_PRIO_PROTECT
PTHREAD_PROCESS_PRIVATE
PTHREAD_PROCESS_SHARED
PTHREAD_SCOPE_PROCESS
PTHREAD_SCOPE_SYSTEM
PTHREAD_STACK_MIN
P_tmpdir
QOS_CLASS_BACKGROUND
QOS_CLASS_DEFAULT
QOS_CLASS_UNSPECIFIED
QOS_CLASS_USER_INITIATED
QOS_CLASS_USER_INTERACTIVE
QOS_CLASS_UTILITY
QOS_MIN_RELATIVE_PRIORITY
QUAD_MAX
QUAD_MIN
RAND_MAX
RENAME_EXCL
RENAME_NOFOLLOW_ANY
RENAME_RESERVED1
RENAME_SECLUDE
RENAME_SWAP
RE_DUP_MAX
RLIMIT_AS
RLIMIT_CORE
RLIMIT_CPU
RLIMIT_CPU_USAGE_MONITOR
RLIMIT_DATA
RLIMIT_FOOTPRINT_INTERVAL
RLIMIT_FSIZE
RLIMIT_MEMLOCK
RLIMIT_NOFILE
RLIMIT_NPROC
RLIMIT_RSS
RLIMIT_STACK
RLIMIT_THREAD_CPULIMITS
RLIMIT_WAKEUPS_MONITOR
RLIM_NLIMITS
RSIZE_MAX
RUSAGE_CHILDREN
RUSAGE_INFO_CURRENT
RUSAGE_INFO_V0
RUSAGE_INFO_V1
RUSAGE_INFO_V2
RUSAGE_INFO_V3
RUSAGE_INFO_V4
RUSAGE_INFO_V5
RUSAGE_INFO_V6
RUSAGE_SELF
RU_PROC_RUNS_RESLIDE
R_OK
SA_64REGSET
SA_NOCLDSTOP
SA_NOCLDWAIT
SA_NODEFER
SA_ONSTACK
SA_RESETHAND
SA_RESTART
SA_SIGINFO
SA_USERSPACE_MASK
SA_USERTRAMP
SCHAR_MAX
SCHAR_MIN
SCHED_FIFO
SCHED_OTHER
SCHED_RR
SEEK_CUR
SEEK_DATA
SEEK_END
SEEK_HOLE
SEEK_SET
SEGV_ACCERR
SEGV_MAPERR
SEGV_NOOP
SF_APPEND
SF_ARCHIVED
SF_DATALESS
SF_FIRMLINK
SF_IMMUTABLE
SF_NOUNLINK
SF_RESTRICTED
SF_SETTABLE
SF_SUPPORTED
SF_SYNTHETIC
SHRT_MAX
SHRT_MIN
SIGABRT
SIGALRM
SIGBUS
SIGCHLD
SIGCONT
SIGEMT
SIGEV_NONE
SIGEV_SIGNAL
SIGEV_THREAD
SIGFPE
SIGHUP
SIGILL
SIGINFO
SIGINT
SIGIO
SIGIOT
SIGKILL
SIGPIPE
SIGPROF
SIGQUIT
SIGSEGV
SIGSTKSZ
SIGSTOP
SIGSYS
SIGTERM
SIGTRAP
SIGTSTP
SIGTTIN
SIGTTOU
SIGURG
SIGUSR1
SIGUSR2
SIGVTALRM
SIGWINCH
SIGXCPU
SIGXFSZ
SIG_ATOMIC_MAX
SIG_ATOMIC_MIN
SIG_BLOCK
SIG_SETMASK
SIG_UNBLOCK
SING
SIZE_MAX
SIZE_T_MAX
SI_ASYNCIO
SI_MESGQ
SI_QUEUE
SI_TIMER
SI_USER
SSIZE_MAX
SS_DISABLE
SS_ONSTACK
STDERR_FILENO
STDIN_FILENO
STDOUT_FILENO
SV_INTERRUPT
SV_NOCLDSTOP
SV_NODEFER
SV_ONSTACK
SV_RESETHAND
SV_SIGINFO
SYNC_VOLUME_FULLSYNC
SYNC_VOLUME_WAIT
S_BLKSIZE
S_IEXEC
S_IFBLK
S_IFCHR
S_IFDIR
S_IFIFO
S_IFLNK
S_IFMT
S_IFREG
S_IFSOCK
S_IFWHT
S_IREAD
S_IRGRP
S_IROTH
S_IRUSR
S_IRWXG
S_IRWXO
S_IRWXU
S_ISGID
S_ISTXT
S_ISUID
S_ISVTX
S_IWGRP
S_IWOTH
S_IWRITE
S_IWUSR
S_IXGRP
S_IXOTH
S_IXUSR
TIME_UTC
TLOSS
TMP_MAX
TRAP_BRKPT
TRAP_TRACE
UCHAR_MAX
UF_APPEND
UF_COMPRESSED
UF_DATAVAULT
UF_HIDDEN
UF_IMMUTABLE
UF_NODUMP
UF_OPAQUE
UF_SETTABLE
UF_TRACKED
UID_MAX
UINT8_MAX
UINT16_MAX
UINT32_MAX
UINT64_MAX
UINTPTR_MAX
UINT_FAST8_MAX
UINT_FAST16_MAX
UINT_FAST32_MAX
UINT_FAST64_MAX
UINT_LEAST8_MAX
UINT_LEAST16_MAX
UINT_LEAST32_MAX
UINT_LEAST64_MAX
UINT_MAX
ULLONG_MAX
ULONG_MAX
UNDERFLOW
UQUAD_MAX
USHRT_MAX
UTIME_NOW
UTIME_OMIT
VIPS_A_X0
VIPS_A_Y0
VIPS_A_Z0
VIPS_B_X0
VIPS_B_Y0
VIPS_B_Z0
VIPS_CONFIG
VIPS_C_X0
VIPS_C_Y0
VIPS_C_Z0
VIPS_D50_X0
VIPS_D50_Y0
VIPS_D50_Z0
VIPS_D55_X0
VIPS_D55_Y0
VIPS_D55_Z0
VIPS_D65_X0
VIPS_D65_Y0
VIPS_D65_Z0
VIPS_D75_X0
VIPS_D75_Y0
VIPS_D75_Z0
VIPS_D93_X0
VIPS_D93_Y0
VIPS_D93_Z0
VIPS_D3250_X0
VIPS_D3250_Y0
VIPS_D3250_Z0
VIPS_ENABLE_DEPRECATED
VIPS_E_X0
VIPS_E_Y0
VIPS_E_Z0
VIPS_INTERPOLATE_SCALE
VIPS_INTERPOLATE_SHIFT
VIPS_LIBRARY_AGE
VIPS_LIBRARY_CURRENT
VIPS_LIBRARY_REVISION
VIPS_MAGIC_INTEL
VIPS_MAGIC_SPARC
VIPS_MAJOR_VERSION
VIPS_MAX_COORD
VIPS_META_BITS_PER_SAMPLE
VIPS_META_CONCURRENCY
VIPS_META_EXIF_NAME
VIPS_META_ICC_NAME
VIPS_META_IMAGEDESCRIPTION
VIPS_META_IPTC_NAME
VIPS_META_LOADER
VIPS_META_N_PAGES
VIPS_META_N_SUBIFDS
VIPS_META_ORIENTATION
VIPS_META_PAGE_HEIGHT
VIPS_META_PHOTOSHOP_NAME
VIPS_META_RESOLUTION_UNIT
VIPS_META_SEQUENTIAL
VIPS_META_XMP_NAME
VIPS_MICRO_VERSION
VIPS_MINOR_VERSION
VIPS_PATH_MAX
VIPS_PI
VIPS_SBUF_BUFFER_SIZE
VIPS_SIZEOF_HEADER
VIPS_SPARE
VIPS_TARGET_BUFFER_SIZE
VIPS_TARGET_CUSTOM_BUFFER_SIZE
VIPS_TRANSFORM_SCALE
VIPS_TRANSFORM_SHIFT
VIPS_VERSION
VIPS_VERSION_STRING
VIPS__FATSTRIP_HEIGHT
VIPS__THINSTRIP_HEIGHT
VIPS__TILE_HEIGHT
VIPS__TILE_WIDTH
VIPS__WINDOW_MARGIN_BYTES
VIPS__WINDOW_MARGIN_PIXELS
VipsAccess_VIPS_ACCESS_LAST
VipsAccess_VIPS_ACCESS_RANDOM
VipsAccess_VIPS_ACCESS_SEQUENTIAL
VipsAccess_VIPS_ACCESS_SEQUENTIAL_UNBUFFERED
VipsAlign_VIPS_ALIGN_CENTRE
VipsAlign_VIPS_ALIGN_HIGH
VipsAlign_VIPS_ALIGN_LAST
VipsAlign_VIPS_ALIGN_LOW
VipsAngle45_VIPS_ANGLE45_D0
VipsAngle45_VIPS_ANGLE45_D45
VipsAngle45_VIPS_ANGLE45_D90
VipsAngle45_VIPS_ANGLE45_D135
VipsAngle45_VIPS_ANGLE45_D180
VipsAngle45_VIPS_ANGLE45_D225
VipsAngle45_VIPS_ANGLE45_D270
VipsAngle45_VIPS_ANGLE45_D315
VipsAngle45_VIPS_ANGLE45_LAST
VipsAngle_VIPS_ANGLE_D0
VipsAngle_VIPS_ANGLE_D90
VipsAngle_VIPS_ANGLE_D180
VipsAngle_VIPS_ANGLE_D270
VipsAngle_VIPS_ANGLE_LAST
VipsArgumentFlags_VIPS_ARGUMENT_CONSTRUCT
VipsArgumentFlags_VIPS_ARGUMENT_DEPRECATED
VipsArgumentFlags_VIPS_ARGUMENT_INPUT
VipsArgumentFlags_VIPS_ARGUMENT_MODIFY
VipsArgumentFlags_VIPS_ARGUMENT_NONE
VipsArgumentFlags_VIPS_ARGUMENT_NON_HASHABLE
VipsArgumentFlags_VIPS_ARGUMENT_OUTPUT
VipsArgumentFlags_VIPS_ARGUMENT_REQUIRED
VipsArgumentFlags_VIPS_ARGUMENT_SET_ALWAYS
VipsArgumentFlags_VIPS_ARGUMENT_SET_ONCE
VipsBandFormat_VIPS_FORMAT_CHAR
VipsBandFormat_VIPS_FORMAT_COMPLEX
VipsBandFormat_VIPS_FORMAT_DOUBLE
VipsBandFormat_VIPS_FORMAT_DPCOMPLEX
VipsBandFormat_VIPS_FORMAT_FLOAT
VipsBandFormat_VIPS_FORMAT_INT
VipsBandFormat_VIPS_FORMAT_LAST
VipsBandFormat_VIPS_FORMAT_NOTSET
VipsBandFormat_VIPS_FORMAT_SHORT
VipsBandFormat_VIPS_FORMAT_UCHAR
VipsBandFormat_VIPS_FORMAT_UINT
VipsBandFormat_VIPS_FORMAT_USHORT
VipsBlendMode_VIPS_BLEND_MODE_ADD
VipsBlendMode_VIPS_BLEND_MODE_ATOP
VipsBlendMode_VIPS_BLEND_MODE_CLEAR
VipsBlendMode_VIPS_BLEND_MODE_COLOUR_BURN
VipsBlendMode_VIPS_BLEND_MODE_COLOUR_DODGE
VipsBlendMode_VIPS_BLEND_MODE_DARKEN
VipsBlendMode_VIPS_BLEND_MODE_DEST
VipsBlendMode_VIPS_BLEND_MODE_DEST_ATOP
VipsBlendMode_VIPS_BLEND_MODE_DEST_IN
VipsBlendMode_VIPS_BLEND_MODE_DEST_OUT
VipsBlendMode_VIPS_BLEND_MODE_DEST_OVER
VipsBlendMode_VIPS_BLEND_MODE_DIFFERENCE
VipsBlendMode_VIPS_BLEND_MODE_EXCLUSION
VipsBlendMode_VIPS_BLEND_MODE_HARD_LIGHT
VipsBlendMode_VIPS_BLEND_MODE_IN
VipsBlendMode_VIPS_BLEND_MODE_LAST
VipsBlendMode_VIPS_BLEND_MODE_LIGHTEN
VipsBlendMode_VIPS_BLEND_MODE_MULTIPLY
VipsBlendMode_VIPS_BLEND_MODE_OUT
VipsBlendMode_VIPS_BLEND_MODE_OVER
VipsBlendMode_VIPS_BLEND_MODE_OVERLAY
VipsBlendMode_VIPS_BLEND_MODE_SATURATE
VipsBlendMode_VIPS_BLEND_MODE_SCREEN
VipsBlendMode_VIPS_BLEND_MODE_SOFT_LIGHT
VipsBlendMode_VIPS_BLEND_MODE_SOURCE
VipsBlendMode_VIPS_BLEND_MODE_XOR
VipsCoding_VIPS_CODING_ERROR
VipsCoding_VIPS_CODING_LABQ
VipsCoding_VIPS_CODING_LAST
VipsCoding_VIPS_CODING_NONE
VipsCoding_VIPS_CODING_RAD
VipsCombineMode_VIPS_COMBINE_MODE_ADD
VipsCombineMode_VIPS_COMBINE_MODE_LAST
VipsCombineMode_VIPS_COMBINE_MODE_SET
VipsCombine_VIPS_COMBINE_LAST
VipsCombine_VIPS_COMBINE_MAX
VipsCombine_VIPS_COMBINE_MIN
VipsCombine_VIPS_COMBINE_SUM
VipsCompassDirection_VIPS_COMPASS_DIRECTION_CENTRE
VipsCompassDirection_VIPS_COMPASS_DIRECTION_EAST
VipsCompassDirection_VIPS_COMPASS_DIRECTION_LAST
VipsCompassDirection_VIPS_COMPASS_DIRECTION_NORTH
VipsCompassDirection_VIPS_COMPASS_DIRECTION_NORTH_EAST
VipsCompassDirection_VIPS_COMPASS_DIRECTION_NORTH_WEST
VipsCompassDirection_VIPS_COMPASS_DIRECTION_SOUTH
VipsCompassDirection_VIPS_COMPASS_DIRECTION_SOUTH_EAST
VipsCompassDirection_VIPS_COMPASS_DIRECTION_SOUTH_WEST
VipsCompassDirection_VIPS_COMPASS_DIRECTION_WEST
VipsDemandStyle_VIPS_DEMAND_STYLE_ANY
VipsDemandStyle_VIPS_DEMAND_STYLE_ERROR
VipsDemandStyle_VIPS_DEMAND_STYLE_FATSTRIP
VipsDemandStyle_VIPS_DEMAND_STYLE_SMALLTILE
VipsDemandStyle_VIPS_DEMAND_STYLE_THINSTRIP
VipsDirection_VIPS_DIRECTION_HORIZONTAL
VipsDirection_VIPS_DIRECTION_LAST
VipsDirection_VIPS_DIRECTION_VERTICAL
VipsExtend_VIPS_EXTEND_BACKGROUND
VipsExtend_VIPS_EXTEND_BLACK
VipsExtend_VIPS_EXTEND_COPY
VipsExtend_VIPS_EXTEND_LAST
VipsExtend_VIPS_EXTEND_MIRROR
VipsExtend_VIPS_EXTEND_REPEAT
VipsExtend_VIPS_EXTEND_WHITE
VipsFailOn_VIPS_FAIL_ON_ERROR
VipsFailOn_VIPS_FAIL_ON_LAST
VipsFailOn_VIPS_FAIL_ON_NONE
VipsFailOn_VIPS_FAIL_ON_TRUNCATED
VipsFailOn_VIPS_FAIL_ON_WARNING
VipsForeignDzContainer_VIPS_FOREIGN_DZ_CONTAINER_FS
VipsForeignDzContainer_VIPS_FOREIGN_DZ_CONTAINER_LAST
VipsForeignDzContainer_VIPS_FOREIGN_DZ_CONTAINER_SZI
VipsForeignDzContainer_VIPS_FOREIGN_DZ_CONTAINER_ZIP
VipsForeignDzDepth_VIPS_FOREIGN_DZ_DEPTH_LAST
VipsForeignDzDepth_VIPS_FOREIGN_DZ_DEPTH_ONE
VipsForeignDzDepth_VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL
VipsForeignDzDepth_VIPS_FOREIGN_DZ_DEPTH_ONETILE
VipsForeignDzLayout_VIPS_FOREIGN_DZ_LAYOUT_DZ
VipsForeignDzLayout_VIPS_FOREIGN_DZ_LAYOUT_GOOGLE
VipsForeignDzLayout_VIPS_FOREIGN_DZ_LAYOUT_IIIF
VipsForeignDzLayout_VIPS_FOREIGN_DZ_LAYOUT_IIIF3
VipsForeignDzLayout_VIPS_FOREIGN_DZ_LAYOUT_LAST
VipsForeignDzLayout_VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY
VipsForeignFlags_VIPS_FOREIGN_ALL
VipsForeignFlags_VIPS_FOREIGN_BIGENDIAN
VipsForeignFlags_VIPS_FOREIGN_NONE
VipsForeignFlags_VIPS_FOREIGN_PARTIAL
VipsForeignFlags_VIPS_FOREIGN_SEQUENTIAL
VipsForeignHeifCompression_VIPS_FOREIGN_HEIF_COMPRESSION_AV1
VipsForeignHeifCompression_VIPS_FOREIGN_HEIF_COMPRESSION_AVC
VipsForeignHeifCompression_VIPS_FOREIGN_HEIF_COMPRESSION_HEVC
VipsForeignHeifCompression_VIPS_FOREIGN_HEIF_COMPRESSION_JPEG
VipsForeignHeifCompression_VIPS_FOREIGN_HEIF_COMPRESSION_LAST
VipsForeignHeifEncoder_VIPS_FOREIGN_HEIF_ENCODER_AOM
VipsForeignHeifEncoder_VIPS_FOREIGN_HEIF_ENCODER_AUTO
VipsForeignHeifEncoder_VIPS_FOREIGN_HEIF_ENCODER_LAST
VipsForeignHeifEncoder_VIPS_FOREIGN_HEIF_ENCODER_RAV1E
VipsForeignHeifEncoder_VIPS_FOREIGN_HEIF_ENCODER_SVT
VipsForeignHeifEncoder_VIPS_FOREIGN_HEIF_ENCODER_X265
VipsForeignJpegSubsample_VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO
VipsForeignJpegSubsample_VIPS_FOREIGN_JPEG_SUBSAMPLE_LAST
VipsForeignJpegSubsample_VIPS_FOREIGN_JPEG_SUBSAMPLE_OFF
VipsForeignJpegSubsample_VIPS_FOREIGN_JPEG_SUBSAMPLE_ON
VipsForeignKeep_VIPS_FOREIGN_KEEP_ALL
VipsForeignKeep_VIPS_FOREIGN_KEEP_EXIF
VipsForeignKeep_VIPS_FOREIGN_KEEP_ICC
VipsForeignKeep_VIPS_FOREIGN_KEEP_IPTC
VipsForeignKeep_VIPS_FOREIGN_KEEP_NONE
VipsForeignKeep_VIPS_FOREIGN_KEEP_OTHER
VipsForeignKeep_VIPS_FOREIGN_KEEP_XMP
VipsForeignPngFilter_VIPS_FOREIGN_PNG_FILTER_ALL
VipsForeignPngFilter_VIPS_FOREIGN_PNG_FILTER_AVG
VipsForeignPngFilter_VIPS_FOREIGN_PNG_FILTER_NONE
VipsForeignPngFilter_VIPS_FOREIGN_PNG_FILTER_PAETH
VipsForeignPngFilter_VIPS_FOREIGN_PNG_FILTER_SUB
VipsForeignPngFilter_VIPS_FOREIGN_PNG_FILTER_UP
VipsForeignPpmFormat_VIPS_FOREIGN_PPM_FORMAT_LAST
VipsForeignPpmFormat_VIPS_FOREIGN_PPM_FORMAT_PBM
VipsForeignPpmFormat_VIPS_FOREIGN_PPM_FORMAT_PFM
VipsForeignPpmFormat_VIPS_FOREIGN_PPM_FORMAT_PGM
VipsForeignPpmFormat_VIPS_FOREIGN_PPM_FORMAT_PNM
VipsForeignPpmFormat_VIPS_FOREIGN_PPM_FORMAT_PPM
VipsForeignSubsample_VIPS_FOREIGN_SUBSAMPLE_AUTO
VipsForeignSubsample_VIPS_FOREIGN_SUBSAMPLE_LAST
VipsForeignSubsample_VIPS_FOREIGN_SUBSAMPLE_OFF
VipsForeignSubsample_VIPS_FOREIGN_SUBSAMPLE_ON
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_CCITTFAX4
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_DEFLATE
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_JP2K
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_JPEG
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_LAST
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_LZW
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_NONE
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_PACKBITS
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_WEBP
VipsForeignTiffCompression_VIPS_FOREIGN_TIFF_COMPRESSION_ZSTD
VipsForeignTiffPredictor_VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT
VipsForeignTiffPredictor_VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL
VipsForeignTiffPredictor_VIPS_FOREIGN_TIFF_PREDICTOR_LAST
VipsForeignTiffPredictor_VIPS_FOREIGN_TIFF_PREDICTOR_NONE
VipsForeignTiffResunit_VIPS_FOREIGN_TIFF_RESUNIT_CM
VipsForeignTiffResunit_VIPS_FOREIGN_TIFF_RESUNIT_INCH
VipsForeignTiffResunit_VIPS_FOREIGN_TIFF_RESUNIT_LAST
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_DEFAULT
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_DRAWING
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_ICON
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_LAST
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_PHOTO
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_PICTURE
VipsForeignWebpPreset_VIPS_FOREIGN_WEBP_PRESET_TEXT
VipsFormatFlags_VIPS_FORMAT_BIGENDIAN
VipsFormatFlags_VIPS_FORMAT_NONE
VipsFormatFlags_VIPS_FORMAT_PARTIAL
VipsImageType_VIPS_IMAGE_ERROR
VipsImageType_VIPS_IMAGE_MMAPIN
VipsImageType_VIPS_IMAGE_MMAPINRW
VipsImageType_VIPS_IMAGE_NONE
VipsImageType_VIPS_IMAGE_OPENIN
VipsImageType_VIPS_IMAGE_OPENOUT
VipsImageType_VIPS_IMAGE_PARTIAL
VipsImageType_VIPS_IMAGE_SETBUF
VipsImageType_VIPS_IMAGE_SETBUF_FOREIGN
VipsIntent_VIPS_INTENT_ABSOLUTE
VipsIntent_VIPS_INTENT_LAST
VipsIntent_VIPS_INTENT_PERCEPTUAL
VipsIntent_VIPS_INTENT_RELATIVE
VipsIntent_VIPS_INTENT_SATURATION
VipsInteresting_VIPS_INTERESTING_ALL
VipsInteresting_VIPS_INTERESTING_ATTENTION
VipsInteresting_VIPS_INTERESTING_CENTRE
VipsInteresting_VIPS_INTERESTING_ENTROPY
VipsInteresting_VIPS_INTERESTING_HIGH
VipsInteresting_VIPS_INTERESTING_LAST
VipsInteresting_VIPS_INTERESTING_LOW
VipsInteresting_VIPS_INTERESTING_NONE
VipsInterpretation_VIPS_INTERPRETATION_B_W
VipsInterpretation_VIPS_INTERPRETATION_CMC
VipsInterpretation_VIPS_INTERPRETATION_CMYK
VipsInterpretation_VIPS_INTERPRETATION_ERROR
VipsInterpretation_VIPS_INTERPRETATION_FOURIER
VipsInterpretation_VIPS_INTERPRETATION_GREY16
VipsInterpretation_VIPS_INTERPRETATION_HISTOGRAM
VipsInterpretation_VIPS_INTERPRETATION_HSV
VipsInterpretation_VIPS_INTERPRETATION_LAB
VipsInterpretation_VIPS_INTERPRETATION_LABQ
VipsInterpretation_VIPS_INTERPRETATION_LABS
VipsInterpretation_VIPS_INTERPRETATION_LAST
VipsInterpretation_VIPS_INTERPRETATION_LCH
VipsInterpretation_VIPS_INTERPRETATION_MATRIX
VipsInterpretation_VIPS_INTERPRETATION_MULTIBAND
VipsInterpretation_VIPS_INTERPRETATION_RGB
VipsInterpretation_VIPS_INTERPRETATION_RGB16
VipsInterpretation_VIPS_INTERPRETATION_XYZ
VipsInterpretation_VIPS_INTERPRETATION_YXY
VipsInterpretation_VIPS_INTERPRETATION_sRGB
VipsInterpretation_VIPS_INTERPRETATION_scRGB
VipsKernel_VIPS_KERNEL_CUBIC
VipsKernel_VIPS_KERNEL_LANCZOS2
VipsKernel_VIPS_KERNEL_LANCZOS3
VipsKernel_VIPS_KERNEL_LAST
VipsKernel_VIPS_KERNEL_LINEAR
VipsKernel_VIPS_KERNEL_MITCHELL
VipsKernel_VIPS_KERNEL_NEAREST
VipsOperationBoolean_VIPS_OPERATION_BOOLEAN_AND
VipsOperationBoolean_VIPS_OPERATION_BOOLEAN_EOR
VipsOperationBoolean_VIPS_OPERATION_BOOLEAN_LAST
VipsOperationBoolean_VIPS_OPERATION_BOOLEAN_LSHIFT
VipsOperationBoolean_VIPS_OPERATION_BOOLEAN_OR
VipsOperationBoolean_VIPS_OPERATION_BOOLEAN_RSHIFT
VipsOperationComplex2_VIPS_OPERATION_COMPLEX2_CROSS_PHASE
VipsOperationComplex2_VIPS_OPERATION_COMPLEX2_LAST
VipsOperationComplex_VIPS_OPERATION_COMPLEX_CONJ
VipsOperationComplex_VIPS_OPERATION_COMPLEX_LAST
VipsOperationComplex_VIPS_OPERATION_COMPLEX_POLAR
VipsOperationComplex_VIPS_OPERATION_COMPLEX_RECT
VipsOperationComplexget_VIPS_OPERATION_COMPLEXGET_IMAG
VipsOperationComplexget_VIPS_OPERATION_COMPLEXGET_LAST
VipsOperationComplexget_VIPS_OPERATION_COMPLEXGET_REAL
VipsOperationFlags_VIPS_OPERATION_BLOCKED
VipsOperationFlags_VIPS_OPERATION_DEPRECATED
VipsOperationFlags_VIPS_OPERATION_NOCACHE
VipsOperationFlags_VIPS_OPERATION_NONE
VipsOperationFlags_VIPS_OPERATION_REVALIDATE
VipsOperationFlags_VIPS_OPERATION_SEQUENTIAL
VipsOperationFlags_VIPS_OPERATION_SEQUENTIAL_UNBUFFERED
VipsOperationFlags_VIPS_OPERATION_UNTRUSTED
VipsOperationMath2_VIPS_OPERATION_MATH2_ATAN2
VipsOperationMath2_VIPS_OPERATION_MATH2_LAST
VipsOperationMath2_VIPS_OPERATION_MATH2_POW
VipsOperationMath2_VIPS_OPERATION_MATH2_WOP
VipsOperationMath_VIPS_OPERATION_MATH_ACOS
VipsOperationMath_VIPS_OPERATION_MATH_ACOSH
VipsOperationMath_VIPS_OPERATION_MATH_ASIN
VipsOperationMath_VIPS_OPERATION_MATH_ASINH
VipsOperationMath_VIPS_OPERATION_MATH_ATAN
VipsOperationMath_VIPS_OPERATION_MATH_ATANH
VipsOperationMath_VIPS_OPERATION_MATH_COS
VipsOperationMath_VIPS_OPERATION_MATH_COSH
VipsOperationMath_VIPS_OPERATION_MATH_EXP
VipsOperationMath_VIPS_OPERATION_MATH_EXP10
VipsOperationMath_VIPS_OPERATION_MATH_LAST
VipsOperationMath_VIPS_OPERATION_MATH_LOG
VipsOperationMath_VIPS_OPERATION_MATH_LOG10
VipsOperationMath_VIPS_OPERATION_MATH_SIN
VipsOperationMath_VIPS_OPERATION_MATH_SINH
VipsOperationMath_VIPS_OPERATION_MATH_TAN
VipsOperationMath_VIPS_OPERATION_MATH_TANH
VipsOperationMorphology_VIPS_OPERATION_MORPHOLOGY_DILATE
VipsOperationMorphology_VIPS_OPERATION_MORPHOLOGY_ERODE
VipsOperationMorphology_VIPS_OPERATION_MORPHOLOGY_LAST
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_EQUAL
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_LAST
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_LESS
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_LESSEQ
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_MORE
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_MOREEQ
VipsOperationRelational_VIPS_OPERATION_RELATIONAL_NOTEQ
VipsOperationRound_VIPS_OPERATION_ROUND_CEIL
VipsOperationRound_VIPS_OPERATION_ROUND_FLOOR
VipsOperationRound_VIPS_OPERATION_ROUND_LAST
VipsOperationRound_VIPS_OPERATION_ROUND_RINT
VipsPCS_VIPS_PCS_LAB
VipsPCS_VIPS_PCS_LAST
VipsPCS_VIPS_PCS_XYZ
VipsPrecision_VIPS_PRECISION_APPROXIMATE
VipsPrecision_VIPS_PRECISION_FLOAT
VipsPrecision_VIPS_PRECISION_INTEGER
VipsPrecision_VIPS_PRECISION_LAST
VipsRegionShrink_VIPS_REGION_SHRINK_LAST
VipsRegionShrink_VIPS_REGION_SHRINK_MAX
VipsRegionShrink_VIPS_REGION_SHRINK_MEAN
VipsRegionShrink_VIPS_REGION_SHRINK_MEDIAN
VipsRegionShrink_VIPS_REGION_SHRINK_MIN
VipsRegionShrink_VIPS_REGION_SHRINK_MODE
VipsRegionShrink_VIPS_REGION_SHRINK_NEAREST
VipsSaveable_VIPS_SAVEABLE_ANY
VipsSaveable_VIPS_SAVEABLE_LAST
VipsSaveable_VIPS_SAVEABLE_MONO
VipsSaveable_VIPS_SAVEABLE_RGB
VipsSaveable_VIPS_SAVEABLE_RGBA
VipsSaveable_VIPS_SAVEABLE_RGBA_ONLY
VipsSaveable_VIPS_SAVEABLE_RGB_CMYK
VipsSize_VIPS_SIZE_BOTH
VipsSize_VIPS_SIZE_DOWN
VipsSize_VIPS_SIZE_FORCE
VipsSize_VIPS_SIZE_LAST
VipsSize_VIPS_SIZE_UP
VipsTextWrap_VIPS_TEXT_WRAP_CHAR
VipsTextWrap_VIPS_TEXT_WRAP_LAST
VipsTextWrap_VIPS_TEXT_WRAP_NONE
VipsTextWrap_VIPS_TEXT_WRAP_WORD
VipsTextWrap_VIPS_TEXT_WRAP_WORD_CHAR
VipsToken_VIPS_TOKEN_COMMA
VipsToken_VIPS_TOKEN_EQUALS
VipsToken_VIPS_TOKEN_LEFT
VipsToken_VIPS_TOKEN_RIGHT
VipsToken_VIPS_TOKEN_STRING
WAIT_ANY
WAIT_MYPGRP
WAKEMON_DISABLE
WAKEMON_ENABLE
WAKEMON_GET_PARAMS
WAKEMON_MAKE_FATAL
WAKEMON_SET_DEFAULTS
WCONTINUED
WCOREFLAG
WEXITED
WINT_MAX
WINT_MIN
WNOHANG
WNOWAIT
WORD_BIT
WSTOPPED
WUNTRACED
W_OK
X_OK
_ACCESS_EXTENDED_MASK
_APPEND_OK
_ARM_SIGNAL_
_CHOWN_OK
_CS_DARWIN_USER_CACHE_DIR
_CS_DARWIN_USER_DIR
_CS_DARWIN_USER_TEMP_DIR
_CS_PATH
_CS_POSIX_V6_ILP32_OFF32_CFLAGS
_CS_POSIX_V6_ILP32_OFF32_LDFLAGS
_CS_POSIX_V6_ILP32_OFF32_LIBS
_CS_POSIX_V6_ILP32_OFFBIG_CFLAGS
_CS_POSIX_V6_ILP32_OFFBIG_LDFLAGS
_CS_POSIX_V6_ILP32_OFFBIG_LIBS
_CS_POSIX_V6_LP64_OFF64_CFLAGS
_CS_POSIX_V6_LP64_OFF64_LDFLAGS
_CS_POSIX_V6_LP64_OFF64_LIBS
_CS_POSIX_V6_LPBIG_OFFBIG_CFLAGS
_CS_POSIX_V6_LPBIG_OFFBIG_LDFLAGS
_CS_POSIX_V6_LPBIG_OFFBIG_LIBS
_CS_POSIX_V6_WIDTH_RESTRICTED_ENVS
_CS_XBS5_ILP32_OFF32_CFLAGS
_CS_XBS5_ILP32_OFF32_LDFLAGS
_CS_XBS5_ILP32_OFF32_LIBS
_CS_XBS5_ILP32_OFF32_LINTFLAGS
_CS_XBS5_ILP32_OFFBIG_CFLAGS
_CS_XBS5_ILP32_OFFBIG_LDFLAGS
_CS_XBS5_ILP32_OFFBIG_LIBS
_CS_XBS5_ILP32_OFFBIG_LINTFLAGS
_CS_XBS5_LP64_OFF64_CFLAGS
_CS_XBS5_LP64_OFF64_LDFLAGS
_CS_XBS5_LP64_OFF64_LIBS
_CS_XBS5_LP64_OFF64_LINTFLAGS
_CS_XBS5_LPBIG_OFFBIG_CFLAGS
_CS_XBS5_LPBIG_OFFBIG_LDFLAGS
_CS_XBS5_LPBIG_OFFBIG_LIBS
_CS_XBS5_LPBIG_OFFBIG_LINTFLAGS
_DARWIN_FEATURE_64_BIT_INODE
_DARWIN_FEATURE_ONLY_64_BIT_INODE
_DARWIN_FEATURE_ONLY_UNIX_CONFORMANCE
_DARWIN_FEATURE_ONLY_VERS_1050
_DARWIN_FEATURE_UNIX_CONFORMANCE
_DELETE_OK
_EXECUTE_OK
_FORTIFY_SOURCE
_GTlsPasswordFlags_G_TLS_PASSWORD_FINAL_TRY
_GTlsPasswordFlags_G_TLS_PASSWORD_MANY_TRIES
_GTlsPasswordFlags_G_TLS_PASSWORD_NONE
_GTlsPasswordFlags_G_TLS_PASSWORD_PKCS11_CONTEXT_SPECIFIC
_GTlsPasswordFlags_G_TLS_PASSWORD_PKCS11_SECURITY_OFFICER
_GTlsPasswordFlags_G_TLS_PASSWORD_PKCS11_USER
_GTlsPasswordFlags_G_TLS_PASSWORD_RETRY
_IOFBF
_IOLBF
_IONBF
_PC_2_SYMLINKS
_PC_ALLOC_SIZE_MIN
_PC_ASYNC_IO
_PC_AUTH_OPAQUE_NP
_PC_CASE_PRESERVING
_PC_CASE_SENSITIVE
_PC_CHOWN_RESTRICTED
_PC_EXTENDED_SECURITY_NP
_PC_FILESIZEBITS
_PC_LINK_MAX
_PC_MAX_CANON
_PC_MAX_INPUT
_PC_MIN_HOLE_SIZE
_PC_NAME_CHARS_MAX
_PC_NAME_MAX
_PC_NO_TRUNC
_PC_PATH_MAX
_PC_PIPE_BUF
_PC_PRIO_IO
_PC_REC_INCR_XFER_SIZE
_PC_REC_MAX_XFER_SIZE
_PC_REC_MIN_XFER_SIZE
_PC_REC_XFER_ALIGN
_PC_SYMLINK_MAX
_PC_SYNC_IO
_PC_VDISABLE
_PC_XATTR_SIZE_BITS
_POSIX2_BC_BASE_MAX
_POSIX2_BC_DIM_MAX
_POSIX2_BC_SCALE_MAX
_POSIX2_BC_STRING_MAX
_POSIX2_CHARCLASS_NAME_MAX
_POSIX2_CHAR_TERM
_POSIX2_COLL_WEIGHTS_MAX
_POSIX2_C_BIND
_POSIX2_C_DEV
_POSIX2_EQUIV_CLASS_MAX
_POSIX2_EXPR_NEST_MAX
_POSIX2_FORT_DEV
_POSIX2_FORT_RUN
_POSIX2_LINE_MAX
_POSIX2_LOCALEDEF
_POSIX2_PBS
_POSIX2_PBS_ACCOUNTING
_POSIX2_PBS_CHECKPOINT
_POSIX2_PBS_LOCATE
_POSIX2_PBS_MESSAGE
_POSIX2_PBS_TRACK
_POSIX2_RE_DUP_MAX
_POSIX2_SW_DEV
_POSIX2_UPE
_POSIX2_VERSION
_POSIX_ADVISORY_INFO
_POSIX_AIO_LISTIO_MAX
_POSIX_AIO_MAX
_POSIX_ARG_MAX
_POSIX_ASYNCHRONOUS_IO
_POSIX_BARRIERS
_POSIX_CHILD_MAX
_POSIX_CHOWN_RESTRICTED
_POSIX_CLOCKRES_MIN
_POSIX_CLOCK_SELECTION
_POSIX_CPUTIME
_POSIX_DELAYTIMER_MAX
_POSIX_FSYNC
_POSIX_HOST_NAME_MAX
_POSIX_IPV6
_POSIX_JOB_CONTROL
_POSIX_LINK_MAX
_POSIX_LOGIN_NAME_MAX
_POSIX_MAPPED_FILES
_POSIX_MAX_CANON
_POSIX_MAX_INPUT
_POSIX_MEMLOCK
_POSIX_MEMLOCK_RANGE
_POSIX_MEMORY_PROTECTION
_POSIX_MESSAGE_PASSING
_POSIX_MONOTONIC_CLOCK
_POSIX_MQ_OPEN_MAX
_POSIX_MQ_PRIO_MAX
_POSIX_NAME_MAX
_POSIX_NGROUPS_MAX
_POSIX_NO_TRUNC
_POSIX_OPEN_MAX
_POSIX_PATH_MAX
_POSIX_PIPE_BUF
_POSIX_PRIORITIZED_IO
_POSIX_PRIORITY_SCHEDULING
_POSIX_RAW_SOCKETS
_POSIX_READER_WRITER_LOCKS
_POSIX_REALTIME_SIGNALS
_POSIX_REGEXP
_POSIX_RE_DUP_MAX
_POSIX_RTSIG_MAX
_POSIX_SAVED_IDS
_POSIX_SEMAPHORES
_POSIX_SEM_NSEMS_MAX
_POSIX_SEM_VALUE_MAX
_POSIX_SHARED_MEMORY_OBJECTS
_POSIX_SHELL
_POSIX_SIGQUEUE_MAX
_POSIX_SPAWN
_POSIX_SPIN_LOCKS
_POSIX_SPORADIC_SERVER
_POSIX_SSIZE_MAX
_POSIX_SS_REPL_MAX
_POSIX_STREAM_MAX
_POSIX_SYMLINK_MAX
_POSIX_SYMLOOP_MAX
_POSIX_SYNCHRONIZED_IO
_POSIX_THREADS
_POSIX_THREAD_ATTR_STACKADDR
_POSIX_THREAD_ATTR_STACKSIZE
_POSIX_THREAD_CPUTIME
_POSIX_THREAD_DESTRUCTOR_ITERATIONS
_POSIX_THREAD_KEYS_MAX
_POSIX_THREAD_PRIORITY_SCHEDULING
_POSIX_THREAD_PRIO_INHERIT
_POSIX_THREAD_PRIO_PROTECT
_POSIX_THREAD_PROCESS_SHARED
_POSIX_THREAD_SAFE_FUNCTIONS
_POSIX_THREAD_SPORADIC_SERVER
_POSIX_THREAD_THREADS_MAX
_POSIX_TIMEOUTS
_POSIX_TIMERS
_POSIX_TIMER_MAX
_POSIX_TRACE
_POSIX_TRACE_EVENT_FILTER
_POSIX_TRACE_EVENT_NAME_MAX
_POSIX_TRACE_INHERIT
_POSIX_TRACE_LOG
_POSIX_TRACE_NAME_MAX
_POSIX_TRACE_SYS_MAX
_POSIX_TRACE_USER_EVENT_MAX
_POSIX_TTY_NAME_MAX
_POSIX_TYPED_MEMORY_OBJECTS
_POSIX_TZNAME_MAX
_POSIX_V6_ILP32_OFF32
_POSIX_V6_ILP32_OFFBIG
_POSIX_V6_LP64_OFF64
_POSIX_V6_LPBIG_OFFBIG
_POSIX_V7_ILP32_OFF32
_POSIX_V7_ILP32_OFFBIG
_POSIX_V7_LP64_OFF64
_POSIX_V7_LPBIG_OFFBIG
_POSIX_VERSION
_PTHREAD_COND_SIG_init
_PTHREAD_ERRORCHECK_MUTEX_SIG_init
_PTHREAD_FIRSTFIT_MUTEX_SIG_init
_PTHREAD_MUTEX_SIG_init
_PTHREAD_ONCE_SIG_init
_PTHREAD_RECURSIVE_MUTEX_SIG_init
_PTHREAD_RWLOCK_SIG_init
_QUAD_HIGHWORD
_QUAD_LOWWORD
_RATTR_OK
_READ_OK
_REXT_OK
_RLIMIT_POSIX_FLAG
_RMFILE_OK
_RPERM_OK
_RegionType_VIPS_REGION_BUFFER
_RegionType_VIPS_REGION_NONE
_RegionType_VIPS_REGION_OTHER_IMAGE
_RegionType_VIPS_REGION_OTHER_REGION
_RegionType_VIPS_REGION_WINDOW
_SC_2_CHAR_TERM
_SC_2_C_BIND
_SC_2_C_DEV
_SC_2_FORT_DEV
_SC_2_FORT_RUN
_SC_2_LOCALEDEF
_SC_2_PBS
_SC_2_PBS_ACCOUNTING
_SC_2_PBS_CHECKPOINT
_SC_2_PBS_LOCATE
_SC_2_PBS_MESSAGE
_SC_2_PBS_TRACK
_SC_2_SW_DEV
_SC_2_UPE
_SC_2_VERSION
_SC_ADVISORY_INFO
_SC_AIO_LISTIO_MAX
_SC_AIO_MAX
_SC_AIO_PRIO_DELTA_MAX
_SC_ARG_MAX
_SC_ASYNCHRONOUS_IO
_SC_ATEXIT_MAX
_SC_BARRIERS
_SC_BC_BASE_MAX
_SC_BC_DIM_MAX
_SC_BC_SCALE_MAX
_SC_BC_STRING_MAX
_SC_CHILD_MAX
_SC_CLK_TCK
_SC_CLOCK_SELECTION
_SC_COLL_WEIGHTS_MAX
_SC_CPUTIME
_SC_DELAYTIMER_MAX
_SC_EXPR_NEST_MAX
_SC_FILE_LOCKING
_SC_FSYNC
_SC_GETGR_R_SIZE_MAX
_SC_GETPW_R_SIZE_MAX
_SC_HOST_NAME_MAX
_SC_IOV_MAX
_SC_IPV6
_SC_JOB_CONTROL
_SC_LINE_MAX
_SC_LOGIN_NAME_MAX
_SC_MAPPED_FILES
_SC_MEMLOCK
_SC_MEMLOCK_RANGE
_SC_MEMORY_PROTECTION
_SC_MESSAGE_PASSING
_SC_MONOTONIC_CLOCK
_SC_MQ_OPEN_MAX
_SC_MQ_PRIO_MAX
_SC_NGROUPS_MAX
_SC_NPROCESSORS_CONF
_SC_NPROCESSORS_ONLN
_SC_OPEN_MAX
_SC_PAGESIZE
_SC_PAGE_SIZE
_SC_PASS_MAX
_SC_PHYS_PAGES
_SC_PRIORITIZED_IO
_SC_PRIORITY_SCHEDULING
_SC_RAW_SOCKETS
_SC_READER_WRITER_LOCKS
_SC_REALTIME_SIGNALS
_SC_REGEXP
_SC_RE_DUP_MAX
_SC_RTSIG_MAX
_SC_SAVED_IDS
_SC_SEMAPHORES
_SC_SEM_NSEMS_MAX
_SC_SEM_VALUE_MAX
_SC_SHARED_MEMORY_OBJECTS
_SC_SHELL
_SC_SIGQUEUE_MAX
_SC_SPAWN
_SC_SPIN_LOCKS
_SC_SPORADIC_SERVER
_SC_SS_REPL_MAX
_SC_STREAM_MAX
_SC_SYMLOOP_MAX
_SC_SYNCHRONIZED_IO
_SC_THREADS
_SC_THREAD_ATTR_STACKADDR
_SC_THREAD_ATTR_STACKSIZE
_SC_THREAD_CPUTIME
_SC_THREAD_DESTRUCTOR_ITERATIONS
_SC_THREAD_KEYS_MAX
_SC_THREAD_PRIORITY_SCHEDULING
_SC_THREAD_PRIO_INHERIT
_SC_THREAD_PRIO_PROTECT
_SC_THREAD_PROCESS_SHARED
_SC_THREAD_SAFE_FUNCTIONS
_SC_THREAD_SPORADIC_SERVER
_SC_THREAD_STACK_MIN
_SC_THREAD_THREADS_MAX
_SC_TIMEOUTS
_SC_TIMERS
_SC_TIMER_MAX
_SC_TRACE
_SC_TRACE_EVENT_FILTER
_SC_TRACE_EVENT_NAME_MAX
_SC_TRACE_INHERIT
_SC_TRACE_LOG
_SC_TRACE_NAME_MAX
_SC_TRACE_SYS_MAX
_SC_TRACE_USER_EVENT_MAX
_SC_TTY_NAME_MAX
_SC_TYPED_MEMORY_OBJECTS
_SC_TZNAME_MAX
_SC_V6_ILP32_OFF32
_SC_V6_ILP32_OFFBIG
_SC_V6_LP64_OFF64
_SC_V6_LPBIG_OFFBIG
_SC_VERSION
_SC_XBS5_ILP32_OFF32
_SC_XBS5_ILP32_OFFBIG
_SC_XBS5_LP64_OFF64
_SC_XBS5_LPBIG_OFFBIG
_SC_XOPEN_CRYPT
_SC_XOPEN_ENH_I18N
_SC_XOPEN_LEGACY
_SC_XOPEN_REALTIME
_SC_XOPEN_REALTIME_THREADS
_SC_XOPEN_SHM
_SC_XOPEN_STREAMS
_SC_XOPEN_UNIX
_SC_XOPEN_VERSION
_SC_XOPEN_XCU_VERSION
_USE_FORTIFY_LEVEL
_V6_ILP32_OFF32
_V6_ILP32_OFFBIG
_V6_LP64_OFF64
_V6_LPBIG_OFFBIG
_WATTR_OK
_WEXT_OK
_WPERM_OK
_WRITE_OK
_WSTOPPED
_XBS5_ILP32_OFF32
_XBS5_ILP32_OFFBIG
_XBS5_LP64_OFF64
_XBS5_LPBIG_OFFBIG
_XOPEN_CRYPT
_XOPEN_ENH_I18N
_XOPEN_IOV_MAX
_XOPEN_LEGACY
_XOPEN_NAME_MAX
_XOPEN_PATH_MAX
_XOPEN_REALTIME
_XOPEN_REALTIME_THREADS
_XOPEN_SHM
_XOPEN_STREAMS
_XOPEN_UNIX
_XOPEN_VERSION
_XOPEN_XCU_VERSION
__API_TO_BE_DEPRECATED
__API_TO_BE_DEPRECATED_DRIVERKIT
__API_TO_BE_DEPRECATED_IOS
__API_TO_BE_DEPRECATED_MACCATALYST
__API_TO_BE_DEPRECATED_MACOS
__API_TO_BE_DEPRECATED_TVOS
__API_TO_BE_DEPRECATED_VISIONOS
__API_TO_BE_DEPRECATED_WATCHOS
__BRIDGEOS_2_0
__BRIDGEOS_3_0
__BRIDGEOS_3_1
__BRIDGEOS_3_4
__BRIDGEOS_4_0
__BRIDGEOS_4_1
__BRIDGEOS_5_0
__BRIDGEOS_5_1
__BRIDGEOS_5_3
__BRIDGEOS_6_0
__BRIDGEOS_6_2
__BRIDGEOS_6_4
__BRIDGEOS_6_5
__BRIDGEOS_6_6
__BRIDGEOS_7_0
__BRIDGEOS_7_1
__BRIDGEOS_7_2
__BRIDGEOS_7_3
__BRIDGEOS_7_4
__BRIDGEOS_7_6
__BRIDGEOS_8_0
__BRIDGEOS_8_1
__BRIDGEOS_8_2
__DARWIN_64_BIT_INO_T
__DARWIN_BIG_ENDIAN
__DARWIN_BYTE_ORDER
__DARWIN_CLK_TCK
__DARWIN_C_ANSI
__DARWIN_C_FULL
__DARWIN_C_LEVEL
__DARWIN_FD_SETSIZE
__DARWIN_LITTLE_ENDIAN
__DARWIN_MAXNAMLEN
__DARWIN_MAXPATHLEN
__DARWIN_NBBY
__DARWIN_NON_CANCELABLE
__DARWIN_NO_LONG_LONG
__DARWIN_NSIG
__DARWIN_ONLY_64_BIT_INO_T
__DARWIN_ONLY_UNIX_CONFORMANCE
__DARWIN_ONLY_VERS_1050
__DARWIN_OPAQUE_ARM_THREAD_STATE64
__DARWIN_PDP_ENDIAN
__DARWIN_SUF_EXTSN
__DARWIN_UNIX03
__DARWIN_VERS_1050
__DARWIN_WCHAR_MIN
__DRIVERKIT_19_0
__DRIVERKIT_20_0
__DRIVERKIT_21_0
__DRIVERKIT_22_0
__DRIVERKIT_22_4
__DRIVERKIT_22_5
__DRIVERKIT_22_6
__DRIVERKIT_23_0
__DRIVERKIT_23_1
__DRIVERKIT_23_2
__DTF_ATEND
__DTF_READALL
__DTF_SKIPREAD
__ENABLE_LEGACY_MAC_AVAILABILITY
__GNUC_VA_LIST
__HAS_FIXED_CHK_PROTOTYPES
__ILP32_OFF32
__ILP32_OFFBIG
__IPHONE_2_0
__IPHONE_2_1
__IPHONE_2_2
__IPHONE_3_0
__IPHONE_3_1
__IPHONE_3_2
__IPHONE_4_0
__IPHONE_4_1
__IPHONE_4_2
__IPHONE_4_3
__IPHONE_5_0
__IPHONE_5_1
__IPHONE_6_0
__IPHONE_6_1
__IPHONE_7_0
__IPHONE_7_1
__IPHONE_8_0
__IPHONE_8_1
__IPHONE_8_2
__IPHONE_8_3
__IPHONE_8_4
__IPHONE_9_0
__IPHONE_9_1
__IPHONE_9_2
__IPHONE_9_3
__IPHONE_10_0
__IPHONE_10_1
__IPHONE_10_2
__IPHONE_10_3
__IPHONE_11_0
__IPHONE_11_1
__IPHONE_11_2
__IPHONE_11_3
__IPHONE_11_4
__IPHONE_12_0
__IPHONE_12_1
__IPHONE_12_2
__IPHONE_12_3
__IPHONE_12_4
__IPHONE_13_0
__IPHONE_13_1
__IPHONE_13_2
__IPHONE_13_3
__IPHONE_13_4
__IPHONE_13_5
__IPHONE_13_6
__IPHONE_13_7
__IPHONE_14_0
__IPHONE_14_1
__IPHONE_14_2
__IPHONE_14_3
__IPHONE_14_4
__IPHONE_14_5
__IPHONE_14_6
__IPHONE_14_7
__IPHONE_14_8
__IPHONE_15_0
__IPHONE_15_1
__IPHONE_15_2
__IPHONE_15_3
__IPHONE_15_4
__IPHONE_15_5
__IPHONE_15_6
__IPHONE_16_0
__IPHONE_16_1
__IPHONE_16_2
__IPHONE_16_3
__IPHONE_16_4
__IPHONE_16_5
__IPHONE_16_6
__IPHONE_16_7
__IPHONE_17_0
__IPHONE_17_1
__IPHONE_17_2
__LP64_OFF64
__LPBIG_OFFBIG
__MAC_10_0
__MAC_10_1
__MAC_10_2
__MAC_10_3
__MAC_10_4
__MAC_10_5
__MAC_10_6
__MAC_10_7
__MAC_10_8
__MAC_10_9
__MAC_10_10
__MAC_10_11
__MAC_10_12
__MAC_10_13
__MAC_10_14
__MAC_10_15
__MAC_10_16
__MAC_10_10_2
__MAC_10_10_3
__MAC_10_11_2
__MAC_10_11_3
__MAC_10_11_4
__MAC_10_12_1
__MAC_10_12_2
__MAC_10_12_4
__MAC_10_13_1
__MAC_10_13_2
__MAC_10_13_4
__MAC_10_14_1
__MAC_10_14_4
__MAC_10_14_5
__MAC_10_14_6
__MAC_10_15_1
__MAC_10_15_4
__MAC_11_0
__MAC_11_1
__MAC_11_3
__MAC_11_4
__MAC_11_5
__MAC_11_6
__MAC_12_0
__MAC_12_1
__MAC_12_2
__MAC_12_3
__MAC_12_4
__MAC_12_5
__MAC_12_6
__MAC_12_7
__MAC_13_0
__MAC_13_1
__MAC_13_2
__MAC_13_3
__MAC_13_4
__MAC_13_5
__MAC_13_6
__MAC_14_0
__MAC_14_1
__MAC_14_2
__MAC_OS_X_VERSION_MAX_ALLOWED
__PTHREAD_ATTR_SIZE__
__PTHREAD_CONDATTR_SIZE__
__PTHREAD_COND_SIZE__
__PTHREAD_MUTEXATTR_SIZE__
__PTHREAD_MUTEX_SIZE__
__PTHREAD_ONCE_SIZE__
__PTHREAD_RWLOCKATTR_SIZE__
__PTHREAD_RWLOCK_SIZE__
__PTHREAD_SIZE__
__SALC
__SAPP
__SCHED_PARAM_SIZE__
__SEOF
__SERR
__SIGN
__SLBF
__SMBF
__SMOD
__SNBF
__SNPT
__SOFF
__SOPT
__SRD
__SRW
__SSTR
__STDC_WANT_LIB_EXT1__
__SWR
__TVOS_9_0
__TVOS_9_1
__TVOS_9_2
__TVOS_10_0
__TVOS_10_0_1
__TVOS_10_1
__TVOS_10_2
__TVOS_11_0
__TVOS_11_1
__TVOS_11_2
__TVOS_11_3
__TVOS_11_4
__TVOS_12_0
__TVOS_12_1
__TVOS_12_2
__TVOS_12_3
__TVOS_12_4
__TVOS_13_0
__TVOS_13_2
__TVOS_13_3
__TVOS_13_4
__TVOS_14_0
__TVOS_14_1
__TVOS_14_2
__TVOS_14_3
__TVOS_14_5
__TVOS_14_6
__TVOS_14_7
__TVOS_15_0
__TVOS_15_1
__TVOS_15_2
__TVOS_15_3
__TVOS_15_4
__TVOS_15_5
__TVOS_15_6
__TVOS_16_0
__TVOS_16_1
__TVOS_16_2
__TVOS_16_3
__TVOS_16_4
__TVOS_16_5
__TVOS_16_6
__TVOS_17_0
__TVOS_17_1
__TVOS_17_2
__VISIONOS_1_0
__WATCHOS_1_0
__WATCHOS_2_0
__WATCHOS_2_1
__WATCHOS_2_2
__WATCHOS_3_0
__WATCHOS_3_1
__WATCHOS_3_2
__WATCHOS_3_1_1
__WATCHOS_4_0
__WATCHOS_4_1
__WATCHOS_4_2
__WATCHOS_4_3
__WATCHOS_5_0
__WATCHOS_5_1
__WATCHOS_5_2
__WATCHOS_5_3
__WATCHOS_6_0
__WATCHOS_6_1
__WATCHOS_6_2
__WATCHOS_7_0
__WATCHOS_7_1
__WATCHOS_7_2
__WATCHOS_7_3
__WATCHOS_7_4
__WATCHOS_7_5
__WATCHOS_7_6
__WATCHOS_8_0
__WATCHOS_8_1
__WATCHOS_8_3
__WATCHOS_8_4
__WATCHOS_8_5
__WATCHOS_8_6
__WATCHOS_8_7
__WATCHOS_9_0
__WATCHOS_9_1
__WATCHOS_9_2
__WATCHOS_9_3
__WATCHOS_9_4
__WATCHOS_9_5
__WATCHOS_9_6
__WATCHOS_10_0
__WATCHOS_10_1
__WATCHOS_10_2
__WORDSIZE
__has_ptrcheck
clockid_t__CLOCK_MONOTONIC
clockid_t__CLOCK_MONOTONIC_RAW
clockid_t__CLOCK_MONOTONIC_RAW_APPROX
clockid_t__CLOCK_PROCESS_CPUTIME_ID
clockid_t__CLOCK_REALTIME
clockid_t__CLOCK_THREAD_CPUTIME_ID
clockid_t__CLOCK_UPTIME_RAW
clockid_t__CLOCK_UPTIME_RAW_APPROX
idtype_t_P_ALL
idtype_t_P_PGID
idtype_t_P_PID

Statics§

__mb_cur_max
__stderrp
__stdinp
__stdoutp
_vips__argument_id
daylight
g_ascii_table
g_child_watch_funcs
g_idle_funcs
g_io_watch_funcs
g_mem_gc_friendly
g_param_spec_types
g_test_config_vars
g_thread_functions_for_glib_use
g_thread_gettime
g_thread_use_default_impl
g_threads_got_initialized
g_timeout_funcs
g_unix_fd_source_funcs
g_unix_signal_funcs
g_utf8_skip
getdate_err
glib_binary_age
glib_interface_age
glib_major_version
glib_mem_profiler_table
glib_micro_version
glib_minor_version
optarg
opterr
optind
optopt
optreset
signgam
suboptarg
sys_errlist
sys_nerr
sys_siglist
sys_signame
timezone
tzname
vips__thread_profile

Functions§

_Exit
__builtin_alloca
__cospi
__cospif
__darwin_check_fd_set_overflow
__error
__exp10
__exp10f
__fpclassifyd
__fpclassifyf
__fpclassifyl
__math_errhandling
__opendir2
__sincos_stret
__sincosf_stret
__sincospi_stret
__sincospif_stret
__sinpi
__sinpif
__snprintf_chk
__sprintf_chk
__srget
__svfscanf
__swbuf
__tanpi
__tanpif
__vsnprintf_chk
__vsprintf_chk
_exit
_g_log_fallback_handler
_g_param_type_register_static_constant
_g_signals_destroy
a64l
abort
abs
access
accessx_np
acct
acos
acosf
acosh
acoshf
acoshl
acosl
add_profil
alarm
aligned_alloc
alphasort
arc4random
arc4random_addrandom
arc4random_buf
arc4random_stir
arc4random_uniform
asctime
asctime_r
asin
asinf
asinh
asinhf
asinhl
asinl
asprintf
atan
atan2
atan2f
atan2l
atanf
atanh
atanhf
atanhl
atanl
atexit
atexit_b
atof
atoi
atol
atoll
bcmp
bcopy
brk
bsd_signal
bsearch
bsearch_b
bzero
calloc
cbrt
cbrtf
cbrtl
ceil
ceilf
ceill
cgetcap
cgetclose
cgetent
cgetfirst
cgetmatch
cgetnext
cgetnum
cgetset
cgetstr
cgetustr
chdir
chflags
chmod
chmodx_np
chown
chroot
clearerr
clock
clock_getres
clock_gettime
clock_gettime_nsec_np
clock_settime
close
closedir
confstr
copysign
copysignf
copysignl
cos
cosf
cosh
coshf
coshl
cosl
crypt
ctermid
ctermid_r
ctime
ctime_r
daemon
devname
devname_r
difftime
dirfd
div
dprintf
drand48
dup
dup2
ecvt
encrypt
endusershell
erand48
erf
erfc
erfcf
erfcl
erff
erfl
exchangedata
execl
execle
execlp
execv
execvP
execve
execvp
exit
exp
exp2
exp2f
exp2l
expf
expl
expm1
expm1f
expm1l
fabs
fabsf
fabsl
faccessat
fchdir
fchflags
fchmod
fchmodat
fchmodx_np
fchown
fchownat
fclose
fcvt
fdim
fdimf
fdiml
fdopen
fdopendir
feof
ferror
fflagstostr
fflush
ffs
ffsctl
ffsl
ffsll
fgetattrlist
fgetc
fgetln
fgetpos
fgets
fileno
flockfile
floor
floorf
floorl
fls
flsl
flsll
fma
fmaf
fmal
fmax
fmaxf
fmaxl
fmemopen
fmin
fminf
fminl
fmod
fmodf
fmodl
fmtcheck
fopen
fork
fpathconf
fprintf
fpurge
fputc
fputs
fread
freadlink
free
freopen
frexp
frexpf
frexpl
fscanf
fsctl
fseek
fseeko
fsetattrlist
fsetpos
fstat
fstatat
fstatx_np
fsync
fsync_volume_np
ftell
ftello
ftruncate
ftrylockfile
funlockfile
funopen
futimens
fwrite
g_access
g_action_activate
g_action_change_state
g_action_get_enabled
g_action_get_name
g_action_get_parameter_type
g_action_get_state
g_action_get_state_hint
g_action_get_state_type
g_action_get_type
g_action_group_action_added
g_action_group_action_enabled_changed
g_action_group_action_removed
g_action_group_action_state_changed
g_action_group_activate_action
g_action_group_change_action_state
g_action_group_get_action_enabled
g_action_group_get_action_parameter_type
g_action_group_get_action_state
g_action_group_get_action_state_hint
g_action_group_get_action_state_type
g_action_group_get_type
g_action_group_has_action
g_action_group_list_actions
g_action_group_query_action
g_action_map_add_action
g_action_map_add_action_entries
g_action_map_get_type
g_action_map_lookup_action
g_action_map_remove_action
g_action_map_remove_action_entries
g_action_name_is_valid
g_action_parse_detailed_name
g_action_print_detailed_name
g_aligned_alloc
g_aligned_alloc0
g_aligned_free
g_aligned_free_sized
g_allocator_free
g_allocator_new
g_app_info_add_supports_type
g_app_info_can_delete
g_app_info_can_remove_supports_type
g_app_info_create_flags_get_type
g_app_info_create_from_commandline
g_app_info_delete
g_app_info_dup
g_app_info_equal
g_app_info_get_all
g_app_info_get_all_for_type
g_app_info_get_commandline
g_app_info_get_default_for_type
g_app_info_get_default_for_type_async
g_app_info_get_default_for_type_finish
g_app_info_get_default_for_uri_scheme
g_app_info_get_default_for_uri_scheme_async
g_app_info_get_default_for_uri_scheme_finish
g_app_info_get_description
g_app_info_get_display_name
g_app_info_get_executable
g_app_info_get_fallback_for_type
g_app_info_get_icon
g_app_info_get_id
g_app_info_get_name
g_app_info_get_recommended_for_type
g_app_info_get_supported_types
g_app_info_get_type
g_app_info_launch
g_app_info_launch_default_for_uri
g_app_info_launch_default_for_uri_async
g_app_info_launch_default_for_uri_finish
g_app_info_launch_uris
g_app_info_launch_uris_async
g_app_info_launch_uris_finish
g_app_info_monitor_get
g_app_info_monitor_get_type
g_app_info_remove_supports_type
g_app_info_reset_type_associations
g_app_info_set_as_default_for_extension
g_app_info_set_as_default_for_type
g_app_info_set_as_last_used_for_type
g_app_info_should_show
g_app_info_supports_files
g_app_info_supports_uris
g_app_launch_context_get_display
g_app_launch_context_get_environment
g_app_launch_context_get_startup_notify_id
g_app_launch_context_get_type
g_app_launch_context_launch_failed
g_app_launch_context_new
g_app_launch_context_setenv
g_app_launch_context_unsetenv
g_application_activate
g_application_add_main_option
g_application_add_main_option_entries
g_application_add_option_group
g_application_bind_busy_property
g_application_command_line_create_file_for_arg
g_application_command_line_get_arguments
g_application_command_line_get_cwd
g_application_command_line_get_environ
g_application_command_line_get_exit_status
g_application_command_line_get_is_remote
g_application_command_line_get_options_dict
g_application_command_line_get_platform_data
g_application_command_line_get_stdin
g_application_command_line_get_type
g_application_command_line_getenv
g_application_command_line_print
g_application_command_line_printerr
g_application_command_line_set_exit_status
g_application_flags_get_type
g_application_get_application_id
g_application_get_dbus_connection
g_application_get_dbus_object_path
g_application_get_default
g_application_get_flags
g_application_get_inactivity_timeout
g_application_get_is_busy
g_application_get_is_registered
g_application_get_is_remote
g_application_get_resource_base_path
g_application_get_type
g_application_hold
g_application_id_is_valid
g_application_mark_busy
g_application_new
g_application_open
g_application_quit
g_application_register
g_application_release
g_application_run
g_application_send_notification
g_application_set_action_group
g_application_set_application_id
g_application_set_default
g_application_set_flags
g_application_set_inactivity_timeout
g_application_set_option_context_description
g_application_set_option_context_parameter_string
g_application_set_option_context_summary
g_application_set_resource_base_path
g_application_unbind_busy_property
g_application_unmark_busy
g_application_withdraw_notification
g_array_append_vals
g_array_binary_search
g_array_copy
g_array_free
g_array_get_element_size
g_array_get_type
g_array_insert_vals
g_array_new
g_array_new_take
g_array_new_take_zero_terminated
g_array_prepend_vals
g_array_ref
g_array_remove_index
g_array_remove_index_fast
g_array_remove_range
g_array_set_clear_func
g_array_set_size
g_array_sized_new
g_array_sort
g_array_sort_with_data
g_array_steal
g_array_unref
g_ascii_digit_value
g_ascii_dtostr
g_ascii_formatd
g_ascii_strcasecmp
g_ascii_strdown
g_ascii_string_to_signed
g_ascii_string_to_unsigned
g_ascii_strncasecmp
g_ascii_strtod
g_ascii_strtoll
g_ascii_strtoull
g_ascii_strup
g_ascii_tolower
g_ascii_toupper
g_ascii_xdigit_value
g_ask_password_flags_get_type
g_assert_warning
g_assertion_message
g_assertion_message_cmpint
g_assertion_message_cmpnum
g_assertion_message_cmpstr
g_assertion_message_cmpstrv
g_assertion_message_error
g_assertion_message_expr
g_async_initable_get_type
g_async_initable_init_async
g_async_initable_init_finish
g_async_initable_new_async
g_async_initable_new_finish
g_async_initable_new_valist_async
g_async_initable_newv_async
g_async_queue_length
g_async_queue_length_unlocked
g_async_queue_lock
g_async_queue_new
g_async_queue_new_full
g_async_queue_pop
g_async_queue_pop_unlocked
g_async_queue_push
g_async_queue_push_front
g_async_queue_push_front_unlocked
g_async_queue_push_sorted
g_async_queue_push_sorted_unlocked
g_async_queue_push_unlocked
g_async_queue_ref
g_async_queue_ref_unlocked
g_async_queue_remove
g_async_queue_remove_unlocked
g_async_queue_sort
g_async_queue_sort_unlocked
g_async_queue_timed_pop
g_async_queue_timed_pop_unlocked
g_async_queue_timeout_pop
g_async_queue_timeout_pop_unlocked
g_async_queue_try_pop
g_async_queue_try_pop_unlocked
g_async_queue_unlock
g_async_queue_unref
g_async_queue_unref_and_unlock
g_async_result_get_source_object
g_async_result_get_type
g_async_result_get_user_data
g_async_result_is_tagged
g_async_result_legacy_propagate_error
g_atexit
g_atomic_int_add
g_atomic_int_and
g_atomic_int_compare_and_exchange
g_atomic_int_compare_and_exchange_full
g_atomic_int_dec_and_test
g_atomic_int_exchange
g_atomic_int_exchange_and_add
g_atomic_int_get
g_atomic_int_inc
g_atomic_int_or
g_atomic_int_set
g_atomic_int_xor
g_atomic_pointer_add
g_atomic_pointer_and
g_atomic_pointer_compare_and_exchange
g_atomic_pointer_compare_and_exchange_full
g_atomic_pointer_exchange
g_atomic_pointer_get
g_atomic_pointer_or
g_atomic_pointer_set
g_atomic_pointer_xor
g_atomic_rc_box_acquire
g_atomic_rc_box_alloc
g_atomic_rc_box_alloc0
g_atomic_rc_box_dup
g_atomic_rc_box_get_size
g_atomic_rc_box_release
g_atomic_rc_box_release_full
g_atomic_ref_count_compare
g_atomic_ref_count_dec
g_atomic_ref_count_inc
g_atomic_ref_count_init
g_base64_decode
g_base64_decode_inplace
g_base64_decode_step
g_base64_encode
g_base64_encode_close
g_base64_encode_step
g_basename
g_binding_dup_source
g_binding_dup_target
g_binding_flags_get_type
g_binding_get_flags
g_binding_get_source
g_binding_get_source_property
g_binding_get_target
g_binding_get_target_property
g_binding_get_type
g_binding_group_bind
g_binding_group_bind_full
g_binding_group_bind_with_closures
g_binding_group_dup_source
g_binding_group_get_type
g_binding_group_new
g_binding_group_set_source
g_binding_unbind
g_bit_lock
g_bit_nth_lsf
g_bit_nth_msf
g_bit_storage
g_bit_trylock
g_bit_unlock
g_blow_chunks
g_bookmark_file_add_application
g_bookmark_file_add_group
g_bookmark_file_copy
g_bookmark_file_error_quark
g_bookmark_file_free
g_bookmark_file_get_added
g_bookmark_file_get_added_date_time
g_bookmark_file_get_app_info
g_bookmark_file_get_application_info
g_bookmark_file_get_applications
g_bookmark_file_get_description
g_bookmark_file_get_groups
g_bookmark_file_get_icon
g_bookmark_file_get_is_private
g_bookmark_file_get_mime_type
g_bookmark_file_get_modified
g_bookmark_file_get_modified_date_time
g_bookmark_file_get_size
g_bookmark_file_get_title
g_bookmark_file_get_type
g_bookmark_file_get_uris
g_bookmark_file_get_visited
g_bookmark_file_get_visited_date_time
g_bookmark_file_has_application
g_bookmark_file_has_group
g_bookmark_file_has_item
g_bookmark_file_load_from_data
g_bookmark_file_load_from_data_dirs
g_bookmark_file_load_from_file
g_bookmark_file_move_item
g_bookmark_file_new
g_bookmark_file_remove_application
g_bookmark_file_remove_group
g_bookmark_file_remove_item
g_bookmark_file_set_added
g_bookmark_file_set_added_date_time
g_bookmark_file_set_app_info
g_bookmark_file_set_application_info
g_bookmark_file_set_description
g_bookmark_file_set_groups
g_bookmark_file_set_icon
g_bookmark_file_set_is_private
g_bookmark_file_set_mime_type
g_bookmark_file_set_modified
g_bookmark_file_set_modified_date_time
g_bookmark_file_set_title
g_bookmark_file_set_visited
g_bookmark_file_set_visited_date_time
g_bookmark_file_to_data
g_bookmark_file_to_file
g_boxed_copy
g_boxed_free
g_boxed_type_register_static
g_buffered_input_stream_fill
g_buffered_input_stream_fill_async
g_buffered_input_stream_fill_finish
g_buffered_input_stream_get_available
g_buffered_input_stream_get_buffer_size
g_buffered_input_stream_get_type
g_buffered_input_stream_new
g_buffered_input_stream_new_sized
g_buffered_input_stream_peek
g_buffered_input_stream_peek_buffer
g_buffered_input_stream_read_byte
g_buffered_input_stream_set_buffer_size
g_buffered_output_stream_get_auto_grow
g_buffered_output_stream_get_buffer_size
g_buffered_output_stream_get_type
g_buffered_output_stream_new
g_buffered_output_stream_new_sized
g_buffered_output_stream_set_auto_grow
g_buffered_output_stream_set_buffer_size
g_build_filename
g_build_filename_valist
g_build_filenamev
g_build_path
g_build_pathv
g_bus_get
g_bus_get_finish
g_bus_get_sync
g_bus_name_owner_flags_get_type
g_bus_name_watcher_flags_get_type
g_bus_own_name
g_bus_own_name_on_connection
g_bus_own_name_on_connection_with_closures
g_bus_own_name_with_closures
g_bus_type_get_type
g_bus_unown_name
g_bus_unwatch_name
g_bus_watch_name
g_bus_watch_name_on_connection
g_bus_watch_name_on_connection_with_closures
g_bus_watch_name_with_closures
g_byte_array_append
g_byte_array_free
g_byte_array_free_to_bytes
g_byte_array_get_type
g_byte_array_new
g_byte_array_new_take
g_byte_array_prepend
g_byte_array_ref
g_byte_array_remove_index
g_byte_array_remove_index_fast
g_byte_array_remove_range
g_byte_array_set_size
g_byte_array_sized_new
g_byte_array_sort
g_byte_array_sort_with_data
g_byte_array_steal
g_byte_array_unref
g_bytes_compare
g_bytes_equal
g_bytes_get_data
g_bytes_get_region
g_bytes_get_size
g_bytes_get_type
g_bytes_hash
g_bytes_icon_get_bytes
g_bytes_icon_get_type
GBytesIcon:
g_bytes_icon_new
g_bytes_new
g_bytes_new_from_bytes
g_bytes_new_static
g_bytes_new_take
g_bytes_new_with_free_func
g_bytes_ref
g_bytes_unref
g_bytes_unref_to_array
g_bytes_unref_to_data
g_cache_destroy
g_cache_insert
g_cache_key_foreach
g_cache_new
g_cache_remove
g_cache_value_foreach
g_cancellable_cancel
g_cancellable_connect
g_cancellable_disconnect
g_cancellable_get_current
g_cancellable_get_fd
g_cancellable_get_type
g_cancellable_is_cancelled
g_cancellable_make_pollfd
g_cancellable_new
g_cancellable_pop_current
g_cancellable_push_current
g_cancellable_release_fd
g_cancellable_reset
g_cancellable_set_error_if_cancelled
g_cancellable_source_new
g_canonicalize_filename
g_cclosure_marshal_BOOLEAN__BOXED_BOXED
g_cclosure_marshal_BOOLEAN__BOXED_BOXEDv
g_cclosure_marshal_BOOLEAN__FLAGS
g_cclosure_marshal_BOOLEAN__FLAGSv
g_cclosure_marshal_STRING__OBJECT_POINTER
g_cclosure_marshal_STRING__OBJECT_POINTERv
g_cclosure_marshal_VOID__BOOLEAN
g_cclosure_marshal_VOID__BOOLEANv
g_cclosure_marshal_VOID__BOXED
g_cclosure_marshal_VOID__BOXEDv
g_cclosure_marshal_VOID__CHAR
g_cclosure_marshal_VOID__CHARv
g_cclosure_marshal_VOID__DOUBLE
g_cclosure_marshal_VOID__DOUBLEv
g_cclosure_marshal_VOID__ENUM
g_cclosure_marshal_VOID__ENUMv
g_cclosure_marshal_VOID__FLAGS
g_cclosure_marshal_VOID__FLAGSv
g_cclosure_marshal_VOID__FLOAT
g_cclosure_marshal_VOID__FLOATv
g_cclosure_marshal_VOID__INT
g_cclosure_marshal_VOID__INTv
g_cclosure_marshal_VOID__LONG
g_cclosure_marshal_VOID__LONGv
g_cclosure_marshal_VOID__OBJECT
g_cclosure_marshal_VOID__OBJECTv
g_cclosure_marshal_VOID__PARAM
g_cclosure_marshal_VOID__PARAMv
g_cclosure_marshal_VOID__POINTER
g_cclosure_marshal_VOID__POINTERv
g_cclosure_marshal_VOID__STRING
g_cclosure_marshal_VOID__STRINGv
g_cclosure_marshal_VOID__UCHAR
g_cclosure_marshal_VOID__UCHARv
g_cclosure_marshal_VOID__UINT
g_cclosure_marshal_VOID__UINT_POINTER
g_cclosure_marshal_VOID__UINT_POINTERv
g_cclosure_marshal_VOID__UINTv
g_cclosure_marshal_VOID__ULONG
g_cclosure_marshal_VOID__ULONGv
g_cclosure_marshal_VOID__VARIANT
g_cclosure_marshal_VOID__VARIANTv
g_cclosure_marshal_VOID__VOID
g_cclosure_marshal_VOID__VOIDv
g_cclosure_marshal_generic
g_cclosure_marshal_generic_va
g_cclosure_new
g_cclosure_new_object
g_cclosure_new_object_swap
g_cclosure_new_swap
g_charset_converter_get_num_fallbacks
g_charset_converter_get_type
g_charset_converter_get_use_fallback
g_charset_converter_new
g_charset_converter_set_use_fallback
g_chdir
g_checksum_copy
g_checksum_free
g_checksum_get_digest
g_checksum_get_string
g_checksum_get_type
g_checksum_new
g_checksum_reset
g_checksum_type_get_length
g_checksum_update
g_child_watch_add
g_child_watch_add_full
g_child_watch_source_new
g_clear_error
g_clear_handle_id
g_clear_list
g_clear_object
g_clear_pointer
g_clear_signal_handler
g_clear_slist
g_close
g_closure_add_finalize_notifier
g_closure_add_invalidate_notifier
g_closure_add_marshal_guards
g_closure_get_type
g_closure_invalidate
g_closure_invoke
g_closure_new_object
g_closure_new_simple
g_closure_ref
g_closure_remove_finalize_notifier
g_closure_remove_invalidate_notifier
g_closure_set_marshal
g_closure_set_meta_marshal
g_closure_sink
g_closure_unref
g_completion_add_items
g_completion_clear_items
g_completion_complete
g_completion_complete_utf8
g_completion_free
g_completion_new
g_completion_remove_items
g_completion_set_compare
g_compute_checksum_for_bytes
g_compute_checksum_for_data
g_compute_checksum_for_string
g_compute_hmac_for_bytes
g_compute_hmac_for_data
g_compute_hmac_for_string
g_cond_broadcast
g_cond_clear
g_cond_free
g_cond_init
g_cond_new
g_cond_signal
g_cond_timed_wait
g_cond_wait
g_cond_wait_until
g_content_type_can_be_executable
g_content_type_equals
g_content_type_from_mime_type
g_content_type_get_description
g_content_type_get_generic_icon_name
g_content_type_get_icon
g_content_type_get_mime_dirs
g_content_type_get_mime_type
g_content_type_get_symbolic_icon
g_content_type_guess
g_content_type_guess_for_tree
g_content_type_is_a
g_content_type_is_mime_type
g_content_type_is_unknown
g_content_type_set_mime_dirs
g_content_types_get_registered
g_convert
g_convert_error_quark
g_convert_with_fallback
g_convert_with_iconv
g_converter_convert
g_converter_flags_get_type
g_converter_get_type
g_converter_input_stream_get_converter
g_converter_input_stream_get_type
g_converter_input_stream_new
g_converter_output_stream_get_converter
g_converter_output_stream_get_type
g_converter_output_stream_new
g_converter_reset
g_converter_result_get_type
g_credentials_get_native
g_credentials_get_type
g_credentials_get_unix_pid
g_credentials_get_unix_user
g_credentials_is_same_user
g_credentials_new
g_credentials_set_native
g_credentials_set_unix_user
g_credentials_to_string
g_credentials_type_get_type
g_data_input_stream_get_byte_order
g_data_input_stream_get_newline_type
g_data_input_stream_get_type
g_data_input_stream_new
g_data_input_stream_read_byte
g_data_input_stream_read_int16
g_data_input_stream_read_int32
g_data_input_stream_read_int64
g_data_input_stream_read_line
g_data_input_stream_read_line_async
g_data_input_stream_read_line_finish
g_data_input_stream_read_line_finish_utf8
g_data_input_stream_read_line_utf8
g_data_input_stream_read_uint16
g_data_input_stream_read_uint32
g_data_input_stream_read_uint64
g_data_input_stream_read_until
g_data_input_stream_read_until_async
g_data_input_stream_read_until_finish
g_data_input_stream_read_upto
g_data_input_stream_read_upto_async
g_data_input_stream_read_upto_finish
g_data_input_stream_set_byte_order
g_data_input_stream_set_newline_type
g_data_output_stream_get_byte_order
g_data_output_stream_get_type
g_data_output_stream_new
g_data_output_stream_put_byte
g_data_output_stream_put_int16
g_data_output_stream_put_int32
g_data_output_stream_put_int64
g_data_output_stream_put_string
g_data_output_stream_put_uint16
g_data_output_stream_put_uint32
g_data_output_stream_put_uint64
g_data_output_stream_set_byte_order
g_data_stream_byte_order_get_type
g_data_stream_newline_type_get_type
g_datagram_based_condition_check
g_datagram_based_condition_wait
g_datagram_based_create_source
g_datagram_based_get_type
g_datagram_based_receive_messages
g_datagram_based_send_messages
g_datalist_clear
g_datalist_foreach
g_datalist_get_data
g_datalist_get_flags
g_datalist_id_dup_data
g_datalist_id_get_data
g_datalist_id_remove_multiple
g_datalist_id_remove_no_notify
g_datalist_id_replace_data
g_datalist_id_set_data_full
g_datalist_init
g_datalist_set_flags
g_datalist_unset_flags
g_dataset_destroy
g_dataset_foreach
g_dataset_id_get_data
g_dataset_id_remove_no_notify
g_dataset_id_set_data_full
g_date_add_days
g_date_add_months
g_date_add_years
g_date_clamp
g_date_clear
g_date_compare
g_date_copy
g_date_days_between
g_date_free
g_date_get_day
g_date_get_day_of_year
g_date_get_days_in_month
g_date_get_iso8601_week_of_year
g_date_get_julian
g_date_get_monday_week_of_year
g_date_get_monday_weeks_in_year
g_date_get_month
g_date_get_sunday_week_of_year
g_date_get_sunday_weeks_in_year
g_date_get_type
g_date_get_weekday
g_date_get_year
g_date_is_first_of_month
g_date_is_last_of_month
g_date_is_leap_year
g_date_new
g_date_new_dmy
g_date_new_julian
g_date_order
g_date_set_day
g_date_set_dmy
g_date_set_julian
g_date_set_month
g_date_set_parse
g_date_set_time
g_date_set_time_t
g_date_set_time_val
g_date_set_year
g_date_strftime
g_date_subtract_days
g_date_subtract_months
g_date_subtract_years
g_date_time_add
g_date_time_add_days
g_date_time_add_full
g_date_time_add_hours
g_date_time_add_minutes
g_date_time_add_months
g_date_time_add_seconds
g_date_time_add_weeks
g_date_time_add_years
g_date_time_compare
g_date_time_difference
g_date_time_equal
g_date_time_format
g_date_time_format_iso8601
g_date_time_get_day_of_month
g_date_time_get_day_of_week
g_date_time_get_day_of_year
g_date_time_get_hour
g_date_time_get_microsecond
g_date_time_get_minute
g_date_time_get_month
g_date_time_get_second
g_date_time_get_seconds
g_date_time_get_timezone
g_date_time_get_timezone_abbreviation
g_date_time_get_type
g_date_time_get_utc_offset
g_date_time_get_week_numbering_year
g_date_time_get_week_of_year
g_date_time_get_year
g_date_time_get_ymd
g_date_time_hash
g_date_time_is_daylight_savings
g_date_time_new
g_date_time_new_from_iso8601
g_date_time_new_from_timeval_local
g_date_time_new_from_timeval_utc
g_date_time_new_from_unix_local
g_date_time_new_from_unix_utc
g_date_time_new_local
g_date_time_new_now
g_date_time_new_now_local
g_date_time_new_now_utc
g_date_time_new_utc
g_date_time_ref
g_date_time_to_local
g_date_time_to_timeval
g_date_time_to_timezone
g_date_time_to_unix
g_date_time_to_utc
g_date_time_unref
g_date_to_struct_tm
g_date_valid
g_date_valid_day
g_date_valid_dmy
g_date_valid_julian
g_date_valid_month
g_date_valid_weekday
g_date_valid_year
g_dbus_action_group_get
g_dbus_action_group_get_type
g_dbus_address_escape_value
g_dbus_address_get_for_bus_sync
g_dbus_address_get_stream
g_dbus_address_get_stream_finish
g_dbus_address_get_stream_sync
g_dbus_annotation_info_get_type
g_dbus_annotation_info_lookup
g_dbus_annotation_info_ref
g_dbus_annotation_info_unref
g_dbus_arg_info_get_type
g_dbus_arg_info_ref
g_dbus_arg_info_unref
g_dbus_auth_observer_allow_mechanism
g_dbus_auth_observer_authorize_authenticated_peer
g_dbus_auth_observer_get_type
g_dbus_auth_observer_new
g_dbus_call_flags_get_type
g_dbus_capability_flags_get_type
g_dbus_connection_add_filter
g_dbus_connection_call
g_dbus_connection_call_finish
g_dbus_connection_call_sync
g_dbus_connection_call_with_unix_fd_list
g_dbus_connection_call_with_unix_fd_list_finish
g_dbus_connection_call_with_unix_fd_list_sync
g_dbus_connection_close
g_dbus_connection_close_finish
g_dbus_connection_close_sync
g_dbus_connection_emit_signal
g_dbus_connection_export_action_group
g_dbus_connection_export_menu_model
g_dbus_connection_flags_get_type
g_dbus_connection_flush
g_dbus_connection_flush_finish
g_dbus_connection_flush_sync
g_dbus_connection_get_capabilities
g_dbus_connection_get_exit_on_close
g_dbus_connection_get_flags
g_dbus_connection_get_guid
g_dbus_connection_get_last_serial
g_dbus_connection_get_peer_credentials
g_dbus_connection_get_stream
g_dbus_connection_get_type
g_dbus_connection_get_unique_name
g_dbus_connection_is_closed
g_dbus_connection_new
g_dbus_connection_new_finish
g_dbus_connection_new_for_address
g_dbus_connection_new_for_address_finish
g_dbus_connection_new_for_address_sync
g_dbus_connection_new_sync
g_dbus_connection_register_object
g_dbus_connection_register_object_with_closures
g_dbus_connection_register_subtree
g_dbus_connection_remove_filter
g_dbus_connection_send_message
g_dbus_connection_send_message_with_reply
g_dbus_connection_send_message_with_reply_finish
g_dbus_connection_send_message_with_reply_sync
g_dbus_connection_set_exit_on_close
g_dbus_connection_signal_subscribe
g_dbus_connection_signal_unsubscribe
g_dbus_connection_start_message_processing
g_dbus_connection_unexport_action_group
g_dbus_connection_unexport_menu_model
g_dbus_connection_unregister_object
g_dbus_connection_unregister_subtree
g_dbus_error_encode_gerror
g_dbus_error_get_remote_error
g_dbus_error_get_type
g_dbus_error_is_remote_error
g_dbus_error_new_for_dbus_error
g_dbus_error_quark
g_dbus_error_register_error
g_dbus_error_register_error_domain
g_dbus_error_set_dbus_error
g_dbus_error_set_dbus_error_valist
g_dbus_error_strip_remote_error
g_dbus_error_unregister_error
g_dbus_escape_object_path
g_dbus_escape_object_path_bytestring
g_dbus_generate_guid
g_dbus_gvalue_to_gvariant
g_dbus_gvariant_to_gvalue
g_dbus_interface_dup_object
g_dbus_interface_get_info
g_dbus_interface_get_object
g_dbus_interface_get_type
g_dbus_interface_info_cache_build
g_dbus_interface_info_cache_release
g_dbus_interface_info_generate_xml
g_dbus_interface_info_get_type
g_dbus_interface_info_lookup_method
g_dbus_interface_info_lookup_property
g_dbus_interface_info_lookup_signal
g_dbus_interface_info_ref
g_dbus_interface_info_unref
g_dbus_interface_set_object
g_dbus_interface_skeleton_export
g_dbus_interface_skeleton_flags_get_type
g_dbus_interface_skeleton_flush
g_dbus_interface_skeleton_get_connection
g_dbus_interface_skeleton_get_connections
g_dbus_interface_skeleton_get_flags
g_dbus_interface_skeleton_get_info
g_dbus_interface_skeleton_get_object_path
g_dbus_interface_skeleton_get_properties
g_dbus_interface_skeleton_get_type
g_dbus_interface_skeleton_get_vtable
g_dbus_interface_skeleton_has_connection
g_dbus_interface_skeleton_set_flags
g_dbus_interface_skeleton_unexport
g_dbus_interface_skeleton_unexport_from_connection
g_dbus_is_address
g_dbus_is_error_name
g_dbus_is_guid
g_dbus_is_interface_name
g_dbus_is_member_name
g_dbus_is_name
g_dbus_is_supported_address
g_dbus_is_unique_name
g_dbus_menu_model_get
g_dbus_menu_model_get_type
g_dbus_message_byte_order_get_type
g_dbus_message_bytes_needed
g_dbus_message_copy
g_dbus_message_flags_get_type
g_dbus_message_get_arg0
g_dbus_message_get_body
g_dbus_message_get_byte_order
g_dbus_message_get_destination
g_dbus_message_get_error_name
g_dbus_message_get_flags
g_dbus_message_get_header
g_dbus_message_get_header_fields
g_dbus_message_get_interface
g_dbus_message_get_locked
g_dbus_message_get_member
g_dbus_message_get_message_type
g_dbus_message_get_num_unix_fds
g_dbus_message_get_path
g_dbus_message_get_reply_serial
g_dbus_message_get_sender
g_dbus_message_get_serial
g_dbus_message_get_signature
g_dbus_message_get_type
g_dbus_message_get_unix_fd_list
g_dbus_message_header_field_get_type
g_dbus_message_lock
g_dbus_message_new
g_dbus_message_new_from_blob
g_dbus_message_new_method_call
g_dbus_message_new_method_error
g_dbus_message_new_method_error_literal
g_dbus_message_new_method_error_valist
g_dbus_message_new_method_reply
g_dbus_message_new_signal
g_dbus_message_print
g_dbus_message_set_body
g_dbus_message_set_byte_order
g_dbus_message_set_destination
g_dbus_message_set_error_name
g_dbus_message_set_flags
g_dbus_message_set_header
g_dbus_message_set_interface
g_dbus_message_set_member
g_dbus_message_set_message_type
g_dbus_message_set_num_unix_fds
g_dbus_message_set_path
g_dbus_message_set_reply_serial
g_dbus_message_set_sender
g_dbus_message_set_serial
g_dbus_message_set_signature
g_dbus_message_set_unix_fd_list
g_dbus_message_to_blob
g_dbus_message_to_gerror
g_dbus_message_type_get_type
g_dbus_method_info_get_type
g_dbus_method_info_ref
g_dbus_method_info_unref
g_dbus_method_invocation_get_connection
g_dbus_method_invocation_get_interface_name
g_dbus_method_invocation_get_message
g_dbus_method_invocation_get_method_info
g_dbus_method_invocation_get_method_name
g_dbus_method_invocation_get_object_path
g_dbus_method_invocation_get_parameters
g_dbus_method_invocation_get_property_info
g_dbus_method_invocation_get_sender
g_dbus_method_invocation_get_type
g_dbus_method_invocation_get_user_data
g_dbus_method_invocation_return_dbus_error
g_dbus_method_invocation_return_error
g_dbus_method_invocation_return_error_literal
g_dbus_method_invocation_return_error_valist
g_dbus_method_invocation_return_gerror
g_dbus_method_invocation_return_value
g_dbus_method_invocation_return_value_with_unix_fd_list
g_dbus_method_invocation_take_error
g_dbus_node_info_generate_xml
g_dbus_node_info_get_type
g_dbus_node_info_lookup_interface
g_dbus_node_info_new_for_xml
g_dbus_node_info_ref
g_dbus_node_info_unref
g_dbus_object_get_interface
g_dbus_object_get_interfaces
g_dbus_object_get_object_path
g_dbus_object_get_type
g_dbus_object_manager_client_flags_get_type
g_dbus_object_manager_client_get_connection
g_dbus_object_manager_client_get_flags
g_dbus_object_manager_client_get_name
g_dbus_object_manager_client_get_name_owner
g_dbus_object_manager_client_get_type
g_dbus_object_manager_client_new
g_dbus_object_manager_client_new_finish
g_dbus_object_manager_client_new_for_bus
g_dbus_object_manager_client_new_for_bus_finish
g_dbus_object_manager_client_new_for_bus_sync
g_dbus_object_manager_client_new_sync
g_dbus_object_manager_get_interface
g_dbus_object_manager_get_object
g_dbus_object_manager_get_object_path
g_dbus_object_manager_get_objects
g_dbus_object_manager_get_type
g_dbus_object_manager_server_export
g_dbus_object_manager_server_export_uniquely
g_dbus_object_manager_server_get_connection
g_dbus_object_manager_server_get_type
g_dbus_object_manager_server_is_exported
g_dbus_object_manager_server_new
g_dbus_object_manager_server_set_connection
g_dbus_object_manager_server_unexport
g_dbus_object_proxy_get_connection
g_dbus_object_proxy_get_type
g_dbus_object_proxy_new
g_dbus_object_skeleton_add_interface
g_dbus_object_skeleton_flush
g_dbus_object_skeleton_get_type
g_dbus_object_skeleton_new
g_dbus_object_skeleton_remove_interface
g_dbus_object_skeleton_remove_interface_by_name
g_dbus_object_skeleton_set_object_path
g_dbus_property_info_flags_get_type
g_dbus_property_info_get_type
g_dbus_property_info_ref
g_dbus_property_info_unref
g_dbus_proxy_call
g_dbus_proxy_call_finish
g_dbus_proxy_call_sync
g_dbus_proxy_call_with_unix_fd_list
g_dbus_proxy_call_with_unix_fd_list_finish
g_dbus_proxy_call_with_unix_fd_list_sync
g_dbus_proxy_flags_get_type
g_dbus_proxy_get_cached_property
g_dbus_proxy_get_cached_property_names
g_dbus_proxy_get_connection
g_dbus_proxy_get_default_timeout
g_dbus_proxy_get_flags
g_dbus_proxy_get_interface_info
g_dbus_proxy_get_interface_name
g_dbus_proxy_get_name
g_dbus_proxy_get_name_owner
g_dbus_proxy_get_object_path
g_dbus_proxy_get_type
g_dbus_proxy_new
g_dbus_proxy_new_finish
g_dbus_proxy_new_for_bus
g_dbus_proxy_new_for_bus_finish
g_dbus_proxy_new_for_bus_sync
g_dbus_proxy_new_sync
g_dbus_proxy_set_cached_property
g_dbus_proxy_set_default_timeout
g_dbus_proxy_set_interface_info
g_dbus_send_message_flags_get_type
g_dbus_server_flags_get_type
g_dbus_server_get_client_address
g_dbus_server_get_flags
g_dbus_server_get_guid
g_dbus_server_get_type
g_dbus_server_is_active
g_dbus_server_new_sync
g_dbus_server_start
g_dbus_server_stop
g_dbus_signal_flags_get_type
g_dbus_signal_info_get_type
g_dbus_signal_info_ref
g_dbus_signal_info_unref
g_dbus_subtree_flags_get_type
g_dbus_unescape_object_path
g_dcgettext
g_debug_controller_dbus_get_type
g_debug_controller_dbus_new
g_debug_controller_dbus_stop
g_debug_controller_get_debug_enabled
g_debug_controller_get_type
g_debug_controller_set_debug_enabled
g_dgettext
g_dir_close
g_dir_make_tmp
g_dir_open
g_dir_read_name
g_dir_rewind
g_direct_equal
g_direct_hash
g_dngettext
g_double_equal
g_double_hash
g_dpgettext
g_dpgettext2
g_drive_can_eject
g_drive_can_poll_for_media
g_drive_can_start
g_drive_can_start_degraded
g_drive_can_stop
g_drive_eject
g_drive_eject_finish
g_drive_eject_with_operation
g_drive_eject_with_operation_finish
g_drive_enumerate_identifiers
g_drive_get_icon
g_drive_get_identifier
g_drive_get_name
g_drive_get_sort_key
g_drive_get_start_stop_type
g_drive_get_symbolic_icon
g_drive_get_type
g_drive_get_volumes
g_drive_has_media
g_drive_has_volumes
g_drive_is_media_check_automatic
g_drive_is_media_removable
g_drive_is_removable
g_drive_poll_for_media
g_drive_poll_for_media_finish
g_drive_start
g_drive_start_finish
g_drive_start_flags_get_type
g_drive_start_stop_type_get_type
g_drive_stop
g_drive_stop_finish
g_dtls_client_connection_get_accepted_cas
g_dtls_client_connection_get_server_identity
g_dtls_client_connection_get_type
g_dtls_client_connection_get_validation_flags
g_dtls_client_connection_new
g_dtls_client_connection_set_server_identity
g_dtls_client_connection_set_validation_flags
g_dtls_connection_close
g_dtls_connection_close_async
g_dtls_connection_close_finish
g_dtls_connection_emit_accept_certificate
g_dtls_connection_get_certificate
g_dtls_connection_get_channel_binding_data
g_dtls_connection_get_ciphersuite_name
g_dtls_connection_get_database
g_dtls_connection_get_interaction
g_dtls_connection_get_negotiated_protocol
g_dtls_connection_get_peer_certificate
g_dtls_connection_get_peer_certificate_errors
g_dtls_connection_get_protocol_version
g_dtls_connection_get_rehandshake_mode
g_dtls_connection_get_require_close_notify
g_dtls_connection_get_type
g_dtls_connection_handshake
g_dtls_connection_handshake_async
g_dtls_connection_handshake_finish
g_dtls_connection_set_advertised_protocols
g_dtls_connection_set_certificate
g_dtls_connection_set_database
g_dtls_connection_set_interaction
g_dtls_connection_set_rehandshake_mode
g_dtls_connection_set_require_close_notify
g_dtls_connection_shutdown
g_dtls_connection_shutdown_async
g_dtls_connection_shutdown_finish
g_dtls_server_connection_get_type
g_dtls_server_connection_new
g_emblem_get_icon
g_emblem_get_origin
g_emblem_get_type
g_emblem_new
g_emblem_new_with_origin
g_emblem_origin_get_type
g_emblemed_icon_add_emblem
g_emblemed_icon_clear_emblems
g_emblemed_icon_get_emblems
g_emblemed_icon_get_icon
g_emblemed_icon_get_type
g_emblemed_icon_new
g_enum_complete_type_info
g_enum_get_value
g_enum_get_value_by_name
g_enum_get_value_by_nick
g_enum_register_static
g_enum_to_string
g_environ_getenv
g_environ_setenv
g_environ_unsetenv
g_error_copy
g_error_domain_register
g_error_domain_register_static
g_error_free
g_error_get_type
g_error_matches
g_error_new
g_error_new_literal
g_error_new_valist
g_file_append_to
g_file_append_to_async
g_file_append_to_finish
g_file_attribute_info_flags_get_type
g_file_attribute_info_list_add
g_file_attribute_info_list_dup
g_file_attribute_info_list_get_type
g_file_attribute_info_list_lookup
g_file_attribute_info_list_new
g_file_attribute_info_list_ref
g_file_attribute_info_list_unref
g_file_attribute_matcher_enumerate_namespace
g_file_attribute_matcher_enumerate_next
g_file_attribute_matcher_get_type
g_file_attribute_matcher_matches
g_file_attribute_matcher_matches_only
g_file_attribute_matcher_new
g_file_attribute_matcher_ref
g_file_attribute_matcher_subtract
g_file_attribute_matcher_to_string
g_file_attribute_matcher_unref
g_file_attribute_status_get_type
g_file_attribute_type_get_type
g_file_build_attribute_list_for_copy
g_file_copy
g_file_copy_async
g_file_copy_attributes
g_file_copy_finish
g_file_copy_flags_get_type
g_file_create
g_file_create_async
g_file_create_finish
g_file_create_flags_get_type
g_file_create_readwrite
g_file_create_readwrite_async
g_file_create_readwrite_finish
g_file_delete
g_file_delete_async
g_file_delete_finish
g_file_dup
g_file_eject_mountable
g_file_eject_mountable_finish
g_file_eject_mountable_with_operation
g_file_eject_mountable_with_operation_finish
g_file_enumerate_children
g_file_enumerate_children_async
g_file_enumerate_children_finish
g_file_enumerator_close
g_file_enumerator_close_async
g_file_enumerator_close_finish
g_file_enumerator_get_child
g_file_enumerator_get_container
g_file_enumerator_get_type
g_file_enumerator_has_pending
g_file_enumerator_is_closed
g_file_enumerator_iterate
g_file_enumerator_next_file
g_file_enumerator_next_files_async
g_file_enumerator_next_files_finish
g_file_enumerator_set_pending
g_file_equal
g_file_error_from_errno
g_file_error_quark
g_file_find_enclosing_mount
g_file_find_enclosing_mount_async
g_file_find_enclosing_mount_finish
g_file_get_basename
g_file_get_child
g_file_get_child_for_display_name
g_file_get_contents
g_file_get_parent
g_file_get_parse_name
g_file_get_path
g_file_get_relative_path
g_file_get_type
g_file_get_uri
g_file_get_uri_scheme
g_file_has_parent
g_file_has_prefix
g_file_has_uri_scheme
g_file_hash
g_file_icon_get_file
g_file_icon_get_type
g_file_icon_new
g_file_info_clear_status
g_file_info_copy_into
g_file_info_dup
g_file_info_get_access_date_time
g_file_info_get_attribute_as_string
g_file_info_get_attribute_boolean
g_file_info_get_attribute_byte_string
g_file_info_get_attribute_data
g_file_info_get_attribute_file_path
g_file_info_get_attribute_int32
g_file_info_get_attribute_int64
g_file_info_get_attribute_object
g_file_info_get_attribute_status
g_file_info_get_attribute_string
g_file_info_get_attribute_stringv
g_file_info_get_attribute_type
g_file_info_get_attribute_uint32
g_file_info_get_attribute_uint64
g_file_info_get_content_type
g_file_info_get_creation_date_time
g_file_info_get_deletion_date
g_file_info_get_display_name
g_file_info_get_edit_name
g_file_info_get_etag
g_file_info_get_file_type
g_file_info_get_icon
g_file_info_get_is_backup
g_file_info_get_is_hidden
g_file_info_get_is_symlink
g_file_info_get_modification_date_time
g_file_info_get_modification_time
g_file_info_get_name
g_file_info_get_size
g_file_info_get_sort_order
g_file_info_get_symbolic_icon
g_file_info_get_symlink_target
g_file_info_get_type
g_file_info_has_attribute
g_file_info_has_namespace
g_file_info_list_attributes
g_file_info_new
g_file_info_remove_attribute
g_file_info_set_access_date_time
g_file_info_set_attribute
g_file_info_set_attribute_boolean
g_file_info_set_attribute_byte_string
g_file_info_set_attribute_file_path
g_file_info_set_attribute_int32
g_file_info_set_attribute_int64
g_file_info_set_attribute_mask
g_file_info_set_attribute_object
g_file_info_set_attribute_status
g_file_info_set_attribute_string
g_file_info_set_attribute_stringv
g_file_info_set_attribute_uint32
g_file_info_set_attribute_uint64
g_file_info_set_content_type
g_file_info_set_creation_date_time
g_file_info_set_display_name
g_file_info_set_edit_name
g_file_info_set_file_type
g_file_info_set_icon
g_file_info_set_is_hidden
g_file_info_set_is_symlink
g_file_info_set_modification_date_time
g_file_info_set_modification_time
g_file_info_set_name
g_file_info_set_size
g_file_info_set_sort_order
g_file_info_set_symbolic_icon
g_file_info_set_symlink_target
g_file_info_unset_attribute_mask
g_file_input_stream_get_type
g_file_input_stream_query_info
g_file_input_stream_query_info_async
g_file_input_stream_query_info_finish
g_file_io_stream_get_etag
g_file_io_stream_get_type
g_file_io_stream_query_info
g_file_io_stream_query_info_async
g_file_io_stream_query_info_finish
g_file_is_native
g_file_load_bytes
g_file_load_bytes_async
g_file_load_bytes_finish
g_file_load_contents
g_file_load_contents_async
g_file_load_contents_finish
g_file_load_partial_contents_async
g_file_load_partial_contents_finish
g_file_make_directory
g_file_make_directory_async
g_file_make_directory_finish
g_file_make_directory_with_parents
g_file_make_symbolic_link
g_file_make_symbolic_link_async
g_file_make_symbolic_link_finish
g_file_measure_disk_usage
g_file_measure_disk_usage_async
g_file_measure_disk_usage_finish
g_file_measure_flags_get_type
g_file_monitor
g_file_monitor_cancel
g_file_monitor_directory
g_file_monitor_emit_event
g_file_monitor_event_get_type
g_file_monitor_file
g_file_monitor_flags_get_type
g_file_monitor_get_type
g_file_monitor_is_cancelled
g_file_monitor_set_rate_limit
g_file_mount_enclosing_volume
g_file_mount_enclosing_volume_finish
g_file_mount_mountable
g_file_mount_mountable_finish
g_file_move
g_file_move_async
g_file_move_finish
g_file_new_build_filename
g_file_new_build_filenamev
g_file_new_for_commandline_arg
g_file_new_for_commandline_arg_and_cwd
g_file_new_for_path
g_file_new_for_uri
g_file_new_tmp
g_file_new_tmp_async
g_file_new_tmp_dir_async
g_file_new_tmp_dir_finish
g_file_new_tmp_finish
g_file_open_readwrite
g_file_open_readwrite_async
g_file_open_readwrite_finish
g_file_open_tmp
g_file_output_stream_get_etag
g_file_output_stream_get_type
g_file_output_stream_query_info
g_file_output_stream_query_info_async
g_file_output_stream_query_info_finish
g_file_parse_name
g_file_peek_path
g_file_poll_mountable
g_file_poll_mountable_finish
g_file_query_default_handler
g_file_query_default_handler_async
g_file_query_default_handler_finish
g_file_query_exists
g_file_query_file_type
g_file_query_filesystem_info
g_file_query_filesystem_info_async
g_file_query_filesystem_info_finish
g_file_query_info
g_file_query_info_async
g_file_query_info_finish
g_file_query_info_flags_get_type
g_file_query_settable_attributes
g_file_query_writable_namespaces
g_file_read
g_file_read_async
g_file_read_finish
g_file_read_link
g_file_replace
g_file_replace_async
g_file_replace_contents
g_file_replace_contents_async
g_file_replace_contents_bytes_async
g_file_replace_contents_finish
g_file_replace_finish
g_file_replace_readwrite
g_file_replace_readwrite_async
g_file_replace_readwrite_finish
g_file_resolve_relative_path
g_file_set_attribute
g_file_set_attribute_byte_string
g_file_set_attribute_int32
g_file_set_attribute_int64
g_file_set_attribute_string
g_file_set_attribute_uint32
g_file_set_attribute_uint64
g_file_set_attributes_async
g_file_set_attributes_finish
g_file_set_attributes_from_info
g_file_set_contents
g_file_set_contents_full
g_file_set_display_name
g_file_set_display_name_async
g_file_set_display_name_finish
g_file_start_mountable
g_file_start_mountable_finish
g_file_stop_mountable
g_file_stop_mountable_finish
g_file_supports_thread_contexts
g_file_test
g_file_trash
g_file_trash_async
g_file_trash_finish
g_file_type_get_type
g_file_unmount_mountable
g_file_unmount_mountable_finish
g_file_unmount_mountable_with_operation
g_file_unmount_mountable_with_operation_finish
g_filename_completer_get_completion_suffix
g_filename_completer_get_completions
g_filename_completer_get_type
g_filename_completer_new
g_filename_completer_set_dirs_only
g_filename_display_basename
g_filename_display_name
g_filename_from_uri
g_filename_from_utf8
g_filename_to_uri
g_filename_to_utf8
g_filesystem_preview_type_get_type
g_filter_input_stream_get_base_stream
g_filter_input_stream_get_close_base_stream
g_filter_input_stream_get_type
g_filter_input_stream_set_close_base_stream
g_filter_output_stream_get_base_stream
g_filter_output_stream_get_close_base_stream
g_filter_output_stream_get_type
g_filter_output_stream_set_close_base_stream
g_find_program_in_path
g_flags_complete_type_info
g_flags_get_first_value
g_flags_get_value_by_name
g_flags_get_value_by_nick
g_flags_register_static
g_flags_to_string
g_format_size
g_format_size_for_display
g_format_size_full
g_fprintf
g_free
g_free_sized
g_get_application_name
g_get_charset
g_get_codeset
g_get_console_charset
g_get_current_dir
g_get_current_time
g_get_environ
g_get_filename_charsets
g_get_home_dir
g_get_host_name
g_get_language_names
g_get_language_names_with_category
g_get_locale_variants
g_get_monotonic_time
g_get_num_processors
g_get_os_info
g_get_prgname
g_get_real_name
g_get_real_time
g_get_system_config_dirs
g_get_system_data_dirs
g_get_tmp_dir
g_get_user_cache_dir
g_get_user_config_dir
g_get_user_data_dir
g_get_user_name
g_get_user_runtime_dir
g_get_user_special_dir
g_get_user_state_dir
g_getenv
g_gstring_get_type
g_gtype_get_type
g_hash_table_add
g_hash_table_contains
g_hash_table_destroy
g_hash_table_find
g_hash_table_foreach
g_hash_table_foreach_remove
g_hash_table_foreach_steal
g_hash_table_get_keys
g_hash_table_get_keys_as_array
g_hash_table_get_keys_as_ptr_array
g_hash_table_get_type
g_hash_table_get_values
g_hash_table_get_values_as_ptr_array
g_hash_table_insert
g_hash_table_iter_get_hash_table
g_hash_table_iter_init
g_hash_table_iter_next
g_hash_table_iter_remove
g_hash_table_iter_replace
g_hash_table_iter_steal
g_hash_table_lookup
g_hash_table_lookup_extended
g_hash_table_new
g_hash_table_new_full
g_hash_table_new_similar
g_hash_table_ref
g_hash_table_remove
g_hash_table_remove_all
g_hash_table_replace
g_hash_table_size
g_hash_table_steal
g_hash_table_steal_all
g_hash_table_steal_all_keys
g_hash_table_steal_all_values
g_hash_table_steal_extended
g_hash_table_unref
g_hmac_copy
g_hmac_get_digest
g_hmac_get_string
g_hmac_new
g_hmac_ref
g_hmac_unref
g_hmac_update
g_hook_alloc
g_hook_compare_ids
g_hook_destroy
g_hook_destroy_link
g_hook_find
g_hook_find_data
g_hook_find_func
g_hook_find_func_data
g_hook_first_valid
g_hook_free
g_hook_get
g_hook_insert_before
g_hook_insert_sorted
g_hook_list_clear
g_hook_list_init
g_hook_list_invoke
g_hook_list_invoke_check
g_hook_list_marshal
g_hook_list_marshal_check
g_hook_next_valid
g_hook_prepend
g_hook_ref
g_hook_unref
g_hostname_is_ascii_encoded
g_hostname_is_ip_address
g_hostname_is_non_ascii
g_hostname_to_ascii
g_hostname_to_unicode
g_icon_deserialize
g_icon_equal
g_icon_get_type
g_icon_hash
g_icon_new_for_string
g_icon_serialize
g_icon_to_string
g_iconv
g_iconv_close
g_iconv_open
g_idle_add
g_idle_add_full
g_idle_add_once
g_idle_remove_by_data
g_idle_source_new
g_inet_address_equal
g_inet_address_get_family
g_inet_address_get_is_any
g_inet_address_get_is_link_local
g_inet_address_get_is_loopback
g_inet_address_get_is_mc_global
g_inet_address_get_is_mc_link_local
g_inet_address_get_is_mc_node_local
g_inet_address_get_is_mc_org_local
g_inet_address_get_is_mc_site_local
g_inet_address_get_is_multicast
g_inet_address_get_is_site_local
g_inet_address_get_native_size
g_inet_address_get_type
g_inet_address_mask_equal
g_inet_address_mask_get_address
g_inet_address_mask_get_family
g_inet_address_mask_get_length
g_inet_address_mask_get_type
g_inet_address_mask_matches
g_inet_address_mask_new
g_inet_address_mask_new_from_string
g_inet_address_mask_to_string
g_inet_address_new_any
g_inet_address_new_from_bytes
g_inet_address_new_from_string
g_inet_address_new_loopback
g_inet_address_to_bytes
g_inet_address_to_string
g_inet_socket_address_get_address
g_inet_socket_address_get_flowinfo
g_inet_socket_address_get_port
g_inet_socket_address_get_scope_id
g_inet_socket_address_get_type
g_inet_socket_address_new
g_inet_socket_address_new_from_string
g_initable_get_type
g_initable_init
g_initable_new
g_initable_new_valist
g_initable_newv
g_initially_unowned_get_type
GInitiallyUnowned:
g_input_stream_clear_pending
g_input_stream_close
g_input_stream_close_async
g_input_stream_close_finish
g_input_stream_get_type
g_input_stream_has_pending
g_input_stream_is_closed
g_input_stream_read
g_input_stream_read_all
g_input_stream_read_all_async
g_input_stream_read_all_finish
g_input_stream_read_async
g_input_stream_read_bytes
g_input_stream_read_bytes_async
g_input_stream_read_bytes_finish
g_input_stream_read_finish
g_input_stream_set_pending
g_input_stream_skip
g_input_stream_skip_async
g_input_stream_skip_finish
g_int64_equal
g_int64_hash
g_int_equal
g_int_hash
g_intern_static_string
g_intern_string
g_io_add_watch
g_io_add_watch_full
g_io_channel_close
g_io_channel_error_from_errno
g_io_channel_error_quark
g_io_channel_flush
g_io_channel_get_buffer_condition
g_io_channel_get_buffer_size
g_io_channel_get_buffered
g_io_channel_get_close_on_unref
g_io_channel_get_encoding
g_io_channel_get_flags
g_io_channel_get_line_term
g_io_channel_get_type
g_io_channel_init
g_io_channel_new_file
g_io_channel_read
g_io_channel_read_chars
g_io_channel_read_line
g_io_channel_read_line_string
g_io_channel_read_to_end
g_io_channel_read_unichar
g_io_channel_ref
g_io_channel_seek
g_io_channel_seek_position
g_io_channel_set_buffer_size
g_io_channel_set_buffered
g_io_channel_set_close_on_unref
g_io_channel_set_encoding
g_io_channel_set_flags
g_io_channel_set_line_term
g_io_channel_shutdown
g_io_channel_unix_get_fd
g_io_channel_unix_new
g_io_channel_unref
g_io_channel_write
g_io_channel_write_chars
g_io_channel_write_unichar
g_io_condition_get_type
g_io_create_watch
g_io_error_enum_get_type
g_io_error_from_errno
g_io_error_from_file_error
g_io_error_quark
g_io_extension_get_name
g_io_extension_get_priority
g_io_extension_get_type
g_io_extension_point_get_extension_by_name
g_io_extension_point_get_extensions
g_io_extension_point_get_required_type
g_io_extension_point_implement
g_io_extension_point_lookup
g_io_extension_point_register
g_io_extension_point_set_required_type
g_io_extension_ref_class
g_io_module_get_type
g_io_module_load
g_io_module_load: (skip) @module: a #GIOModule.
g_io_module_new
g_io_module_query
g_io_module_query:
g_io_module_scope_block
g_io_module_scope_flags_get_type
g_io_module_scope_free
g_io_module_scope_new
g_io_module_unload
g_io_module_unload: (skip) @module: a #GIOModule.
g_io_modules_load_all_in_directory
g_io_modules_load_all_in_directory_with_scope
g_io_modules_scan_all_in_directory
g_io_modules_scan_all_in_directory_with_scope
g_io_scheduler_cancel_all_jobs
g_io_scheduler_job_send_to_mainloop
g_io_scheduler_job_send_to_mainloop_async
g_io_scheduler_push_job
g_io_stream_clear_pending
g_io_stream_close
g_io_stream_close_async
g_io_stream_close_finish
g_io_stream_get_input_stream
g_io_stream_get_output_stream
g_io_stream_get_type
g_io_stream_has_pending
g_io_stream_is_closed
g_io_stream_set_pending
g_io_stream_splice_async
g_io_stream_splice_finish
g_io_stream_splice_flags_get_type
g_key_file_error_quark
g_key_file_free
g_key_file_get_boolean
g_key_file_get_boolean_list
g_key_file_get_comment
g_key_file_get_double
g_key_file_get_double_list
g_key_file_get_groups
g_key_file_get_int64
g_key_file_get_integer
g_key_file_get_integer_list
g_key_file_get_keys
g_key_file_get_locale_for_key
g_key_file_get_locale_string
g_key_file_get_locale_string_list
g_key_file_get_start_group
g_key_file_get_string
g_key_file_get_string_list
g_key_file_get_type
g_key_file_get_uint64
g_key_file_get_value
g_key_file_has_group
g_key_file_has_key
g_key_file_load_from_bytes
g_key_file_load_from_data
g_key_file_load_from_data_dirs
g_key_file_load_from_dirs
g_key_file_load_from_file
g_key_file_new
g_key_file_ref
g_key_file_remove_comment
g_key_file_remove_group
g_key_file_remove_key
g_key_file_save_to_file
g_key_file_set_boolean
g_key_file_set_boolean_list
g_key_file_set_comment
g_key_file_set_double
g_key_file_set_double_list
g_key_file_set_int64
g_key_file_set_integer
g_key_file_set_integer_list
g_key_file_set_list_separator
g_key_file_set_locale_string
g_key_file_set_locale_string_list
g_key_file_set_string
g_key_file_set_string_list
g_key_file_set_uint64
g_key_file_set_value
g_key_file_to_data
g_key_file_unref
g_list_alloc
g_list_append
g_list_concat
g_list_copy
g_list_copy_deep
g_list_delete_link
g_list_find
g_list_find_custom
g_list_first
g_list_foreach
g_list_free
g_list_free_1
g_list_free_full
g_list_index
g_list_insert
g_list_insert_before
g_list_insert_before_link
g_list_insert_sorted
g_list_insert_sorted_with_data
g_list_last
g_list_length
g_list_model_get_item
g_list_model_get_item_type
g_list_model_get_n_items
g_list_model_get_object
g_list_model_get_type
g_list_model_items_changed
g_list_nth
g_list_nth_data
g_list_nth_prev
g_list_pop_allocator
g_list_position
g_list_prepend
g_list_push_allocator
g_list_remove
g_list_remove_all
g_list_remove_link
g_list_reverse
g_list_sort
g_list_sort_with_data
g_list_store_append
g_list_store_find
g_list_store_find_with_equal_func
g_list_store_find_with_equal_func_full
g_list_store_get_type
g_list_store_insert
g_list_store_insert_sorted
g_list_store_new
g_list_store_remove
g_list_store_remove_all
g_list_store_sort
g_list_store_splice
g_listenv
g_loadable_icon_get_type
g_loadable_icon_load
g_loadable_icon_load_async
g_loadable_icon_load_finish
g_locale_from_utf8
g_locale_to_utf8
g_log
g_log_default_handler
g_log_get_debug_enabled
g_log_remove_handler
g_log_set_always_fatal
g_log_set_debug_enabled
g_log_set_default_handler
g_log_set_fatal_mask
g_log_set_handler
g_log_set_handler_full
g_log_set_writer_func
g_log_structured
g_log_structured_array
g_log_structured_standard
g_log_variant
g_log_writer_default
g_log_writer_default_set_use_stderr
g_log_writer_default_would_drop
g_log_writer_format_fields
g_log_writer_is_journald
g_log_writer_journald
g_log_writer_standard_streams
g_log_writer_supports_color
g_logv
g_main_context_acquire
g_main_context_add_poll
g_main_context_check
g_main_context_default
g_main_context_dispatch
g_main_context_find_source_by_funcs_user_data
g_main_context_find_source_by_id
g_main_context_find_source_by_user_data
g_main_context_get_poll_func
g_main_context_get_thread_default
g_main_context_get_type
g_main_context_invoke
g_main_context_invoke_full
g_main_context_is_owner
g_main_context_iteration
g_main_context_new
g_main_context_new_with_flags
g_main_context_pending
g_main_context_pop_thread_default
g_main_context_prepare
g_main_context_push_thread_default
g_main_context_query
g_main_context_ref
g_main_context_ref_thread_default
g_main_context_release
g_main_context_remove_poll
g_main_context_set_poll_func
g_main_context_unref
g_main_context_wait
g_main_context_wakeup
g_main_current_source
g_main_depth
g_main_loop_get_context
g_main_loop_get_type
g_main_loop_is_running
g_main_loop_new
g_main_loop_quit
g_main_loop_ref
g_main_loop_run
g_main_loop_unref
g_malloc
g_malloc0
g_malloc0_n
g_malloc_n
g_mapped_file_free
g_mapped_file_get_bytes
g_mapped_file_get_contents
g_mapped_file_get_length
g_mapped_file_get_type
g_mapped_file_new
g_mapped_file_new_from_fd
g_mapped_file_ref
g_mapped_file_unref
g_markup_collect_attributes
g_markup_error_quark
g_markup_escape_text
g_markup_parse_context_end_parse
g_markup_parse_context_free
g_markup_parse_context_get_element
g_markup_parse_context_get_element_stack
g_markup_parse_context_get_position
g_markup_parse_context_get_type
g_markup_parse_context_get_user_data
g_markup_parse_context_new
g_markup_parse_context_parse
g_markup_parse_context_pop
g_markup_parse_context_push
g_markup_parse_context_ref
g_markup_parse_context_unref
g_markup_printf_escaped
g_markup_vprintf_escaped
g_match_info_expand_references
g_match_info_fetch
g_match_info_fetch_all
g_match_info_fetch_named
g_match_info_fetch_named_pos
g_match_info_fetch_pos
g_match_info_free
g_match_info_get_match_count
g_match_info_get_regex
g_match_info_get_string
g_match_info_get_type
g_match_info_is_partial_match
g_match_info_matches
g_match_info_next
g_match_info_ref
g_match_info_unref
g_mem_chunk_alloc
g_mem_chunk_alloc0
g_mem_chunk_clean
g_mem_chunk_destroy
g_mem_chunk_free
g_mem_chunk_info
g_mem_chunk_new
g_mem_chunk_print
g_mem_chunk_reset
g_mem_is_system_malloc
g_mem_profile
g_mem_set_vtable
g_memdup
g_memdup2
g_memory_input_stream_add_bytes
g_memory_input_stream_add_data
g_memory_input_stream_get_type
g_memory_input_stream_new
g_memory_input_stream_new_from_bytes
g_memory_input_stream_new_from_data
g_memory_monitor_dup_default
g_memory_monitor_get_type
g_memory_monitor_warning_level_get_type
g_memory_output_stream_get_data
g_memory_output_stream_get_data_size
g_memory_output_stream_get_size
g_memory_output_stream_get_type
g_memory_output_stream_new
g_memory_output_stream_new_resizable
g_memory_output_stream_steal_as_bytes
g_memory_output_stream_steal_data
g_menu_append
g_menu_append_item
g_menu_append_section
g_menu_append_submenu
g_menu_attribute_iter_get_name
g_menu_attribute_iter_get_next
g_menu_attribute_iter_get_type
g_menu_attribute_iter_get_value
g_menu_attribute_iter_next
g_menu_freeze
g_menu_get_type
g_menu_insert
g_menu_insert_item
g_menu_insert_section
g_menu_insert_submenu
g_menu_item_get_attribute
g_menu_item_get_attribute_value
g_menu_item_get_link
g_menu_item_get_type
g_menu_item_new
g_menu_item_new_from_model
g_menu_item_new_section
g_menu_item_new_submenu
g_menu_item_set_action_and_target
g_menu_item_set_action_and_target_value
g_menu_item_set_attribute
g_menu_item_set_attribute_value
g_menu_item_set_detailed_action
g_menu_item_set_icon
g_menu_item_set_label
g_menu_item_set_link
g_menu_item_set_section
g_menu_item_set_submenu
g_menu_link_iter_get_name
g_menu_link_iter_get_next
g_menu_link_iter_get_type
g_menu_link_iter_get_value
g_menu_link_iter_next
g_menu_model_get_item_attribute
g_menu_model_get_item_attribute_value
g_menu_model_get_item_link
g_menu_model_get_n_items
g_menu_model_get_type
g_menu_model_is_mutable
g_menu_model_items_changed
g_menu_model_iterate_item_attributes
g_menu_model_iterate_item_links
g_menu_new
g_menu_prepend
g_menu_prepend_item
g_menu_prepend_section
g_menu_prepend_submenu
g_menu_remove
g_menu_remove_all
g_mkdir_with_parents
g_mkdtemp
g_mkdtemp_full
g_mkstemp
g_mkstemp_full
g_module_build_path
g_module_close
g_module_error
g_module_error_quark
g_module_make_resident
g_module_name
g_module_open
g_module_open_full
g_module_supported
g_module_symbol
g_mount_can_eject
g_mount_can_unmount
g_mount_eject
g_mount_eject_finish
g_mount_eject_with_operation
g_mount_eject_with_operation_finish
g_mount_get_default_location
g_mount_get_drive
g_mount_get_icon
g_mount_get_name
g_mount_get_root
g_mount_get_sort_key
g_mount_get_symbolic_icon
g_mount_get_type
g_mount_get_uuid
g_mount_get_volume
g_mount_guess_content_type
g_mount_guess_content_type_finish
g_mount_guess_content_type_sync
g_mount_is_shadowed
g_mount_mount_flags_get_type
g_mount_operation_get_anonymous
g_mount_operation_get_choice
g_mount_operation_get_domain
g_mount_operation_get_is_tcrypt_hidden_volume
g_mount_operation_get_is_tcrypt_system_volume
g_mount_operation_get_password
g_mount_operation_get_password_save
g_mount_operation_get_pim
g_mount_operation_get_type
g_mount_operation_get_username
g_mount_operation_new
g_mount_operation_reply
g_mount_operation_result_get_type
g_mount_operation_set_anonymous
g_mount_operation_set_choice
g_mount_operation_set_domain
g_mount_operation_set_is_tcrypt_hidden_volume
g_mount_operation_set_is_tcrypt_system_volume
g_mount_operation_set_password
g_mount_operation_set_password_save
g_mount_operation_set_pim
g_mount_operation_set_username
g_mount_remount
g_mount_remount_finish
g_mount_shadow
g_mount_unmount
g_mount_unmount_finish
g_mount_unmount_flags_get_type
g_mount_unmount_with_operation
g_mount_unmount_with_operation_finish
g_mount_unshadow
g_mutex_clear
g_mutex_free
g_mutex_init
g_mutex_lock
g_mutex_new
g_mutex_trylock
g_mutex_unlock
g_native_socket_address_get_type
g_native_socket_address_new
g_native_volume_monitor_get_type
g_network_address_get_hostname
g_network_address_get_port
g_network_address_get_scheme
g_network_address_get_type
g_network_address_new
g_network_address_new_loopback
g_network_address_parse
g_network_address_parse_uri
g_network_connectivity_get_type
g_network_monitor_can_reach
g_network_monitor_can_reach_async
g_network_monitor_can_reach_finish
g_network_monitor_get_connectivity
g_network_monitor_get_default
g_network_monitor_get_network_available
g_network_monitor_get_network_metered
g_network_monitor_get_type
g_network_service_get_domain
g_network_service_get_protocol
g_network_service_get_scheme
g_network_service_get_service
g_network_service_get_type
g_network_service_new
g_network_service_set_scheme
g_node_child_index
g_node_child_position
g_node_children_foreach
g_node_copy
g_node_copy_deep
g_node_depth
g_node_destroy
g_node_find
g_node_find_child
g_node_first_sibling
g_node_get_root
g_node_insert
g_node_insert_after
g_node_insert_before
g_node_is_ancestor
g_node_last_child
g_node_last_sibling
g_node_max_height
g_node_n_children
g_node_n_nodes
g_node_new
g_node_nth_child
g_node_pop_allocator
g_node_prepend
g_node_push_allocator
g_node_reverse_children
g_node_traverse
g_node_unlink
g_normalize_mode_get_type
g_notification_add_button
g_notification_add_button_with_target
g_notification_add_button_with_target_value
g_notification_get_type
g_notification_new
g_notification_priority_get_type
g_notification_set_body
g_notification_set_category
g_notification_set_default_action
g_notification_set_default_action_and_target
g_notification_set_default_action_and_target_value
g_notification_set_icon
g_notification_set_priority
g_notification_set_title
g_notification_set_urgent
g_nullify_pointer
g_number_parser_error_quark
g_object_add_toggle_ref
g_object_add_weak_pointer
g_object_bind_property
g_object_bind_property_full
g_object_bind_property_with_closures
g_object_class_find_property
g_object_class_install_properties
g_object_class_install_property
g_object_class_list_properties
g_object_class_override_property
g_object_compat_control
g_object_connect
g_object_disconnect
g_object_dup_data
g_object_dup_qdata
g_object_force_floating
g_object_freeze_notify
g_object_get
g_object_get_data
g_object_get_property
g_object_get_qdata
g_object_get_type
g_object_get_valist
g_object_getv
g_object_interface_find_property
g_object_interface_install_property
g_object_interface_list_properties
g_object_is_floating
g_object_new
g_object_new_valist
g_object_new_with_properties
g_object_newv
g_object_notify
g_object_notify_by_pspec
g_object_ref
g_object_ref_sink
g_object_remove_toggle_ref
g_object_remove_weak_pointer
g_object_replace_data
g_object_replace_qdata
g_object_run_dispose
g_object_set
g_object_set_data
g_object_set_data_full
g_object_set_property
g_object_set_qdata
g_object_set_qdata_full
g_object_set_valist
g_object_setv
g_object_steal_data
g_object_steal_qdata
g_object_take_ref
g_object_thaw_notify
g_object_unref
g_object_watch_closure
g_object_weak_ref
g_object_weak_unref
g_on_error_query
g_on_error_stack_trace
g_once_impl
g_once_init_enter
g_once_init_enter_impl
g_once_init_leave
g_option_context_add_group
g_option_context_add_main_entries
g_option_context_free
g_option_context_get_description
g_option_context_get_help
g_option_context_get_help_enabled
g_option_context_get_ignore_unknown_options
g_option_context_get_main_group
g_option_context_get_strict_posix
g_option_context_get_summary
g_option_context_new
g_option_context_parse
g_option_context_parse_strv
g_option_context_set_description
g_option_context_set_help_enabled
g_option_context_set_ignore_unknown_options
g_option_context_set_main_group
g_option_context_set_strict_posix
g_option_context_set_summary
g_option_context_set_translate_func
g_option_context_set_translation_domain
g_option_error_quark
g_option_group_add_entries
g_option_group_free
g_option_group_get_type
g_option_group_new
g_option_group_ref
g_option_group_set_error_hook
g_option_group_set_parse_hooks
g_option_group_set_translate_func
g_option_group_set_translation_domain
g_option_group_unref
g_output_stream_clear_pending
g_output_stream_close
g_output_stream_close_async
g_output_stream_close_finish
g_output_stream_flush
g_output_stream_flush_async
g_output_stream_flush_finish
g_output_stream_get_type
g_output_stream_has_pending
g_output_stream_is_closed
g_output_stream_is_closing
g_output_stream_printf
g_output_stream_set_pending
g_output_stream_splice
g_output_stream_splice_async
g_output_stream_splice_finish
g_output_stream_splice_flags_get_type
g_output_stream_vprintf
g_output_stream_write
g_output_stream_write_all
g_output_stream_write_all_async
g_output_stream_write_all_finish
g_output_stream_write_async
g_output_stream_write_bytes
g_output_stream_write_bytes_async
g_output_stream_write_bytes_finish
g_output_stream_write_finish
g_output_stream_writev
g_output_stream_writev_all
g_output_stream_writev_all_async
g_output_stream_writev_all_finish
g_output_stream_writev_async
g_output_stream_writev_finish
g_param_spec_boolean
g_param_spec_boxed
g_param_spec_char
g_param_spec_double
g_param_spec_enum
g_param_spec_flags
g_param_spec_float
g_param_spec_get_blurb
g_param_spec_get_default_value
g_param_spec_get_name
g_param_spec_get_name_quark
g_param_spec_get_nick
g_param_spec_get_qdata
g_param_spec_get_redirect_target
g_param_spec_gtype
g_param_spec_int
g_param_spec_int64
g_param_spec_internal
g_param_spec_is_valid_name
g_param_spec_long
g_param_spec_object
g_param_spec_override
g_param_spec_param
g_param_spec_pointer
g_param_spec_pool_insert
g_param_spec_pool_list
g_param_spec_pool_list_owned
g_param_spec_pool_lookup
g_param_spec_pool_new
g_param_spec_pool_remove
g_param_spec_ref
g_param_spec_ref_sink
g_param_spec_set_qdata
g_param_spec_set_qdata_full
g_param_spec_sink
g_param_spec_steal_qdata
g_param_spec_string
g_param_spec_uchar
g_param_spec_uint
g_param_spec_uint64
g_param_spec_ulong
g_param_spec_unichar
g_param_spec_unref
g_param_spec_value_array
g_param_spec_variant
g_param_type_register_static
g_param_value_convert
g_param_value_defaults
g_param_value_is_valid
g_param_value_set_default
g_param_value_validate
g_param_values_cmp
g_parse_debug_string
g_password_save_get_type
g_path_buf_clear
g_path_buf_clear_to_path
g_path_buf_copy
g_path_buf_equal
g_path_buf_free
g_path_buf_free_to_path
g_path_buf_init
g_path_buf_init_from_path
g_path_buf_new
g_path_buf_new_from_path
g_path_buf_pop
g_path_buf_push
g_path_buf_set_extension
g_path_buf_set_filename
g_path_buf_to_path
g_path_get_basename
g_path_get_dirname
g_path_is_absolute
g_path_skip_root
g_pattern_match
g_pattern_match_simple
g_pattern_match_string
g_pattern_spec_copy
g_pattern_spec_equal
g_pattern_spec_free
g_pattern_spec_get_type
g_pattern_spec_match
g_pattern_spec_match_string
g_pattern_spec_new
g_permission_acquire
g_permission_acquire_async
g_permission_acquire_finish
g_permission_get_allowed
g_permission_get_can_acquire
g_permission_get_can_release
g_permission_get_type
g_permission_impl_update
g_permission_release
g_permission_release_async
g_permission_release_finish
g_pointer_bit_lock
g_pointer_bit_trylock
g_pointer_bit_unlock
g_pointer_type_register_static
g_poll
G_POLLFD_FORMAT:
g_pollable_input_stream_can_poll
g_pollable_input_stream_create_source
g_pollable_input_stream_get_type
g_pollable_input_stream_is_readable
g_pollable_input_stream_read_nonblocking
g_pollable_output_stream_can_poll
g_pollable_output_stream_create_source
g_pollable_output_stream_get_type
g_pollable_output_stream_is_writable
g_pollable_output_stream_write_nonblocking
g_pollable_output_stream_writev_nonblocking
g_pollable_return_get_type
g_pollable_source_new
g_pollable_source_new_full
g_pollable_stream_read
g_pollable_stream_write
g_pollable_stream_write_all
g_pollfd_get_type
g_power_profile_monitor_dup_default
g_power_profile_monitor_get_power_saver_enabled
g_power_profile_monitor_get_type
g_prefix_error
g_prefix_error_literal
g_print
g_printerr
g_printf
g_printf_string_upper_bound
g_private_get
g_private_new
g_private_replace
g_private_set
g_propagate_error
g_propagate_prefixed_error
g_property_action_get_type
g_property_action_new
g_proxy_address_enumerator_get_type
g_proxy_address_get_destination_hostname
g_proxy_address_get_destination_port
g_proxy_address_get_destination_protocol
g_proxy_address_get_password
g_proxy_address_get_protocol
g_proxy_address_get_type
g_proxy_address_get_uri
g_proxy_address_get_username
g_proxy_address_new
g_proxy_connect
g_proxy_connect_async
g_proxy_connect_finish
g_proxy_get_default_for_protocol
g_proxy_get_type
g_proxy_resolver_get_default
g_proxy_resolver_get_type
g_proxy_resolver_is_supported
g_proxy_resolver_lookup
g_proxy_resolver_lookup_async
g_proxy_resolver_lookup_finish
g_proxy_supports_hostname
g_ptr_array_add
g_ptr_array_copy
g_ptr_array_extend
g_ptr_array_extend_and_steal
g_ptr_array_find
g_ptr_array_find_with_equal_func
g_ptr_array_foreach
g_ptr_array_free
g_ptr_array_get_type
g_ptr_array_insert
g_ptr_array_is_null_terminated
g_ptr_array_new
g_ptr_array_new_from_array
g_ptr_array_new_from_null_terminated_array
g_ptr_array_new_full
g_ptr_array_new_null_terminated
g_ptr_array_new_take
g_ptr_array_new_take_null_terminated
g_ptr_array_new_with_free_func
g_ptr_array_ref
g_ptr_array_remove
g_ptr_array_remove_fast
g_ptr_array_remove_index
g_ptr_array_remove_index_fast
g_ptr_array_remove_range
g_ptr_array_set_free_func
g_ptr_array_set_size
g_ptr_array_sized_new
g_ptr_array_sort
g_ptr_array_sort_values
g_ptr_array_sort_values_with_data
g_ptr_array_sort_with_data
g_ptr_array_steal
g_ptr_array_steal_index
g_ptr_array_steal_index_fast
g_ptr_array_unref
g_qsort_with_data
g_quark_from_static_string
g_quark_from_string
g_quark_to_string
g_quark_try_string
g_queue_clear
g_queue_clear_full
g_queue_copy
g_queue_delete_link
g_queue_find
g_queue_find_custom
g_queue_foreach
g_queue_free
g_queue_free_full
g_queue_get_length
g_queue_index
g_queue_init
g_queue_insert_after
g_queue_insert_after_link
g_queue_insert_before
g_queue_insert_before_link
g_queue_insert_sorted
g_queue_is_empty
g_queue_link_index
g_queue_new
g_queue_peek_head
g_queue_peek_head_link
g_queue_peek_nth
g_queue_peek_nth_link
g_queue_peek_tail
g_queue_peek_tail_link
g_queue_pop_head
g_queue_pop_head_link
g_queue_pop_nth
g_queue_pop_nth_link
g_queue_pop_tail
g_queue_pop_tail_link
g_queue_push_head
g_queue_push_head_link
g_queue_push_nth
g_queue_push_nth_link
g_queue_push_tail
g_queue_push_tail_link
g_queue_remove
g_queue_remove_all
g_queue_reverse
g_queue_sort
g_queue_unlink
g_rand_copy
g_rand_double
g_rand_double_range
g_rand_free
g_rand_int
g_rand_int_range
g_rand_new
g_rand_new_with_seed
g_rand_new_with_seed_array
g_rand_set_seed
g_rand_set_seed_array
g_random_double
g_random_double_range
g_random_int
g_random_int_range
g_random_set_seed
g_rc_box_acquire
g_rc_box_alloc
g_rc_box_alloc0
g_rc_box_dup
g_rc_box_get_size
g_rc_box_release
g_rc_box_release_full
g_realloc
g_realloc_n
g_rec_mutex_clear
g_rec_mutex_init
g_rec_mutex_lock
g_rec_mutex_trylock
g_rec_mutex_unlock
g_ref_count_compare
g_ref_count_dec
g_ref_count_inc
g_ref_count_init
g_ref_string_acquire
g_ref_string_length
g_ref_string_new
g_ref_string_new_intern
g_ref_string_new_len
g_ref_string_release
g_regex_check_replacement
g_regex_error_quark
g_regex_escape_nul
g_regex_escape_string
g_regex_get_capture_count
g_regex_get_compile_flags
g_regex_get_has_cr_or_lf
g_regex_get_match_flags
g_regex_get_max_backref
g_regex_get_max_lookbehind
g_regex_get_pattern
g_regex_get_string_number
g_regex_get_type
g_regex_match
g_regex_match_all
g_regex_match_all_full
g_regex_match_full
g_regex_match_simple
g_regex_new
g_regex_ref
g_regex_replace
g_regex_replace_eval
g_regex_replace_literal
g_regex_split
g_regex_split_full
g_regex_split_simple
g_regex_unref
g_relation_count
g_relation_delete
g_relation_destroy
g_relation_exists
g_relation_index
g_relation_insert
g_relation_new
g_relation_print
g_relation_select
g_reload_user_special_dirs_cache
g_remote_action_group_activate_action_full
g_remote_action_group_change_action_state_full
g_remote_action_group_get_type
g_resolver_error_get_type
g_resolver_error_quark
g_resolver_free_addresses
g_resolver_free_targets
g_resolver_get_default
g_resolver_get_timeout
g_resolver_get_type
g_resolver_lookup_by_address
g_resolver_lookup_by_address_async
g_resolver_lookup_by_address_finish
g_resolver_lookup_by_name
g_resolver_lookup_by_name_async
g_resolver_lookup_by_name_finish
g_resolver_lookup_by_name_with_flags
g_resolver_lookup_by_name_with_flags_async
g_resolver_lookup_by_name_with_flags_finish
g_resolver_lookup_records
g_resolver_lookup_records_async
g_resolver_lookup_records_finish
g_resolver_lookup_service
g_resolver_lookup_service_async
g_resolver_lookup_service_finish
g_resolver_name_lookup_flags_get_type
g_resolver_record_type_get_type
g_resolver_set_default
g_resolver_set_timeout
g_resource_enumerate_children
g_resource_error_get_type
g_resource_error_quark
g_resource_flags_get_type
g_resource_get_info
g_resource_get_type
g_resource_load
g_resource_lookup_data
g_resource_lookup_flags_get_type
g_resource_new_from_data
g_resource_open_stream
g_resource_ref
g_resource_unref
g_resources_enumerate_children
g_resources_get_info
g_resources_lookup_data
g_resources_open_stream
g_resources_register
g_resources_unregister
g_return_if_fail_warning
g_rmdir
g_rw_lock_clear
g_rw_lock_init
g_rw_lock_reader_lock
g_rw_lock_reader_trylock
g_rw_lock_reader_unlock
g_rw_lock_writer_lock
g_rw_lock_writer_trylock
g_rw_lock_writer_unlock
g_scanner_cur_line
g_scanner_cur_position
g_scanner_cur_token
g_scanner_cur_value
g_scanner_destroy
g_scanner_eof
g_scanner_error
g_scanner_get_next_token
g_scanner_input_file
g_scanner_input_text
g_scanner_lookup_symbol
g_scanner_new
g_scanner_peek_next_token
g_scanner_scope_add_symbol
g_scanner_scope_foreach_symbol
g_scanner_scope_lookup_symbol
g_scanner_scope_remove_symbol
g_scanner_set_scope
g_scanner_sync_file_offset
g_scanner_unexp_token
g_scanner_warn
g_seekable_can_seek
g_seekable_can_truncate
g_seekable_get_type
g_seekable_seek
g_seekable_tell
g_seekable_truncate
g_sequence_append
g_sequence_foreach
g_sequence_foreach_range
g_sequence_free
g_sequence_get
g_sequence_get_begin_iter
g_sequence_get_end_iter
g_sequence_get_iter_at_pos
g_sequence_get_length
g_sequence_insert_before
g_sequence_insert_sorted
g_sequence_insert_sorted_iter
g_sequence_is_empty
g_sequence_iter_compare
g_sequence_iter_get_position
g_sequence_iter_get_sequence
g_sequence_iter_is_begin
g_sequence_iter_is_end
g_sequence_iter_move
g_sequence_iter_next
g_sequence_iter_prev
g_sequence_lookup
g_sequence_lookup_iter
g_sequence_move
g_sequence_move_range
g_sequence_new
g_sequence_prepend
g_sequence_range_get_midpoint
g_sequence_remove
g_sequence_remove_range
g_sequence_search
g_sequence_search_iter
g_sequence_set
g_sequence_sort
g_sequence_sort_changed
g_sequence_sort_changed_iter
g_sequence_sort_iter
g_sequence_swap
g_set_application_name
g_set_error
g_set_error_literal
g_set_prgname
g_set_print_handler
g_set_printerr_handler
g_setenv
g_settings_apply
g_settings_bind
g_settings_bind_flags_get_type
g_settings_bind_with_mapping
g_settings_bind_writable
g_settings_create_action
g_settings_delay
g_settings_get
g_settings_get_boolean
g_settings_get_child
g_settings_get_default_value
g_settings_get_double
g_settings_get_enum
g_settings_get_flags
g_settings_get_has_unapplied
g_settings_get_int
g_settings_get_int64
g_settings_get_mapped
g_settings_get_range
g_settings_get_string
g_settings_get_strv
g_settings_get_type
g_settings_get_uint
g_settings_get_uint64
g_settings_get_user_value
g_settings_get_value
g_settings_is_writable
g_settings_list_children
g_settings_list_keys
g_settings_list_relocatable_schemas
g_settings_list_schemas
g_settings_new
g_settings_new_full
g_settings_new_with_backend
g_settings_new_with_backend_and_path
g_settings_new_with_path
g_settings_range_check
g_settings_reset
g_settings_revert
g_settings_schema_get_id
g_settings_schema_get_key
g_settings_schema_get_path
g_settings_schema_get_type
g_settings_schema_has_key
g_settings_schema_key_get_default_value
g_settings_schema_key_get_description
g_settings_schema_key_get_name
g_settings_schema_key_get_range
g_settings_schema_key_get_summary
g_settings_schema_key_get_type
g_settings_schema_key_get_value_type
g_settings_schema_key_range_check
g_settings_schema_key_ref
g_settings_schema_key_unref
g_settings_schema_list_children
g_settings_schema_list_keys
g_settings_schema_ref
g_settings_schema_source_get_default
g_settings_schema_source_get_type
g_settings_schema_source_list_schemas
g_settings_schema_source_lookup
g_settings_schema_source_new_from_directory
g_settings_schema_source_ref
g_settings_schema_source_unref
g_settings_schema_unref
g_settings_set
g_settings_set_boolean
g_settings_set_double
g_settings_set_enum
g_settings_set_flags
g_settings_set_int
g_settings_set_int64
g_settings_set_string
g_settings_set_strv
g_settings_set_uint
g_settings_set_uint64
g_settings_set_value
g_settings_sync
g_settings_unbind
g_shell_error_quark
g_shell_parse_argv
g_shell_quote
g_shell_unquote
g_signal_accumulator_first_wins
g_signal_accumulator_true_handled
g_signal_add_emission_hook
g_signal_chain_from_overridden
g_signal_chain_from_overridden_handler
g_signal_connect_closure
g_signal_connect_closure_by_id
g_signal_connect_data
g_signal_connect_object
g_signal_emit
g_signal_emit_by_name
g_signal_emit_valist
g_signal_emitv
g_signal_get_invocation_hint
g_signal_group_block
g_signal_group_connect
g_signal_group_connect_after
g_signal_group_connect_closure
g_signal_group_connect_data
g_signal_group_connect_object
g_signal_group_connect_swapped
g_signal_group_dup_target
g_signal_group_get_type
g_signal_group_new
g_signal_group_set_target
g_signal_group_unblock
g_signal_handler_block
g_signal_handler_disconnect
g_signal_handler_find
g_signal_handler_is_connected
g_signal_handler_unblock
g_signal_handlers_block_matched
g_signal_handlers_destroy
g_signal_handlers_disconnect_matched
g_signal_handlers_unblock_matched
g_signal_has_handler_pending
g_signal_is_valid_name
g_signal_list_ids
g_signal_lookup
g_signal_name
g_signal_new
g_signal_new_class_handler
g_signal_new_valist
g_signal_newv
g_signal_override_class_closure
g_signal_override_class_handler
g_signal_parse_name
g_signal_query
g_signal_remove_emission_hook
g_signal_set_va_marshaller
g_signal_stop_emission
g_signal_stop_emission_by_name
g_signal_type_cclosure_new
g_simple_action_get_type
g_simple_action_group_add_entries
g_simple_action_group_get_type
g_simple_action_group_insert
g_simple_action_group_lookup
g_simple_action_group_new
g_simple_action_group_remove
g_simple_action_new
g_simple_action_new_stateful
g_simple_action_set_enabled
g_simple_action_set_state
g_simple_action_set_state_hint
g_simple_async_report_error_in_idle
g_simple_async_report_gerror_in_idle
g_simple_async_report_take_gerror_in_idle
g_simple_async_result_complete
g_simple_async_result_complete_in_idle
g_simple_async_result_get_op_res_gboolean
g_simple_async_result_get_op_res_gpointer
g_simple_async_result_get_op_res_gssize
g_simple_async_result_get_source_tag
g_simple_async_result_get_type
g_simple_async_result_is_valid
g_simple_async_result_new
g_simple_async_result_new_error
g_simple_async_result_new_from_error
g_simple_async_result_new_take_error
g_simple_async_result_propagate_error
g_simple_async_result_run_in_thread
g_simple_async_result_set_check_cancellable
g_simple_async_result_set_error
g_simple_async_result_set_error_va
g_simple_async_result_set_from_error
g_simple_async_result_set_handle_cancellation
g_simple_async_result_set_op_res_gboolean
g_simple_async_result_set_op_res_gpointer
g_simple_async_result_set_op_res_gssize
g_simple_async_result_take_error
g_simple_io_stream_get_type
g_simple_io_stream_new
g_simple_permission_get_type
g_simple_permission_new
g_simple_proxy_resolver_get_type
g_simple_proxy_resolver_new
g_simple_proxy_resolver_set_default_proxy
g_simple_proxy_resolver_set_ignore_hosts
g_simple_proxy_resolver_set_uri_proxy
g_slice_alloc
g_slice_alloc0
g_slice_copy
g_slice_free1
g_slice_free_chain_with_offset
g_slice_get_config
g_slice_get_config_state
g_slice_set_config
g_slist_alloc
g_slist_append
g_slist_concat
g_slist_copy
g_slist_copy_deep
g_slist_delete_link
g_slist_find
g_slist_find_custom
g_slist_foreach
g_slist_free
g_slist_free_1
g_slist_free_full
g_slist_index
g_slist_insert
g_slist_insert_before
g_slist_insert_sorted
g_slist_insert_sorted_with_data
g_slist_last
g_slist_length
g_slist_nth
g_slist_nth_data
g_slist_pop_allocator
g_slist_position
g_slist_prepend
g_slist_push_allocator
g_slist_remove
g_slist_remove_all
g_slist_remove_link
g_slist_reverse
g_slist_sort
g_slist_sort_with_data
g_snprintf
g_socket_accept
g_socket_address_enumerator_get_type
g_socket_address_enumerator_next
g_socket_address_enumerator_next_async
g_socket_address_enumerator_next_finish
g_socket_address_get_family
g_socket_address_get_native_size
g_socket_address_get_type
g_socket_address_new_from_native
g_socket_address_to_native
g_socket_bind
g_socket_check_connect_result
g_socket_client_add_application_proxy
g_socket_client_connect
g_socket_client_connect_async
g_socket_client_connect_finish
g_socket_client_connect_to_host
g_socket_client_connect_to_host_async
g_socket_client_connect_to_host_finish
g_socket_client_connect_to_service
g_socket_client_connect_to_service_async
g_socket_client_connect_to_service_finish
g_socket_client_connect_to_uri
g_socket_client_connect_to_uri_async
g_socket_client_connect_to_uri_finish
g_socket_client_event_get_type
g_socket_client_get_enable_proxy
g_socket_client_get_family
g_socket_client_get_local_address
g_socket_client_get_protocol
g_socket_client_get_proxy_resolver
g_socket_client_get_socket_type
g_socket_client_get_timeout
g_socket_client_get_tls
g_socket_client_get_tls_validation_flags
g_socket_client_get_type
g_socket_client_new
g_socket_client_set_enable_proxy
g_socket_client_set_family
g_socket_client_set_local_address
g_socket_client_set_protocol
g_socket_client_set_proxy_resolver
g_socket_client_set_socket_type
g_socket_client_set_timeout
g_socket_client_set_tls
g_socket_client_set_tls_validation_flags
g_socket_close
g_socket_condition_check
g_socket_condition_timed_wait
g_socket_condition_wait
g_socket_connect
g_socket_connectable_enumerate
g_socket_connectable_get_type
g_socket_connectable_proxy_enumerate
g_socket_connectable_to_string
g_socket_connection_connect
g_socket_connection_connect_async
g_socket_connection_connect_finish
g_socket_connection_factory_create_connection
g_socket_connection_factory_lookup_type
g_socket_connection_factory_register_type
g_socket_connection_get_local_address
g_socket_connection_get_remote_address
g_socket_connection_get_socket
g_socket_connection_get_type
g_socket_connection_is_connected
g_socket_control_message_deserialize
g_socket_control_message_get_level
g_socket_control_message_get_msg_type
g_socket_control_message_get_size
g_socket_control_message_get_type
g_socket_control_message_serialize
g_socket_create_source
g_socket_family_get_type
g_socket_get_available_bytes
g_socket_get_blocking
g_socket_get_broadcast
g_socket_get_credentials
g_socket_get_family
g_socket_get_fd
g_socket_get_keepalive
g_socket_get_listen_backlog
g_socket_get_local_address
g_socket_get_multicast_loopback
g_socket_get_multicast_ttl
g_socket_get_option
g_socket_get_protocol
g_socket_get_remote_address
g_socket_get_socket_type
g_socket_get_timeout
g_socket_get_ttl
g_socket_get_type
g_socket_is_closed
g_socket_is_connected
g_socket_join_multicast_group
g_socket_join_multicast_group_ssm
g_socket_leave_multicast_group
g_socket_leave_multicast_group_ssm
g_socket_listen
g_socket_listener_accept
g_socket_listener_accept_async
g_socket_listener_accept_finish
g_socket_listener_accept_socket
g_socket_listener_accept_socket_async
g_socket_listener_accept_socket_finish
g_socket_listener_add_address
g_socket_listener_add_any_inet_port
g_socket_listener_add_inet_port
g_socket_listener_add_socket
g_socket_listener_close
g_socket_listener_event_get_type
g_socket_listener_get_type
g_socket_listener_new
g_socket_listener_set_backlog
g_socket_msg_flags_get_type
g_socket_new
g_socket_new_from_fd
g_socket_protocol_get_type
g_socket_receive
g_socket_receive_from
g_socket_receive_message
g_socket_receive_messages
g_socket_receive_with_blocking
g_socket_send
g_socket_send_message
g_socket_send_message_with_timeout
g_socket_send_messages
g_socket_send_to
g_socket_send_with_blocking
g_socket_service_get_type
g_socket_service_is_active
g_socket_service_new
g_socket_service_start
g_socket_service_stop
g_socket_set_blocking
g_socket_set_broadcast
g_socket_set_keepalive
g_socket_set_listen_backlog
g_socket_set_multicast_loopback
g_socket_set_multicast_ttl
g_socket_set_option
g_socket_set_timeout
g_socket_set_ttl
g_socket_shutdown
g_socket_speaks_ipv4
g_socket_type_get_type
g_source_add_child_source
g_source_add_poll
g_source_add_unix_fd
g_source_attach
g_source_destroy
g_source_get_can_recurse
g_source_get_context
g_source_get_current_time
g_source_get_id
g_source_get_name
g_source_get_priority
g_source_get_ready_time
g_source_get_time
g_source_get_type
g_source_is_destroyed
g_source_modify_unix_fd
g_source_new
g_source_query_unix_fd
g_source_ref
g_source_remove
g_source_remove_by_funcs_user_data
g_source_remove_by_user_data
g_source_remove_child_source
g_source_remove_poll
g_source_remove_unix_fd
g_source_set_callback
g_source_set_callback_indirect
g_source_set_can_recurse
g_source_set_closure
g_source_set_dispose_function
g_source_set_dummy_callback
g_source_set_funcs
g_source_set_name
g_source_set_name_by_id
g_source_set_priority
g_source_set_ready_time
g_source_set_static_name
g_source_unref
g_spaced_primes_closest
g_spawn_async
g_spawn_async_with_fds
g_spawn_async_with_pipes
g_spawn_async_with_pipes_and_fds
g_spawn_check_exit_status
g_spawn_check_wait_status
g_spawn_close_pid
g_spawn_command_line_async
g_spawn_command_line_sync
g_spawn_error_quark
g_spawn_exit_error_quark
g_spawn_sync
g_sprintf
g_srv_target_copy
g_srv_target_free
g_srv_target_get_hostname
g_srv_target_get_port
g_srv_target_get_priority
g_srv_target_get_type
g_srv_target_get_weight
g_srv_target_list_sort
g_srv_target_new
g_static_mutex_free
g_static_mutex_get_mutex_impl
g_static_mutex_init
g_static_private_free
g_static_private_get
g_static_private_init
g_static_private_set
g_static_rec_mutex_free
g_static_rec_mutex_init
g_static_rec_mutex_lock
g_static_rec_mutex_lock_full
g_static_rec_mutex_trylock
g_static_rec_mutex_unlock
g_static_rec_mutex_unlock_full
g_static_resource_fini
g_static_resource_get_resource
g_static_resource_init
g_static_rw_lock_free
g_static_rw_lock_init
g_static_rw_lock_reader_lock
g_static_rw_lock_reader_trylock
g_static_rw_lock_reader_unlock
g_static_rw_lock_writer_lock
g_static_rw_lock_writer_trylock
g_static_rw_lock_writer_unlock
g_stpcpy
g_str_equal
g_str_has_prefix
g_str_has_suffix
g_str_hash
g_str_is_ascii
g_str_match_string
g_str_to_ascii
g_str_tokenize_and_fold
g_strcanon
g_strcasecmp
g_strchomp
g_strchug
g_strcmp0
g_strcompress
g_strconcat
g_strdelimit
g_strdown
g_strdup
g_strdup_printf
g_strdup_value_contents
g_strdup_vprintf
g_strdupv
g_strerror
g_strescape
g_strfreev
g_string_append
g_string_append_c
g_string_append_len
g_string_append_printf
g_string_append_unichar
g_string_append_uri_escaped
g_string_append_vprintf
g_string_ascii_down
g_string_ascii_up
g_string_assign
g_string_chunk_clear
g_string_chunk_free
g_string_chunk_insert
g_string_chunk_insert_const
g_string_chunk_insert_len
g_string_chunk_new
g_string_down
g_string_equal
g_string_erase
g_string_free
g_string_free_and_steal
g_string_free_to_bytes
g_string_hash
g_string_insert
g_string_insert_c
g_string_insert_len
g_string_insert_unichar
g_string_new
g_string_new_len
g_string_new_take
g_string_overwrite
g_string_overwrite_len
g_string_prepend
g_string_prepend_c
g_string_prepend_len
g_string_prepend_unichar
g_string_printf
g_string_replace
g_string_set_size
g_string_sized_new
g_string_truncate
g_string_up
g_string_vprintf
g_strip_context
g_strjoin
g_strjoinv
g_strlcat
g_strlcpy
g_strncasecmp
g_strndup
g_strnfill
g_strreverse
g_strrstr
g_strrstr_len
g_strsignal
g_strsplit
g_strsplit_set
g_strstr_len
g_strtod
g_strup
g_strv_builder_add
g_strv_builder_add_many
g_strv_builder_addv
g_strv_builder_end
g_strv_builder_new
g_strv_builder_ref
g_strv_builder_unref
g_strv_contains
g_strv_equal
g_strv_get_type
g_strv_length
g_subprocess_communicate
g_subprocess_communicate_async
g_subprocess_communicate_finish
g_subprocess_communicate_utf8
g_subprocess_communicate_utf8_async
g_subprocess_communicate_utf8_finish
g_subprocess_flags_get_type
g_subprocess_force_exit
g_subprocess_get_exit_status
g_subprocess_get_identifier
g_subprocess_get_if_exited
g_subprocess_get_if_signaled
g_subprocess_get_status
g_subprocess_get_stderr_pipe
g_subprocess_get_stdin_pipe
g_subprocess_get_stdout_pipe
g_subprocess_get_successful
g_subprocess_get_term_sig
g_subprocess_get_type
g_subprocess_launcher_close
g_subprocess_launcher_get_type
g_subprocess_launcher_getenv
g_subprocess_launcher_new
g_subprocess_launcher_set_child_setup
g_subprocess_launcher_set_cwd
g_subprocess_launcher_set_environ
g_subprocess_launcher_set_flags
g_subprocess_launcher_set_stderr_file_path
g_subprocess_launcher_set_stdin_file_path
g_subprocess_launcher_set_stdout_file_path
g_subprocess_launcher_setenv
g_subprocess_launcher_spawn
g_subprocess_launcher_spawnv
g_subprocess_launcher_take_fd
g_subprocess_launcher_take_stderr_fd
g_subprocess_launcher_take_stdin_fd
g_subprocess_launcher_take_stdout_fd
g_subprocess_launcher_unsetenv
g_subprocess_new
Core API
g_subprocess_newv
g_subprocess_send_signal
g_subprocess_wait
g_subprocess_wait_async
g_subprocess_wait_check
g_subprocess_wait_check_async
g_subprocess_wait_check_finish
g_subprocess_wait_finish
g_task_attach_source
g_task_get_cancellable
g_task_get_check_cancellable
g_task_get_completed
g_task_get_context
g_task_get_name
g_task_get_priority
g_task_get_return_on_cancel
g_task_get_source_object
g_task_get_source_tag
g_task_get_task_data
g_task_get_type
g_task_had_error
g_task_is_valid
g_task_new
g_task_print_alive_tasks
g_task_propagate_boolean
g_task_propagate_int
g_task_propagate_pointer
g_task_propagate_value
g_task_report_error
g_task_report_new_error
g_task_return_boolean
g_task_return_error
g_task_return_error_if_cancelled
g_task_return_int
g_task_return_new_error
g_task_return_pointer
g_task_return_value
g_task_run_in_thread
g_task_run_in_thread_sync
g_task_set_check_cancellable
g_task_set_name
g_task_set_priority
g_task_set_return_on_cancel
g_task_set_source_tag
g_task_set_static_name
g_task_set_task_data
g_tcp_connection_get_graceful_disconnect
g_tcp_connection_get_type
g_tcp_connection_set_graceful_disconnect
g_tcp_wrapper_connection_get_base_io_stream
g_tcp_wrapper_connection_get_type
g_tcp_wrapper_connection_new
g_test_add_data_func
g_test_add_data_func_full
g_test_add_func
g_test_add_vtable
g_test_assert_expected_messages_internal
g_test_bug
g_test_bug_base
g_test_build_filename
g_test_case_free
g_test_create_case
g_test_create_suite
g_test_dbus_add_service_dir
g_test_dbus_down
g_test_dbus_flags_get_type
g_test_dbus_get_bus_address
g_test_dbus_get_flags
g_test_dbus_get_type
g_test_dbus_new
g_test_dbus_stop
g_test_dbus_unset
g_test_dbus_up
g_test_disable_crash_reporting
g_test_expect_message
g_test_fail
g_test_fail_printf
g_test_failed
g_test_get_dir
g_test_get_filename
g_test_get_path
g_test_get_root
g_test_incomplete
g_test_incomplete_printf
g_test_init
g_test_log_buffer_free
g_test_log_buffer_new
g_test_log_buffer_pop
g_test_log_buffer_push
g_test_log_msg_free
g_test_log_set_fatal_handler
g_test_log_type_name
g_test_maximized_result
g_test_message
g_test_minimized_result
g_test_queue_destroy
g_test_queue_free
g_test_rand_double
g_test_rand_double_range
g_test_rand_int
g_test_rand_int_range
g_test_run
g_test_run_suite
g_test_set_nonfatal_assertions
g_test_skip
g_test_skip_printf
g_test_subprocess
g_test_suite_add
g_test_suite_add_suite
g_test_suite_free
g_test_summary
g_test_timer_elapsed
g_test_timer_last
g_test_timer_start
g_test_trap_assertions
g_test_trap_fork
g_test_trap_has_passed
g_test_trap_reached_timeout
g_test_trap_subprocess
g_themed_icon_append_name
g_themed_icon_get_names
g_themed_icon_get_type
g_themed_icon_new
g_themed_icon_new_from_names
g_themed_icon_new_with_default_fallbacks
g_themed_icon_prepend_name
g_thread_create
g_thread_create_full
g_thread_error_quark
g_thread_exit
g_thread_foreach
g_thread_get_initialized
g_thread_get_type
g_thread_init
g_thread_init_with_errorcheck_mutexes
g_thread_join
g_thread_new
g_thread_pool_free
g_thread_pool_get_max_idle_time
g_thread_pool_get_max_threads
g_thread_pool_get_max_unused_threads
g_thread_pool_get_num_threads
g_thread_pool_get_num_unused_threads
g_thread_pool_move_to_front
g_thread_pool_new
g_thread_pool_new_full
g_thread_pool_push
g_thread_pool_set_max_idle_time
g_thread_pool_set_max_threads
g_thread_pool_set_max_unused_threads
g_thread_pool_set_sort_function
g_thread_pool_stop_unused_threads
g_thread_pool_unprocessed
g_thread_ref
g_thread_self
g_thread_set_priority
g_thread_try_new
g_thread_unref
g_thread_yield
g_threaded_socket_service_get_type
g_threaded_socket_service_new
g_time_val_add
g_time_val_from_iso8601
g_time_val_to_iso8601
g_time_zone_adjust_time
g_time_zone_find_interval
g_time_zone_get_abbreviation
g_time_zone_get_identifier
g_time_zone_get_offset
g_time_zone_get_type
g_time_zone_is_dst
g_time_zone_new
g_time_zone_new_identifier
g_time_zone_new_local
g_time_zone_new_offset
g_time_zone_new_utc
g_time_zone_ref
g_time_zone_unref
g_timeout_add
g_timeout_add_full
g_timeout_add_once
g_timeout_add_seconds
g_timeout_add_seconds_full
g_timeout_add_seconds_once
g_timeout_source_new
g_timeout_source_new_seconds
g_timer_continue
g_timer_destroy
g_timer_elapsed
g_timer_is_active
g_timer_new
g_timer_reset
g_timer_start
g_timer_stop
g_tls_authentication_mode_get_type
g_tls_backend_get_certificate_type
g_tls_backend_get_client_connection_type
g_tls_backend_get_default
g_tls_backend_get_default_database
g_tls_backend_get_dtls_client_connection_type
g_tls_backend_get_dtls_server_connection_type
g_tls_backend_get_file_database_type
g_tls_backend_get_server_connection_type
g_tls_backend_get_type
g_tls_backend_set_default_database
g_tls_backend_supports_dtls
g_tls_backend_supports_tls
g_tls_certificate_flags_get_type
g_tls_certificate_get_dns_names
g_tls_certificate_get_ip_addresses
g_tls_certificate_get_issuer
g_tls_certificate_get_issuer_name
g_tls_certificate_get_not_valid_after
g_tls_certificate_get_not_valid_before
g_tls_certificate_get_subject_name
g_tls_certificate_get_type
g_tls_certificate_is_same
g_tls_certificate_list_new_from_file
g_tls_certificate_new_from_file
g_tls_certificate_new_from_file_with_password
g_tls_certificate_new_from_files
g_tls_certificate_new_from_pem
g_tls_certificate_new_from_pkcs12
g_tls_certificate_new_from_pkcs11_uris
g_tls_certificate_request_flags_get_type
g_tls_certificate_verify
g_tls_channel_binding_error_get_type
g_tls_channel_binding_error_quark
g_tls_channel_binding_type_get_type
g_tls_client_connection_copy_session_state
g_tls_client_connection_get_accepted_cas
g_tls_client_connection_get_server_identity
g_tls_client_connection_get_type
g_tls_client_connection_get_use_ssl3
g_tls_client_connection_get_validation_flags
g_tls_client_connection_new
g_tls_client_connection_set_server_identity
g_tls_client_connection_set_use_ssl3
g_tls_client_connection_set_validation_flags
g_tls_connection_emit_accept_certificate
g_tls_connection_get_certificate
g_tls_connection_get_channel_binding_data
g_tls_connection_get_ciphersuite_name
g_tls_connection_get_database
g_tls_connection_get_interaction
g_tls_connection_get_negotiated_protocol
g_tls_connection_get_peer_certificate
g_tls_connection_get_peer_certificate_errors
g_tls_connection_get_protocol_version
g_tls_connection_get_rehandshake_mode
g_tls_connection_get_require_close_notify
g_tls_connection_get_type
g_tls_connection_get_use_system_certdb
g_tls_connection_handshake
g_tls_connection_handshake_async
g_tls_connection_handshake_finish
g_tls_connection_set_advertised_protocols
g_tls_connection_set_certificate
g_tls_connection_set_database
g_tls_connection_set_interaction
g_tls_connection_set_rehandshake_mode
g_tls_connection_set_require_close_notify
g_tls_connection_set_use_system_certdb
g_tls_database_create_certificate_handle
g_tls_database_get_type
g_tls_database_lookup_certificate_for_handle
g_tls_database_lookup_certificate_for_handle_async
g_tls_database_lookup_certificate_for_handle_finish
g_tls_database_lookup_certificate_issuer
g_tls_database_lookup_certificate_issuer_async
g_tls_database_lookup_certificate_issuer_finish
g_tls_database_lookup_certificates_issued_by
g_tls_database_lookup_certificates_issued_by_async
g_tls_database_lookup_certificates_issued_by_finish
g_tls_database_lookup_flags_get_type
g_tls_database_verify_chain
g_tls_database_verify_chain_async
g_tls_database_verify_chain_finish
g_tls_database_verify_flags_get_type
g_tls_error_get_type
g_tls_error_quark
g_tls_file_database_get_type
g_tls_file_database_new
g_tls_interaction_ask_password
g_tls_interaction_ask_password_async
g_tls_interaction_ask_password_finish
g_tls_interaction_get_type
g_tls_interaction_invoke_ask_password
g_tls_interaction_invoke_request_certificate
g_tls_interaction_request_certificate
g_tls_interaction_request_certificate_async
g_tls_interaction_request_certificate_finish
g_tls_interaction_result_get_type
g_tls_password_flags_get_type
g_tls_password_get_description
g_tls_password_get_flags
g_tls_password_get_type
g_tls_password_get_value
g_tls_password_get_warning
g_tls_password_new
g_tls_password_set_description
g_tls_password_set_flags
g_tls_password_set_value
g_tls_password_set_value_full
g_tls_password_set_warning
g_tls_protocol_version_get_type
g_tls_rehandshake_mode_get_type
g_tls_server_connection_get_type
g_tls_server_connection_new
g_trash_stack_height
g_trash_stack_peek
g_trash_stack_pop
g_trash_stack_push
g_tree_destroy
g_tree_foreach
g_tree_foreach_node
g_tree_get_type
g_tree_height
g_tree_insert
g_tree_insert_node
g_tree_lookup
g_tree_lookup_extended
g_tree_lookup_node
g_tree_lower_bound
g_tree_new
g_tree_new_full
g_tree_new_with_data
g_tree_nnodes
g_tree_node_first
g_tree_node_key
g_tree_node_last
g_tree_node_next
g_tree_node_previous
g_tree_node_value
g_tree_ref
g_tree_remove
g_tree_remove_all
g_tree_replace
g_tree_replace_node
g_tree_search
g_tree_search_node
g_tree_steal
g_tree_traverse
g_tree_unref
g_tree_upper_bound
g_try_malloc
g_try_malloc0
g_try_malloc0_n
g_try_malloc_n
g_try_realloc
g_try_realloc_n
g_tuples_destroy
g_tuples_index
g_type_add_class_cache_func
g_type_add_class_private
g_type_add_instance_private
g_type_add_interface_check
g_type_add_interface_dynamic
g_type_add_interface_static
g_type_check_class_cast
g_type_check_class_is_a
g_type_check_instance
g_type_check_instance_cast
g_type_check_instance_is_a
g_type_check_instance_is_fundamentally_a
g_type_check_is_value_type
g_type_check_value
g_type_check_value_holds
g_type_children
g_type_class_add_private
g_type_class_adjust_private_offset
g_type_class_get_instance_private_offset
g_type_class_get_private
g_type_class_peek
g_type_class_peek_parent
g_type_class_peek_static
g_type_class_ref
g_type_class_unref
g_type_class_unref_uncached
g_type_create_instance
g_type_default_interface_peek
g_type_default_interface_ref
g_type_default_interface_unref
g_type_depth
g_type_ensure
g_type_free_instance
g_type_from_name
g_type_fundamental
g_type_fundamental_next
g_type_get_instance_count
g_type_get_plugin
g_type_get_qdata
g_type_get_type_registration_serial
g_type_init
g_type_init_with_debug_flags
g_type_instance_get_private
g_type_interface_add_prerequisite
g_type_interface_get_plugin
g_type_interface_instantiatable_prerequisite
g_type_interface_peek
g_type_interface_peek_parent
g_type_interface_prerequisites
g_type_interfaces
g_type_is_a
g_type_module_add_interface
g_type_module_get_type
g_type_module_register_enum
g_type_module_register_flags
g_type_module_register_type
g_type_module_set_name
g_type_module_unuse
g_type_module_use
g_type_name
g_type_name_from_class
g_type_name_from_instance
g_type_next_base
g_type_parent
g_type_plugin_complete_interface_info
g_type_plugin_complete_type_info
g_type_plugin_get_type
g_type_plugin_unuse
g_type_plugin_use
g_type_qname
g_type_query
g_type_register_dynamic
g_type_register_fundamental
g_type_register_static
g_type_register_static_simple
g_type_remove_class_cache_func
g_type_remove_interface_check
g_type_set_qdata
g_type_test_flags
g_type_value_table_peek
g_ucs4_to_utf8
g_ucs4_to_utf16
g_unichar_break_type
g_unichar_combining_class
g_unichar_compose
g_unichar_decompose
g_unichar_digit_value
g_unichar_fully_decompose
g_unichar_get_mirror_char
g_unichar_get_script
g_unichar_isalnum
g_unichar_isalpha
g_unichar_iscntrl
g_unichar_isdefined
g_unichar_isdigit
g_unichar_isgraph
g_unichar_islower
g_unichar_ismark
g_unichar_isprint
g_unichar_ispunct
g_unichar_isspace
g_unichar_istitle
g_unichar_isupper
g_unichar_iswide
g_unichar_iswide_cjk
g_unichar_isxdigit
g_unichar_iszerowidth
g_unichar_to_utf8
g_unichar_tolower
g_unichar_totitle
g_unichar_toupper
g_unichar_type
g_unichar_validate
g_unichar_xdigit_value
g_unicode_break_type_get_type
g_unicode_canonical_decomposition
g_unicode_canonical_ordering
g_unicode_script_from_iso15924
g_unicode_script_get_type
g_unicode_script_to_iso15924
g_unicode_type_get_type
g_unix_connection_get_type
g_unix_connection_receive_credentials
g_unix_connection_receive_credentials_async
g_unix_connection_receive_credentials_finish
g_unix_connection_receive_fd
g_unix_connection_send_credentials
g_unix_connection_send_credentials_async
g_unix_connection_send_credentials_finish
g_unix_connection_send_fd
g_unix_credentials_message_get_credentials
g_unix_credentials_message_get_type
g_unix_credentials_message_is_supported
g_unix_credentials_message_new
g_unix_credentials_message_new_with_credentials
g_unix_fd_list_append
g_unix_fd_list_get
g_unix_fd_list_get_length
g_unix_fd_list_get_type
g_unix_fd_list_new
g_unix_fd_list_new_from_array
g_unix_fd_list_peek_fds
g_unix_fd_list_steal_fds
g_unix_socket_address_abstract_names_supported
g_unix_socket_address_get_address_type
g_unix_socket_address_get_is_abstract
g_unix_socket_address_get_path
g_unix_socket_address_get_path_len
g_unix_socket_address_get_type
g_unix_socket_address_new
g_unix_socket_address_new_abstract
g_unix_socket_address_new_with_type
g_unix_socket_address_type_get_type
g_unlink
g_unsetenv
g_uri_build
g_uri_build_with_user
g_uri_error_quark
g_uri_escape_bytes
g_uri_escape_string
g_uri_get_auth_params
g_uri_get_flags
g_uri_get_fragment
g_uri_get_host
g_uri_get_password
g_uri_get_path
g_uri_get_port
g_uri_get_query
g_uri_get_scheme
g_uri_get_type
g_uri_get_user
g_uri_get_userinfo
g_uri_is_valid
g_uri_join
g_uri_join_with_user
g_uri_list_extract_uris
g_uri_params_iter_init
g_uri_params_iter_next
g_uri_parse
g_uri_parse_params
g_uri_parse_relative
g_uri_parse_scheme
g_uri_peek_scheme
g_uri_ref
g_uri_resolve_relative
g_uri_split
g_uri_split_network
g_uri_split_with_user
g_uri_to_string
g_uri_to_string_partial
g_uri_unescape_bytes
g_uri_unescape_segment
g_uri_unescape_string
g_uri_unref
g_usleep
g_utf8_casefold
g_utf8_collate
g_utf8_collate_key
g_utf8_collate_key_for_filename
g_utf8_find_next_char
g_utf8_find_prev_char
g_utf8_get_char
g_utf8_get_char_validated
g_utf8_make_valid
g_utf8_normalize
g_utf8_offset_to_pointer
g_utf8_pointer_to_offset
g_utf8_prev_char
g_utf8_strchr
g_utf8_strdown
g_utf8_strlen
g_utf8_strncpy
g_utf8_strrchr
g_utf8_strreverse
g_utf8_strup
g_utf8_substring
g_utf8_to_ucs4
g_utf8_to_ucs4_fast
g_utf8_to_utf16
g_utf8_truncate_middle
g_utf8_validate
g_utf8_validate_len
g_utf16_to_ucs4
g_utf16_to_utf8
g_uuid_string_is_valid
g_uuid_string_random
g_value_array_append
g_value_array_copy
g_value_array_free
g_value_array_get_nth
g_value_array_get_type
g_value_array_insert
g_value_array_new
g_value_array_prepend
g_value_array_remove
g_value_array_sort
g_value_array_sort_with_data
g_value_copy
g_value_dup_boxed
g_value_dup_object
g_value_dup_param
g_value_dup_string
g_value_dup_variant
g_value_fits_pointer
g_value_get_boolean
g_value_get_boxed
g_value_get_char
g_value_get_double
g_value_get_enum
g_value_get_flags
g_value_get_float
g_value_get_gtype
g_value_get_int
g_value_get_int64
g_value_get_long
g_value_get_object
g_value_get_param
g_value_get_pointer
g_value_get_schar
g_value_get_string
g_value_get_type
g_value_get_uchar
g_value_get_uint
g_value_get_uint64
g_value_get_ulong
g_value_get_variant
g_value_init
g_value_init_from_instance
g_value_peek_pointer
g_value_register_transform_func
g_value_reset
g_value_set_boolean
g_value_set_boxed
g_value_set_boxed_take_ownership
g_value_set_char
g_value_set_double
g_value_set_enum
g_value_set_flags
g_value_set_float
g_value_set_gtype
g_value_set_instance
g_value_set_int
g_value_set_int64
g_value_set_interned_string
g_value_set_long
g_value_set_object
g_value_set_object_take_ownership
g_value_set_param
g_value_set_param_take_ownership
g_value_set_pointer
g_value_set_schar
g_value_set_static_boxed
g_value_set_static_string
g_value_set_string
g_value_set_string_take_ownership
g_value_set_uchar
g_value_set_uint
g_value_set_uint64
g_value_set_ulong
g_value_set_variant
g_value_take_boxed
g_value_take_object
g_value_take_param
g_value_take_string
g_value_take_variant
g_value_transform
g_value_type_compatible
g_value_type_transformable
g_value_unset
g_variant_builder_add
g_variant_builder_add_parsed
g_variant_builder_add_value
g_variant_builder_clear
g_variant_builder_close
g_variant_builder_end
g_variant_builder_get_type
g_variant_builder_init
g_variant_builder_new
g_variant_builder_open
g_variant_builder_ref
g_variant_builder_unref
g_variant_byteswap
g_variant_check_format_string
g_variant_classify
g_variant_compare
g_variant_dict_clear
g_variant_dict_contains
g_variant_dict_end
g_variant_dict_get_type
g_variant_dict_init
g_variant_dict_insert
g_variant_dict_insert_value
g_variant_dict_lookup
g_variant_dict_lookup_value
g_variant_dict_new
g_variant_dict_ref
g_variant_dict_remove
g_variant_dict_unref
g_variant_dup_bytestring
g_variant_dup_bytestring_array
g_variant_dup_objv
g_variant_dup_string
g_variant_dup_strv
g_variant_equal
g_variant_get
g_variant_get_boolean
g_variant_get_byte
g_variant_get_bytestring
g_variant_get_bytestring_array
g_variant_get_child
g_variant_get_child_value
g_variant_get_data
g_variant_get_data_as_bytes
g_variant_get_double
g_variant_get_fixed_array
g_variant_get_gtype
g_variant_get_handle
g_variant_get_int16
g_variant_get_int32
g_variant_get_int64
g_variant_get_maybe
g_variant_get_normal_form
g_variant_get_objv
g_variant_get_size
g_variant_get_string
g_variant_get_strv
g_variant_get_type
g_variant_get_type_string
g_variant_get_uint16
g_variant_get_uint32
g_variant_get_uint64
g_variant_get_va
g_variant_get_variant
g_variant_hash
g_variant_is_container
g_variant_is_floating
g_variant_is_normal_form
g_variant_is_object_path
g_variant_is_of_type
g_variant_is_signature
g_variant_iter_copy
g_variant_iter_free
g_variant_iter_init
g_variant_iter_loop
g_variant_iter_n_children
g_variant_iter_new
g_variant_iter_next
g_variant_iter_next_value
g_variant_lookup
g_variant_lookup_value
g_variant_n_children
g_variant_new
g_variant_new_array
g_variant_new_boolean
g_variant_new_byte
g_variant_new_bytestring
g_variant_new_bytestring_array
g_variant_new_dict_entry
g_variant_new_double
g_variant_new_fixed_array
g_variant_new_from_bytes
g_variant_new_from_data
g_variant_new_handle
g_variant_new_int16
g_variant_new_int32
g_variant_new_int64
g_variant_new_maybe
g_variant_new_object_path
g_variant_new_objv
g_variant_new_parsed
g_variant_new_parsed_va
g_variant_new_printf
g_variant_new_signature
g_variant_new_string
g_variant_new_strv
g_variant_new_take_string
g_variant_new_tuple
g_variant_new_uint16
g_variant_new_uint32
g_variant_new_uint64
g_variant_new_va
g_variant_new_variant
g_variant_parse
g_variant_parse_error_print_context
g_variant_parse_error_quark
g_variant_parser_get_error_quark
g_variant_print
g_variant_print_string
g_variant_ref
g_variant_ref_sink
g_variant_store
g_variant_take_ref
g_variant_type_checked_
g_variant_type_copy
g_variant_type_dup_string
g_variant_type_element
g_variant_type_equal
g_variant_type_first
g_variant_type_free
g_variant_type_get_gtype
g_variant_type_get_string_length
g_variant_type_hash
g_variant_type_is_array
g_variant_type_is_basic
g_variant_type_is_container
g_variant_type_is_definite
g_variant_type_is_dict_entry
g_variant_type_is_maybe
g_variant_type_is_subtype_of
g_variant_type_is_tuple
g_variant_type_is_variant
g_variant_type_key
g_variant_type_n_items
g_variant_type_new
g_variant_type_new_array
g_variant_type_new_dict_entry
g_variant_type_new_maybe
g_variant_type_new_tuple
g_variant_type_next
g_variant_type_peek_string
g_variant_type_string_get_depth_
g_variant_type_string_is_valid
g_variant_type_string_scan
g_variant_type_value
g_variant_unref
g_vasprintf
g_vfprintf
g_vfs_get_default
g_vfs_get_file_for_path
g_vfs_get_file_for_uri
g_vfs_get_local
g_vfs_get_supported_uri_schemes
g_vfs_get_type
g_vfs_is_active
g_vfs_parse_name
g_vfs_register_uri_scheme
g_vfs_unregister_uri_scheme
g_volume_can_eject
g_volume_can_mount
g_volume_eject
g_volume_eject_finish
g_volume_eject_with_operation
g_volume_eject_with_operation_finish
g_volume_enumerate_identifiers
g_volume_get_activation_root
g_volume_get_drive
g_volume_get_icon
g_volume_get_identifier
g_volume_get_mount
g_volume_get_name
g_volume_get_sort_key
g_volume_get_symbolic_icon
g_volume_get_type
g_volume_get_uuid
g_volume_monitor_adopt_orphan_mount
g_volume_monitor_get
g_volume_monitor_get_connected_drives
g_volume_monitor_get_mount_for_uuid
g_volume_monitor_get_mounts
g_volume_monitor_get_type
g_volume_monitor_get_volume_for_uuid
g_volume_monitor_get_volumes
g_volume_mount
g_volume_mount_finish
g_volume_should_automount
g_vprintf
g_vsnprintf
g_vsprintf
g_warn_message
g_weak_ref_clear
g_weak_ref_get
g_weak_ref_init
g_weak_ref_set
g_zlib_compressor_format_get_type
g_zlib_compressor_get_file_info
g_zlib_compressor_get_type
g_zlib_compressor_new
g_zlib_compressor_set_file_info
g_zlib_decompressor_get_file_info
g_zlib_decompressor_get_type
g_zlib_decompressor_new
gcvt
getattrlist
getattrlistat
getattrlistbulk
getbsize
getc
getc_unlocked
getchar
getchar_unlocked
getcwd
getdate
getdelim
getdirentries
getdirentriesattr
getdomainname
getdtablesize
getegid
getenv
geteuid
getgid
getgrouplist
getgroups
gethostid
gethostname
gethostuuid
getiopolicy_np
getline
getloadavg
getlogin
getlogin_r
getmode
getopt
getpagesize
getpass
getpeereid
getpgid
getpgrp
getpid
getppid
getpriority
getprogname
getrlimit
getrusage
gets
getsgroups_np
getsid
getsubopt
getuid
getusershell
getw
getwd
getwgroups_np
glib_check_version
gmtime
gmtime_r
grantpt
heapsort
heapsort_b
hypot
hypotf
hypotl
ilogb
ilogbf
ilogbl
im_create_dmask
im_create_dmaskv
im_create_imask
im_create_imaskv
im_dmask2imask
im_dup_dmask
im_dup_imask
im_free_dmask
im_free_imask
im_gauss_dmask
im_gauss_dmask_sep
im_gauss_imask
im_gauss_imask_sep
im_imask2dmask
im_local_dmask
im_local_imask
im_log_dmask
im_log_imask
im_lu_decomp
im_lu_solve
im_matcat
im_matinv
im_matinv_inplace
im_matmul
im_mattrn
im_norm_dmask
im_print_dmask
im_print_imask
im_read_dmask
im_read_imask
im_rotate_dmask45
im_rotate_dmask90
im_rotate_imask45
im_rotate_imask90
im_scale_dmask
im_video_test
im_video_v4l1
im_write_dmask
im_write_dmask_name
im_write_imask
im_write_imask_name
index
initgroups
initstate
iruserok
iruserok_sa
isatty
issetugid
j0
j1
jn
jrand48
kill
killpg
l64a
labs
lchflags
lchmod
lchown
lcong48
ldexp
ldexpf
ldexpl
ldiv
lgamma
lgamma_r
lgammaf
lgammaf_r
lgammal
lgammal_r
link
linkat
llabs
lldiv
llrint
llrintf
llrintl
llround
llroundf
llroundl
localtime
localtime_r
lockf
log
log2
log1p
log1pf
log1pl
log2f
log2l
log10
log10f
log10l
logb
logbf
logbl
logf
logl
lrand48
lrint
lrintf
lrintl
lround
lroundf
lroundl
lseek
lstat
lstatx_np
malloc
malloc_type_aligned_alloc
malloc_type_calloc
malloc_type_free
malloc_type_malloc
malloc_type_posix_memalign
malloc_type_realloc
malloc_type_valloc
malloc_type_zone_calloc
malloc_type_zone_free
malloc_type_zone_malloc
malloc_type_zone_memalign
malloc_type_zone_realloc
malloc_type_zone_valloc
mblen
mbstowcs
mbtowc
memccpy
memchr
memcmp
memcpy
memmem
memmove
memset
memset_pattern4
memset_pattern8
memset_pattern16
memset_s
mergesort
mergesort_b
mkdir
mkdirat
mkdirx_np
mkdtemp
mkdtempat_np
mkfifo
mkfifoat
mkfifox_np
mknod
mknodat
mkostemp
mkostemps
mkostempsat_np
mkpath_np
mkpathat_np
mkstemp
mkstemp_dprotected_np
mkstemps
mkstempsat_np
mktemp
mktime
modf
modff
modfl
mrand48
nan
nanf
nanl
nanosleep
nearbyint
nearbyintf
nearbyintl
nextafter
nextafterf
nextafterl
nexttoward
nexttowardf
nexttowardl
nfssvc
nice
nrand48
open_memstream
opendir
pathconf
pause
pclose
perror
pipe
popen
posix2time
posix_memalign
posix_openpt
pow
powf
powl
pread
printf
profil
pselect
psignal
psort
psort_b
psort_r
pthread_atfork
pthread_attr_destroy
pthread_attr_get_qos_class_np
pthread_attr_getdetachstate
pthread_attr_getguardsize
pthread_attr_getinheritsched
pthread_attr_getschedparam
pthread_attr_getschedpolicy
pthread_attr_getscope
pthread_attr_getstack
pthread_attr_getstackaddr
pthread_attr_getstacksize
pthread_attr_init
pthread_attr_set_qos_class_np
pthread_attr_setdetachstate
pthread_attr_setguardsize
pthread_attr_setinheritsched
pthread_attr_setschedparam
pthread_attr_setschedpolicy
pthread_attr_setscope
pthread_attr_setstack
pthread_attr_setstackaddr
pthread_attr_setstacksize
pthread_cancel
pthread_cond_broadcast
pthread_cond_destroy
pthread_cond_init
pthread_cond_signal
pthread_cond_signal_thread_np
pthread_cond_timedwait
pthread_cond_timedwait_relative_np
pthread_cond_wait
pthread_condattr_destroy
pthread_condattr_getpshared
pthread_condattr_init
pthread_condattr_setpshared
pthread_cpu_number_np
pthread_create
pthread_create_suspended_np
pthread_detach
pthread_equal
pthread_exit
pthread_from_mach_thread_np
pthread_get_qos_class_np
pthread_get_stackaddr_np
pthread_get_stacksize_np
pthread_getconcurrency
pthread_getname_np
pthread_getschedparam
pthread_getspecific
pthread_getugid_np
pthread_is_threaded_np
pthread_jit_write_freeze_callbacks_np
pthread_jit_write_protect_np
pthread_jit_write_protect_supported_np
pthread_jit_write_with_callback_np
pthread_join
pthread_key_create
pthread_key_delete
pthread_kill
pthread_mach_thread_np
pthread_main_np
pthread_mutex_destroy
pthread_mutex_getprioceiling
pthread_mutex_init
pthread_mutex_lock
pthread_mutex_setprioceiling
pthread_mutex_trylock
pthread_mutex_unlock
pthread_mutexattr_destroy
pthread_mutexattr_getpolicy_np
pthread_mutexattr_getprioceiling
pthread_mutexattr_getprotocol
pthread_mutexattr_getpshared
pthread_mutexattr_gettype
pthread_mutexattr_init
pthread_mutexattr_setpolicy_np
pthread_mutexattr_setprioceiling
pthread_mutexattr_setprotocol
pthread_mutexattr_setpshared
pthread_mutexattr_settype
pthread_once
pthread_override_qos_class_end_np
pthread_override_qos_class_start_np
pthread_rwlock_destroy
pthread_rwlock_init
pthread_rwlock_rdlock
pthread_rwlock_tryrdlock
pthread_rwlock_trywrlock
pthread_rwlock_unlock
pthread_rwlock_wrlock
pthread_rwlockattr_destroy
pthread_rwlockattr_getpshared
pthread_rwlockattr_init
pthread_rwlockattr_setpshared
pthread_self
pthread_set_qos_class_self_np
pthread_setcancelstate
pthread_setcanceltype
pthread_setconcurrency
pthread_setname_np
pthread_setschedparam
pthread_setspecific
pthread_setugid_np
pthread_sigmask
pthread_testcancel
pthread_threadid_np
pthread_yield_np
ptsname
ptsname_r
putc
putc_unlocked
putchar
putchar_unlocked
putenv
puts
putw
pwrite
qos_class_main
qos_class_self
qsort
qsort_b
qsort_r
radixsort
raise
rand
rand_r
random
rcmd
rcmd_af
read
readdir
readdir_r
readlink
readlinkat
realloc
reallocf
realpath
reboot
remainder
remainderf
remainderl
remove
remquo
remquof
remquol
rename
renameat
renameatx_np
renamex_np
revoke
rewind
rewinddir
rindex
rint
rintf
rintl
rmdir
round
roundf
roundl
rpmatch
rresvport
rresvport_af
ruserok
sbrk
scalb
scalbln
scalblnf
scalblnl
scalbn
scalbnf
scalbnl
scandir
scandir_b
scanf
sched_get_priority_max
sched_get_priority_min
sched_yield
searchfs
seed48
seekdir
select
setattrlist
setattrlistat
setbuf
setbuffer
setdomainname
setegid
setenv
seteuid
setgid
setgroups
sethostid
sethostname
setiopolicy_np
setkey
setlinebuf
setlogin
setmode
setpgid
setpgrp
setpriority
setprogname
setregid
setreuid
setrgid
setrlimit
setruid
setsgroups_np
setsid
setstate
setuid
setusershell
setvbuf
setwgroups_np
sigaction
sigaddset
sigaltstack
sigblock
sigdelset
sigemptyset
sigfillset
sighold
sigignore
siginterrupt
sigismember
signal
sigpause
sigpending
sigprocmask
sigrelse
sigset
sigsetmask
sigsuspend
sigvec
sigwait
sin
sinf
sinh
sinhf
sinhl
sinl
sleep
snprintf
sprintf
sqrt
sqrtf
sqrtl
sradixsort
srand
srand48
sranddev
srandom
srandomdev
sscanf
stat
statx_np
stpcpy
stpncpy
strcasecmp
strcasestr
strcat
strchr
strcmp
strcoll
strcpy
strcspn
strdup
strerror
strerror_r
strftime
strlcat
strlcpy
strlen
strmode
strncasecmp
strncat
strncmp
strncpy
strndup
strnlen
strnstr
strpbrk
strptime
strrchr
strsep
strsignal
strsignal_r
strspn
strstr
strtod
strtof
strtofflags
strtok
strtok_r
strtol
strtold
strtoll
strtonum
strtoq
strtoul
strtoull
strtouq
strxfrm
swab
swapon
symlink
symlinkat
sync
sync_volume_np
syscall
sysconf
system
tan
tanf
tanh
tanhf
tanhl
tanl
tcgetpgrp
tcsetpgrp
telldir
tempnam
tgamma
tgammaf
tgammal
time
time2posix
timegm
timelocal
timespec_get
timingsafe_bcmp
tmpfile
tmpnam
trunc
truncate
truncf
truncl
ttyname
ttyname_r
ttyslot
tzset
tzsetwall
ualarm
umask
umaskx_np
undelete
ungetc
unlink
unlinkat
unlockpt
unsetenv
unwhiteout
usleep
utimensat
valloc
vasprintf
vdprintf
vfork
vfprintf
vfscanf
vips_CMC2LCh
vips_CMC2XYZ
vips_CMYK2XYZ
vips_HSV2sRGB
vips_LCh2CMC
vips_LCh2Lab
vips_Lab2LCh
vips_Lab2LabQ
vips_Lab2LabS
vips_Lab2XYZ
vips_LabQ2Lab
vips_LabQ2LabS
vips_LabQ2sRGB
vips_LabS2Lab
vips_LabS2LabQ
vips_XYZ2CMYK
vips_XYZ2Lab
vips_XYZ2Yxy
vips_XYZ2scRGB
vips_Yxy2Lab
vips_Yxy2XYZ
vips__argument_get_instance
vips__argument_table_lookup
vips__change_suffix
vips__chomp
vips__demand_hint_array
vips__fgetc
vips__file_open_read
vips__file_open_write
vips__file_read
vips__file_read_name
vips__file_write
vips__filename_split8
vips__find_rightmost_brackets
vips__fopen
vips__ftruncate
vips__get_bytes
vips__get_iso8601
vips__gslist_gvalue_copy
vips__gslist_gvalue_free
vips__gslist_gvalue_get
vips__gslist_gvalue_merge
vips__gvalue_ref_string_new
vips__icc_dir
vips__image_copy_fields_array
vips__image_pio_output
vips__image_wio_output
vips__meta_init
vips__object_set_member
vips__open
vips__open_read
vips__random
vips__random_add
vips__region_check_ownership
vips__region_count_pixels
vips__region_no_ownership
vips__region_take_ownership
vips__render_shutdown
vips__seek
vips__seek_no_error
vips__temp_name
vips__thread_gate_start
vips__thread_gate_stop
vips__thread_malloc_free
vips__thread_profile_attach
vips__thread_profile_detach
vips__thread_profile_stop
vips__token_get
vips__token_must
vips__token_need
vips__token_segment
vips__token_segment_need
vips__view_image
vips__windows_prefix
vips__write
vips_abs
vips_access_get_type
vips_acos
vips_acosh
vips_add
vips_add_option_entries
vips_addalpha
vips_affine
vips_align_get_type
vips_allocate_input_array
vips_amiMSBfirst
vips_analyzeload
vips_andimage
vips_andimage_const
vips_andimage_const1
vips_angle45_get_type
vips_angle_get_type
vips_area_copy
vips_area_free_cb
vips_area_get_data
vips_area_get_type
vips_area_new
vips_area_new_array
vips_area_new_array_object
vips_area_unref
vips_argument_class_map
vips_argument_class_needsstring
vips_argument_flags_get_type
vips_argument_get_id
vips_argument_map
vips_array_double_get
vips_array_double_get_type
vips_array_double_new
vips_array_double_newv
vips_array_image_append
vips_array_image_empty
vips_array_image_get
vips_array_image_get_type
vips_array_image_new
vips_array_image_new_from_string
vips_array_image_newv
vips_array_int_get
vips_array_int_get_type
vips_array_int_new
vips_array_int_newv
vips_arrayjoin
vips_asin
vips_asinh
vips_atan
vips_atan2
vips_atan2_const
vips_atan2_const1
vips_atanh
vips_autorot
vips_autorot_remove_angle
vips_avg
vips_band_format_get_type
vips_band_format_is8bit
vips_band_format_iscomplex
vips_band_format_isfloat
vips_band_format_isint
vips_band_format_isuint
vips_bandand
vips_bandbool
vips_bandeor
vips_bandfold
vips_bandjoin
vips_bandjoin2
vips_bandjoin_const
vips_bandjoin_const1
vips_bandmean
vips_bandor
vips_bandrank
vips_bandunfold
vips_black
vips_blend_mode_get_type
vips_blob_copy
vips_blob_get
vips_blob_get_type
vips_blob_new
vips_blob_set
vips_block_untrusted_set
vips_boolean
vips_boolean_const
vips_boolean_const1
vips_break_token
vips_buf_all
vips_buf_append_size
vips_buf_appendc
vips_buf_appendd
vips_buf_appendf
vips_buf_appendg
vips_buf_appendgv
vips_buf_appendns
vips_buf_appends
vips_buf_appendsc
vips_buf_change
vips_buf_destroy
vips_buf_firstline
vips_buf_init
vips_buf_init_dynamic
vips_buf_init_static
vips_buf_is_empty
vips_buf_is_full
vips_buf_len
vips_buf_removec
vips_buf_rewind
vips_buf_set_dynamic
vips_buf_set_static
vips_buf_vappendf
vips_buffer_done
vips_buffer_dump_all
vips_buffer_new
vips_buffer_print
vips_buffer_ref
vips_buffer_undone
vips_buffer_unref
vips_buffer_unref_ref
vips_buildlut
vips_byteswap
vips_cache
vips_cache_drop_all
vips_cache_get_max
vips_cache_get_max_files
vips_cache_get_max_mem
vips_cache_get_size
vips_cache_operation_add
vips_cache_operation_build
vips_cache_operation_buildp
vips_cache_operation_lookup
vips_cache_print
vips_cache_set_dump
vips_cache_set_max
vips_cache_set_max_files
vips_cache_set_max_mem
vips_cache_set_trace
vips_call
vips_call_argv
vips_call_options
vips_call_required_optional
vips_call_split
vips_call_split_option_string
vips_canny
vips_case
vips_cast
vips_cast_char
vips_cast_complex
vips_cast_double
vips_cast_dpcomplex
vips_cast_float
vips_cast_int
vips_cast_short
vips_cast_uchar
vips_cast_uint
vips_cast_ushort
vips_ceil
vips_check_8or16
vips_check_bandno
vips_check_bands
vips_check_bands_1or3
vips_check_bands_1orn
vips_check_bands_1orn_unary
vips_check_bands_atleast
vips_check_bands_same
vips_check_coding
vips_check_coding_known
vips_check_coding_noneorlabq
vips_check_coding_same
vips_check_complex
vips_check_format
vips_check_format_same
vips_check_hist
vips_check_int
vips_check_matrix
vips_check_mono
vips_check_noncomplex
vips_check_oddsquare
vips_check_precision_intfloat
vips_check_separable
vips_check_size_same
vips_check_twocomponents
vips_check_u8or16
vips_check_u8or16orf
vips_check_uint
vips_check_uintorf
vips_check_uncoded
vips_check_vector
vips_check_vector_length
vips_class_find
vips_class_map_all
vips_coding_get_type
vips_col_C2Ccmc
vips_col_Ccmc2C
vips_col_Ch2ab
vips_col_Ch2hcmc
vips_col_Chcmc2h
vips_col_L2Lcmc
vips_col_Lab2XYZ
vips_col_Lcmc2L
vips_col_XYZ2Lab
vips_col_XYZ2scRGB
vips_col_ab2Ch
vips_col_ab2h
vips_col_dE00
vips_col_make_tables_CMC
vips_col_sRGB2scRGB_8
vips_col_sRGB2scRGB_8_noclip
vips_col_sRGB2scRGB_16
vips_col_sRGB2scRGB_16_noclip
vips_col_scRGB2BW_8
vips_col_scRGB2BW_16
vips_col_scRGB2XYZ
vips_col_scRGB2sRGB_8
vips_col_scRGB2sRGB_16
vips_colourspace
vips_colourspace_issupported
vips_combine_get_type
vips_combine_mode_get_type
vips_compass
vips_compass_direction_get_type
vips_complex
vips_complex2
vips_complexform
vips_complexget
vips_composite
vips_composite2
vips_concurrency_get
vips_concurrency_set
vips_conj
vips_connection_filename
vips_connection_get_type
vips_connection_nick
vips_conv
vips_conva
vips_convasep
vips_convf
vips_convi
vips_convsep
vips_copy
vips_copy_file
vips_cos
vips_cosh
vips_countlines
vips_crop
vips_cross_phase
vips_csvload
vips_csvload_source
vips_csvsave
vips_csvsave_target
vips_dE00
vips_dE76
vips_dECMC
vips_dbuf_allocate
vips_dbuf_destroy
vips_dbuf_get_write
vips_dbuf_init
vips_dbuf_minimum_size
vips_dbuf_read
vips_dbuf_reset
vips_dbuf_seek
vips_dbuf_steal
vips_dbuf_string
vips_dbuf_tell
vips_dbuf_truncate
vips_dbuf_write
vips_dbuf_write_amp
vips_dbuf_writef
vips_demand_style_get_type
vips_deviate
vips_direction_get_type
vips_divide
vips_draw_circle
vips_draw_circle1
vips_draw_flood
vips_draw_flood1
vips_draw_image
vips_draw_line
vips_draw_line1
vips_draw_mask
vips_draw_mask1
vips_draw_point
vips_draw_point1
vips_draw_rect
vips_draw_rect1
vips_draw_smudge
vips_dzsave
vips_dzsave_buffer
vips_dzsave_target
vips_embed
vips_enum_from_nick
vips_enum_nick
vips_enum_string
vips_eorimage
vips_eorimage_const
vips_eorimage_const1
vips_equal
vips_equal_const
vips_equal_const1
vips_error
vips_error_buffer
vips_error_buffer_copy
vips_error_clear
vips_error_exit
vips_error_freeze
vips_error_g
vips_error_system
vips_error_thaw
vips_existsf
vips_exp
vips_exp10
vips_extend_get_type
vips_extract_area
vips_extract_band
vips_eye
vips_fail_on_get_type
vips_falsecolour
vips_fastcor
vips_file_length
vips_filename_get_filename
vips_filename_get_options
vips_filename_suffix_match
vips_fill_nearest
vips_find_trim
vips_fitsload
vips_fitssave
vips_flags_from_nick
vips_flatten
vips_flip
vips_float2rad
vips_floor
vips_foreign_dz_container_get_type
vips_foreign_dz_depth_get_type
vips_foreign_dz_layout_get_type
vips_foreign_find_load
vips_foreign_find_load_buffer
vips_foreign_find_load_source
vips_foreign_find_save
vips_foreign_find_save_buffer
vips_foreign_find_save_target
vips_foreign_flags
vips_foreign_flags_get_type
vips_foreign_get_suffixes
vips_foreign_get_type
vips_foreign_heif_compression_get_type
vips_foreign_heif_encoder_get_type
vips_foreign_is_a
vips_foreign_is_a_buffer
vips_foreign_is_a_source
vips_foreign_jpeg_subsample_get_type
vips_foreign_keep_get_type
vips_foreign_load_get_type
vips_foreign_load_invalidate
vips_foreign_map
vips_foreign_png_filter_get_type
vips_foreign_ppm_format_get_type
vips_foreign_save_get_type
vips_foreign_subsample_get_type
vips_foreign_tiff_compression_get_type
vips_foreign_tiff_predictor_get_type
vips_foreign_tiff_resunit_get_type
vips_foreign_webp_preset_get_type
vips_format_for_file
vips_format_for_name
vips_format_get_flags
vips_format_get_type
vips_format_map
vips_format_read
vips_format_sizeof
vips_format_sizeof_unsafe
vips_format_write
vips_fractsurf
vips_freqmult
vips_fwfft
vips_g_cond_free
vips_g_cond_new
vips_g_error
vips_g_input_stream_new_from_source
vips_g_mutex_free
vips_g_mutex_new
vips_g_thread_new
vips_gamma
vips_gaussblur
vips_gaussmat
vips_gaussnoise
vips_get_argv0
vips_get_disc_threshold
vips_get_prgname
vips_get_tile_size
vips_getpoint
vips_gifload
vips_gifload_buffer
vips_gifload_source
vips_gifsave
vips_gifsave_buffer
vips_gifsave_target
vips_globalbalance
vips_gravity
vips_grey
vips_grid
vips_guess_libdir
vips_guess_prefix
vips_hash_table_map
vips_heifload
vips_heifload_buffer
vips_heifload_source
vips_heifsave
vips_heifsave_buffer
vips_heifsave_target
vips_hist_cum
vips_hist_entropy
vips_hist_equal
vips_hist_find
vips_hist_find_indexed
vips_hist_find_ndim
vips_hist_ismonotonic
vips_hist_local
vips_hist_match
vips_hist_norm
vips_hist_plot
vips_hough_circle
vips_hough_line
vips_icc_ac2rc
vips_icc_export
vips_icc_import
vips_icc_is_compatible_profile
vips_icc_present
vips_icc_transform
vips_identity
vips_ifthenelse
vips_imag
vips_image_copy_memory
vips_image_decode
vips_image_decode_predict
vips_image_encode
vips_image_free_buffer
vips_image_generate
vips_image_get
vips_image_get_area
vips_image_get_array_double
vips_image_get_array_int
vips_image_get_as_string
vips_image_get_bands
vips_image_get_blob
vips_image_get_coding
vips_image_get_concurrency
vips_image_get_data
vips_image_get_double
vips_image_get_fields
vips_image_get_filename
vips_image_get_format
vips_image_get_format_max
vips_image_get_height
vips_image_get_history
vips_image_get_image
vips_image_get_int
vips_image_get_interpretation
vips_image_get_mode
vips_image_get_n_pages
vips_image_get_n_subifds
vips_image_get_offset
vips_image_get_orientation
vips_image_get_orientation_swap
vips_image_get_page_height
vips_image_get_scale
vips_image_get_string
vips_image_get_type
vips_image_get_typeof
vips_image_get_width
vips_image_get_xoffset
vips_image_get_xres
vips_image_get_yoffset
vips_image_get_yres
vips_image_guess_format
vips_image_guess_interpretation
vips_image_hasalpha
vips_image_history_args
vips_image_history_printf
vips_image_init_fields
vips_image_inplace
vips_image_invalidate_all
vips_image_isMSBfirst
vips_image_is_sequential
vips_image_isfile
vips_image_iskilled
vips_image_ispartial
vips_image_map
vips_image_matrix_from_array
vips_image_memory
vips_image_minimise_all
vips_image_new
vips_image_new_from_buffer
vips_image_new_from_file
vips_image_new_from_file_RW
vips_image_new_from_file_raw
vips_image_new_from_image
vips_image_new_from_image1
vips_image_new_from_memory
vips_image_new_from_memory_copy
vips_image_new_from_source
vips_image_new_matrix
vips_image_new_matrix_from_array
vips_image_new_matrixv
vips_image_new_memory
vips_image_new_temp_file
vips_image_pio_input
vips_image_pio_output
vips_image_pipeline_array
vips_image_pipelinev
vips_image_print_field
vips_image_remove
vips_image_set
vips_image_set_area
vips_image_set_array_double
vips_image_set_array_int
vips_image_set_blob
vips_image_set_blob_copy
vips_image_set_delete_on_close
vips_image_set_double
vips_image_set_image
vips_image_set_int
vips_image_set_kill
vips_image_set_progress
vips_image_set_string
vips_image_type_get_type
vips_image_wio_input
vips_image_write
vips_image_write_line
vips_image_write_prepare
vips_image_write_to_buffer
vips_image_write_to_file
vips_image_write_to_memory
vips_image_write_to_target
vips_init
vips_insert
vips_intent_get_type
vips_interesting_get_type
vips_interpolate
vips_interpolate_bilinear_static
vips_interpolate_get_method
vips_interpolate_get_type
vips_interpolate_get_window_offset
vips_interpolate_get_window_size
vips_interpolate_nearest_static
vips_interpolate_new
vips_interpretation_get_type
vips_interpretation_max_alpha
vips_invert
vips_invertlut
vips_invfft
vips_iscasepostfix
vips_isdirf
vips_ispostfix
vips_ispoweroftwo
vips_isprefix
vips_join
vips_jp2kload
vips_jp2kload_buffer
vips_jp2kload_source
vips_jp2ksave
vips_jp2ksave_buffer
vips_jp2ksave_target
vips_jpegload
vips_jpegload_buffer
vips_jpegload_source
vips_jpegsave
vips_jpegsave_buffer
vips_jpegsave_mime
vips_jpegsave_target
vips_jxlload
vips_jxlload_buffer
vips_jxlload_source
vips_jxlsave
vips_jxlsave_buffer
vips_jxlsave_target
vips_kernel_get_type
vips_labelregions
vips_leak_set
vips_less
vips_less_const
vips_less_const1
vips_lesseq
vips_lesseq_const
vips_lesseq_const1
vips_linear
vips_linear1
vips_linecache
vips_log
vips_log10
vips_logmat
vips_lshift
vips_lshift_const
vips_lshift_const1
vips_magickload
vips_magickload_buffer
vips_magicksave
vips_magicksave_buffer
vips_malloc
vips_map_equal
vips_mapim
vips_maplut
vips_mask_butterworth
vips_mask_butterworth_band
vips_mask_butterworth_ring
vips_mask_fractal
vips_mask_gaussian
vips_mask_gaussian_band
vips_mask_gaussian_ring
vips_mask_ideal
vips_mask_ideal_band
vips_mask_ideal_ring
vips_match
vips_math
vips_math2
vips_math2_const
vips_math2_const1
vips_matload
vips_matrixinvert
vips_matrixload
vips_matrixload_source
vips_matrixprint
vips_matrixsave
vips_matrixsave_target
vips_max
vips_measure
vips_median
vips_merge
vips_min
vips_mkdirf
vips_more
vips_more_const
vips_more_const1
vips_moreeq
vips_moreeq_const
vips_moreeq_const1
vips_morph
vips_mosaic
vips_mosaic1
vips_msb
vips_multiply
vips_nickname_find
vips_niftiload
vips_niftiload_source
vips_niftisave
vips_notequal
vips_notequal_const
vips_notequal_const1
vips_object_argument_isset
vips_object_argument_needsstring
vips_object_build
vips_object_class_install_argument
vips_object_dump
vips_object_get_args
vips_object_get_argument
vips_object_get_argument_flags
vips_object_get_argument_priority
vips_object_get_argument_to_string
vips_object_get_description
vips_object_get_property
vips_object_get_type
vips_object_local_array
vips_object_local_cb
vips_object_map
vips_object_new
vips_object_new_from_string
vips_object_preclose
vips_object_print_all
vips_object_print_dump
vips_object_print_name
vips_object_print_summary
vips_object_print_summary_class
vips_object_rewind
vips_object_sanity
vips_object_sanity_all
vips_object_set
vips_object_set_argument_from_string
vips_object_set_from_string
vips_object_set_property
vips_object_set_required
vips_object_set_static
vips_object_set_valist
vips_object_summary
vips_object_summary_class
vips_object_to_string
vips_object_unref_outputs
vips_openexrload
vips_openslideload
vips_openslideload_source
vips_operation_block_set
vips_operation_boolean_get_type
vips_operation_call_valist
vips_operation_class_print_usage
vips_operation_complex2_get_type
vips_operation_complex_get_type
vips_operation_complexget_get_type
vips_operation_flags_get_type
vips_operation_get_flags
vips_operation_get_type
vips_operation_invalidate
vips_operation_math2_get_type
vips_operation_math_get_type
vips_operation_morphology_get_type
vips_operation_new
vips_operation_relational_get_type
vips_operation_round_get_type
vips_orimage
vips_orimage_const
vips_orimage_const1
vips_path_filename7
vips_path_mode7
vips_pcs_get_type
vips_pdfload
vips_pdfload_buffer
vips_pdfload_source
vips_percent
vips_perlin
vips_phasecor
vips_pipe_read_limit_set
vips_pngload
vips_pngload_buffer
vips_pngload_source
vips_pngsave
vips_pngsave_buffer
vips_pngsave_target
vips_polar
vips_pow
vips_pow_const
vips_pow_const1
vips_ppmload
vips_ppmload_source
vips_ppmsave
vips_ppmsave_target
vips_precision_get_type
vips_premultiply
vips_prewitt
vips_profile
vips_profile_load
vips_profile_set
vips_progress_set
vips_project
vips_pythagoras
vips_quadratic
vips_rad2float
vips_radload
vips_radload_buffer
vips_radload_source
vips_radsave
vips_radsave_buffer
vips_radsave_target
vips_rank
vips_rawload
vips_rawsave
vips_rawsave_fd
vips_real
vips_realpath
vips_recomb
vips_rect
vips_rect_dup
vips_rect_equalsrect
vips_rect_includespoint
vips_rect_includesrect
vips_rect_intersectrect
vips_rect_isempty
vips_rect_marginadjust
vips_rect_normalise
vips_rect_overlapsrect
vips_rect_unionrect
vips_reduce
vips_reduceh
vips_reducev
vips_ref_string_get
vips_ref_string_get_type
vips_ref_string_new
vips_region_black
vips_region_buffer
vips_region_copy
vips_region_dump_all
vips_region_equalsregion
vips_region_fetch
vips_region_fill
vips_region_get_type
vips_region_height
vips_region_image
vips_region_invalidate
vips_region_new
vips_region_paint
vips_region_paint_pel
vips_region_position
vips_region_prepare
vips_region_prepare_many
vips_region_prepare_to
vips_region_region
vips_region_shrink
vips_region_shrink_get_type
vips_region_shrink_method
vips_region_width
vips_relational
vips_relational_const
vips_relational_const1
vips_remainder
vips_remainder_const
vips_remainder_const1
vips_remosaic
vips_rename
vips_reorder_margin_hint
vips_reorder_prepare_many
vips_replicate
vips_resize
vips_rint
vips_rmdirf
vips_rot
vips_rot45
vips_rot90
vips_rot180
vips_rot270
vips_rotate
vips_round
vips_rshift
vips_rshift_const
vips_rshift_const1
vips_sRGB2HSV
vips_sRGB2scRGB
vips_save_string_get_type
vips_saveable_get_type
vips_sbuf_get_line
vips_sbuf_get_line_copy
vips_sbuf_get_non_whitespace
vips_sbuf_get_type
vips_sbuf_getc
vips_sbuf_new_from_source
vips_sbuf_require
vips_sbuf_skip_whitespace
vips_sbuf_unbuffer
vips_sbuf_ungetc
vips_scRGB2BW
vips_scRGB2XYZ
vips_scRGB2sRGB
vips_scale
vips_scharr
vips_semaphore_destroy
vips_semaphore_down
vips_semaphore_down_timeout
vips_semaphore_downn
vips_semaphore_init
vips_semaphore_up
vips_semaphore_upn
vips_sequential
vips_sharpen
vips_shrink
vips_shrinkh
vips_shrinkv
vips_shutdown
vips_sign
vips_similarity
vips_sin
vips_sines
vips_sinh
vips_sink
vips_sink_disc
vips_sink_memory
vips_sink_screen
vips_sink_tile
vips_size_get_type
vips_slist_equal
vips_slist_filter
vips_slist_fold2
vips_slist_free_all
vips_slist_map2
vips_slist_map4
vips_slist_map2_rev
vips_smartcrop
vips_snprintf
vips_sobel
vips_source_custom_get_type
vips_source_custom_new
vips_source_decode
vips_source_g_input_stream_new
vips_source_get_type
vips_source_is_file
vips_source_is_mappable
vips_source_length
vips_source_map
vips_source_map_blob
vips_source_minimise
vips_source_new_from_blob
vips_source_new_from_descriptor
vips_source_new_from_file
vips_source_new_from_memory
vips_source_new_from_options
vips_source_new_from_target
vips_source_read
vips_source_rewind
vips_source_seek
vips_source_sniff
vips_source_sniff_at_most
vips_source_unminimise
vips_spcor
vips_spectrum
vips_start_many
vips_start_one
vips_stats
vips_stdif
vips_stop_many
vips_stop_one
vips_strdup
vips_strncpy
vips_strrstr
vips_strtod
vips_subsample
vips_subtract
vips_sum
vips_svgload
vips_svgload_buffer
vips_svgload_source
vips_svgload_string
vips_switch
vips_system
vips_tan
vips_tanh
vips_target_custom_get_type
vips_target_custom_new
vips_target_end
vips_target_finish
vips_target_get_type
vips_target_new_temp
vips_target_new_to_descriptor
vips_target_new_to_file
vips_target_new_to_memory
vips_target_putc
vips_target_read
vips_target_seek
vips_target_steal
vips_target_steal_text
vips_target_write
vips_target_write_amp
vips_target_writef
vips_target_writes
vips_text
vips_text_wrap_get_type
vips_thing_get_type
vips_thing_new
vips_thread_execute
vips_thread_isvips
vips_thread_shutdown
vips_thread_state_get_type
vips_thread_state_new
vips_thread_state_set
vips_threadpool_run
vips_threadset_free
vips_threadset_new
vips_threadset_run
vips_thumbnail
vips_thumbnail_buffer
vips_thumbnail_image
vips_thumbnail_source
vips_tiffload
vips_tiffload_buffer
vips_tiffload_source
vips_tiffsave
vips_tiffsave_buffer
vips_tiffsave_target
vips_tilecache
vips_token_get_type
vips_tonelut
vips_tracked_aligned_alloc
vips_tracked_aligned_free
vips_tracked_close
vips_tracked_free
vips_tracked_get_allocs
vips_tracked_get_files
vips_tracked_get_mem
vips_tracked_get_mem_highwater
vips_tracked_malloc
vips_tracked_open
vips_transpose3d
vips_type_depth
vips_type_find
vips_type_map
vips_type_map_all
vips_unpremultiply
vips_value_get_area
vips_value_get_array
vips_value_get_array_double
vips_value_get_array_image
vips_value_get_array_int
vips_value_get_array_object
vips_value_get_blob
vips_value_get_ref_string
vips_value_get_save_string
vips_value_is_null
vips_value_set_area
vips_value_set_array
vips_value_set_array_double
vips_value_set_array_image
vips_value_set_array_int
vips_value_set_array_object
vips_value_set_blob
vips_value_set_blob_free
vips_value_set_ref_string
vips_value_set_save_string
vips_value_set_save_stringf
vips_verror
vips_verror_system
vips_version
vips_version_string
vips_vipsload
vips_vipsload_source
vips_vipssave
vips_vipssave_target
vips_vsnprintf
vips_webpload
vips_webpload_buffer
vips_webpload_source
vips_webpsave
vips_webpsave_buffer
vips_webpsave_mime
vips_webpsave_target
vips_window_print
vips_window_unref
vips_wop
vips_wop_const
vips_wop_const1
vips_worley
vips_wrap
vips_xyz
vips_zone
vips_zoom
vprintf
vscanf
vsnprintf
vsprintf
vsscanf
wait
wait3
wait4
waitid
waitpid
wcstombs
wctomb
write
y0
y1
yn

Type Aliases§

DOUBLEMASK
FILE
GAction
GActionEntry
GActionGroup
GActionGroupInterface
GActionInterface
GActionMap
GActionMapInterface
GActionMap_autoptr
GActionMap_listautoptr
GActionMap_queueautoptr
GActionMap_slistautoptr
GAction_autoptr
GAction_listautoptr
GAction_queueautoptr
GAction_slistautoptr
GAllocator
GAppInfo
GAppInfoCreateFlags
GAppInfoCreateFlags: @G_APP_INFO_CREATE_NONE: No flags. @G_APP_INFO_CREATE_NEEDS_TERMINAL: Application opens in a terminal window. @G_APP_INFO_CREATE_SUPPORTS_URIS: Application supports URI arguments. @G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION: Application supports startup notification. Since 2.26
GAppInfoIface
GAppInfoIface: @g_iface: The parent interface. @dup: Copies a #GAppInfo. @equal: Checks two #GAppInfos for equality. @get_id: Gets a string identifier for a #GAppInfo. @get_name: Gets the name of the application for a #GAppInfo. @get_description: Gets a short description for the application described by the #GAppInfo. @get_executable: Gets the executable name for the #GAppInfo. @get_icon: Gets the #GIcon for the #GAppInfo. @launch: Launches an application specified by the #GAppInfo. @supports_uris: Indicates whether the application specified supports launching URIs. @supports_files: Indicates whether the application specified accepts filename arguments. @launch_uris: Launches an application with a list of URIs. @should_show: Returns whether an application should be shown (e.g. when getting a list of installed applications). FreeDesktop.Org Startup Notification Specification. @set_as_default_for_type: Sets an application as default for a given content type. @set_as_default_for_extension: Sets an application as default for a given file extension. @add_supports_type: Adds to the #GAppInfo information about supported file types. @can_remove_supports_type: Checks for support for removing supported file types from a #GAppInfo. @remove_supports_type: Removes a supported application type from a #GAppInfo. @can_delete: Checks if a #GAppInfo can be deleted. Since 2.20 @do_delete: Deletes a #GAppInfo. Since 2.20 @get_commandline: Gets the commandline for the #GAppInfo. Since 2.20 @get_display_name: Gets the display name for the #GAppInfo. Since 2.24 @set_as_last_used_for_type: Sets the application as the last used. See g_app_info_set_as_last_used_for_type(). @get_supported_types: Retrieves the list of content types that @app_info claims to support. @launch_uris_async: Asynchronously launches an application with a list of URIs. (Since: 2.60) @launch_uris_finish: Finishes an operation started with @launch_uris_async. (Since: 2.60)
GAppInfoMonitor
GAppInfoMonitor_autoptr
GAppInfoMonitor_listautoptr
GAppInfoMonitor_queueautoptr
GAppInfoMonitor_slistautoptr
GAppInfo_autoptr
GAppInfo_listautoptr
GAppInfo_queueautoptr
GAppInfo_slistautoptr
GAppLaunchContext
GAppLaunchContext:
GAppLaunchContextClass
GAppLaunchContextPrivate
GAppLaunchContext_autoptr
GAppLaunchContext_listautoptr
GAppLaunchContext_queueautoptr
GAppLaunchContext_slistautoptr
GApplication
GApplicationClass
GApplicationCommandLine
GApplicationCommandLineClass
GApplicationCommandLinePrivate
GApplicationCommandLine_autoptr
GApplicationCommandLine_listautoptr
GApplicationCommandLine_queueautoptr
GApplicationCommandLine_slistautoptr
GApplicationFlags
GApplicationFlags: @G_APPLICATION_FLAGS_NONE: Default. Deprecated in 2.74, use %G_APPLICATION_DEFAULT_FLAGS instead @G_APPLICATION_DEFAULT_FLAGS: Default flags. Since: 2.74 @G_APPLICATION_IS_SERVICE: Run as a service. In this mode, registration fails if the service is already running, and the application will initially wait up to 10 seconds for an initial activation message to arrive. @G_APPLICATION_IS_LAUNCHER: Don’t try to become the primary instance. @G_APPLICATION_HANDLES_OPEN: This application handles opening files (in the primary instance). Note that this flag only affects the default implementation of local_command_line(), and has no effect if %G_APPLICATION_HANDLES_COMMAND_LINE is given. See g_application_run() for details. @G_APPLICATION_HANDLES_COMMAND_LINE: This application handles command line arguments (in the primary instance). Note that this flag only affect the default implementation of local_command_line(). See g_application_run() for details. @G_APPLICATION_SEND_ENVIRONMENT: Send the environment of the launching process to the primary instance. Set this flag if your application is expected to behave differently depending on certain environment variables. For instance, an editor might be expected to use the GIT_COMMITTER_NAME environment variable when editing a git commit message. The environment is available to the #GApplication::command-line signal handler, via g_application_command_line_getenv(). @G_APPLICATION_NON_UNIQUE: Make no attempts to do any of the typical single-instance application negotiation, even if the application ID is given. The application neither attempts to become the owner of the application ID nor does it check if an existing owner already exists. Everything occurs in the local process. Since: 2.30. @G_APPLICATION_CAN_OVERRIDE_APP_ID: Allow users to override the application ID from the command line with --gapplication-app-id. Since: 2.48 @G_APPLICATION_ALLOW_REPLACEMENT: Allow another instance to take over the bus name. Since: 2.60 @G_APPLICATION_REPLACE: Take over from another instance. This flag is usually set by passing --gapplication-replace on the commandline. Since: 2.60
GApplicationPrivate
GApplication_autoptr
GApplication_listautoptr
GApplication_queueautoptr
GApplication_slistautoptr
GArray
GArray_autoptr
GArray_listautoptr
GArray_queueautoptr
GArray_slistautoptr
GAsciiType
GAskPasswordFlags
GAskPasswordFlags: @G_ASK_PASSWORD_NEED_PASSWORD: operation requires a password. @G_ASK_PASSWORD_NEED_USERNAME: operation requires a username. @G_ASK_PASSWORD_NEED_DOMAIN: operation requires a domain. @G_ASK_PASSWORD_SAVING_SUPPORTED: operation supports saving settings. @G_ASK_PASSWORD_ANONYMOUS_SUPPORTED: operation supports anonymous users. @G_ASK_PASSWORD_TCRYPT: operation takes TCRYPT parameters (Since: 2.58)
GAsyncInitable
GAsyncInitableIface
GAsyncInitable:
GAsyncInitable_autoptr
GAsyncInitable_listautoptr
GAsyncInitable_queueautoptr
GAsyncInitable_slistautoptr
GAsyncQueue
GAsyncQueue_autoptr
GAsyncQueue_listautoptr
GAsyncQueue_queueautoptr
GAsyncQueue_slistautoptr
GAsyncReadyCallback
GAsyncReadyCallback: @source_object: (nullable): the object the asynchronous operation was started with. @res: a #GAsyncResult. @data: user data passed to the callback.
GAsyncResult
GAsyncResultIface
GAsyncResult:
GAsyncResult_autoptr
GAsyncResult_listautoptr
GAsyncResult_queueautoptr
GAsyncResult_slistautoptr
GBaseFinalizeFunc
GBaseFinalizeFunc: @g_class: (type GObject.TypeClass): The #GTypeClass structure to finalize
GBaseInitFunc
GBaseInitFunc: @g_class: (type GObject.TypeClass): The #GTypeClass structure to initialize
GBinding
GBinding:
GBindingFlags
GBindingFlags: @G_BINDING_DEFAULT: The default binding; if the source property changes, the target property is updated with its value. @G_BINDING_BIDIRECTIONAL: Bidirectional binding; if either the property of the source or the property of the target changes, the other is updated. @G_BINDING_SYNC_CREATE: Synchronize the values of the source and target properties when creating the binding; the direction of the synchronization is always from the source to the target. @G_BINDING_INVERT_BOOLEAN: If the two properties being bound are booleans, setting one to %TRUE will result in the other being set to %FALSE and vice versa. This flag will only work for boolean properties, and cannot be used when passing custom transformation functions to g_object_bind_property_full().
GBindingGroup
GBindingGroup:
GBindingTransformFunc
GBindingTransformFunc: @binding: a #GBinding @from_value: the #GValue containing the value to transform @to_value: the #GValue in which to store the transformed value @user_data: data passed to the transform function
GBookmarkFile
GBookmarkFile:
GBookmarkFileError
GBookmarkFileError: @G_BOOKMARK_FILE_ERROR_INVALID_URI: URI was ill-formed @G_BOOKMARK_FILE_ERROR_INVALID_VALUE: a requested field was not found @G_BOOKMARK_FILE_ERROR_APP_NOT_REGISTERED: a requested application did not register a bookmark @G_BOOKMARK_FILE_ERROR_URI_NOT_FOUND: a requested URI was not found @G_BOOKMARK_FILE_ERROR_READ: document was ill formed @G_BOOKMARK_FILE_ERROR_UNKNOWN_ENCODING: the text being parsed was in an unknown encoding @G_BOOKMARK_FILE_ERROR_WRITE: an error occurred while writing @G_BOOKMARK_FILE_ERROR_FILE_NOT_FOUND: requested file was not found
GBookmarkFile_autoptr
GBookmarkFile_listautoptr
GBookmarkFile_queueautoptr
GBookmarkFile_slistautoptr
GBoxedCopyFunc
GBoxedCopyFunc: @boxed: (not nullable): The boxed structure to be copied.
GBoxedFreeFunc
GBoxedFreeFunc: @boxed: (not nullable): The boxed structure to be freed.
GBufferedInputStream
GBufferedInputStreamClass
GBufferedInputStream:
GBufferedInputStreamPrivate
GBufferedInputStream_autoptr
GBufferedInputStream_listautoptr
GBufferedInputStream_queueautoptr
GBufferedInputStream_slistautoptr
GBufferedOutputStream
GBufferedOutputStreamClass
GBufferedOutputStream:
GBufferedOutputStreamPrivate
GBufferedOutputStream_autoptr
GBufferedOutputStream_listautoptr
GBufferedOutputStream_queueautoptr
GBufferedOutputStream_slistautoptr
GBusAcquiredCallback
GBusAcquiredCallback: @connection: The #GDBusConnection to a message bus. @name: The name that is requested to be owned. @user_data: User data passed to g_bus_own_name().
GBusNameAcquiredCallback
GBusNameAcquiredCallback: @connection: The #GDBusConnection on which to acquired the name. @name: The name being owned. @user_data: User data passed to g_bus_own_name() or g_bus_own_name_on_connection().
GBusNameAppearedCallback
GBusNameAppearedCallback: @connection: The #GDBusConnection the name is being watched on. @name: The name being watched. @name_owner: Unique name of the owner of the name being watched. @user_data: User data passed to g_bus_watch_name().
GBusNameLostCallback
GBusNameLostCallback: @connection: The #GDBusConnection on which to acquire the name or %NULL if the connection was disconnected. @name: The name being owned. @user_data: User data passed to g_bus_own_name() or g_bus_own_name_on_connection().
GBusNameOwnerFlags
GBusNameOwnerFlags: @G_BUS_NAME_OWNER_FLAGS_NONE: No flags set. @G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT: Allow another message bus connection to claim the name. @G_BUS_NAME_OWNER_FLAGS_REPLACE: If another message bus connection owns the name and have specified %G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT, then take the name from the other connection. @G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE: If another message bus connection owns the name, immediately return an error from g_bus_own_name() rather than entering the waiting queue for that name. (Since 2.54)
GBusNameVanishedCallback
GBusNameVanishedCallback: @connection: The #GDBusConnection the name is being watched on, or %NULL. @name: The name being watched. @user_data: User data passed to g_bus_watch_name().
GBusNameWatcherFlags
GBusNameWatcherFlags: @G_BUS_NAME_WATCHER_FLAGS_NONE: No flags set. @G_BUS_NAME_WATCHER_FLAGS_AUTO_START: If no-one owns the name when beginning to watch the name, ask the bus to launch an owner for the name.
GBusType
GBusType: @G_BUS_TYPE_STARTER: An alias for the message bus that activated the process, if any. @G_BUS_TYPE_NONE: Not a message bus. @G_BUS_TYPE_SYSTEM: The system-wide message bus. @G_BUS_TYPE_SESSION: The login session message bus.
GByteArray
GByteArray_autoptr
GByteArray_listautoptr
GByteArray_queueautoptr
GByteArray_slistautoptr
GBytes
GBytesIcon
GBytesIcon_autoptr
GBytesIcon_listautoptr
GBytesIcon_queueautoptr
GBytesIcon_slistautoptr
GBytes_autoptr
GBytes_listautoptr
GBytes_queueautoptr
GBytes_slistautoptr
GCClosure
GCClosure: @closure: the #GClosure @callback: the callback function
GCache
GCacheDestroyFunc
GCacheDupFunc
GCacheNewFunc
GCallback
GCallback:
GCancellable
GCancellableClass
GCancellable:
GCancellablePrivate
GCancellableSourceFunc
GCancellableSourceFunc: @cancellable: the #GCancellable @data: data passed in by the user.
GCancellable_autoptr
GCancellable_listautoptr
GCancellable_queueautoptr
GCancellable_slistautoptr
GCharsetConverter
GCharsetConverterClass
GCharsetConverter_autoptr
GCharsetConverter_listautoptr
GCharsetConverter_queueautoptr
GCharsetConverter_slistautoptr
GChecksum
GChecksum:
GChecksumType
GChecksumType: @G_CHECKSUM_MD5: Use the MD5 hashing algorithm @G_CHECKSUM_SHA1: Use the SHA-1 hashing algorithm @G_CHECKSUM_SHA256: Use the SHA-256 hashing algorithm @G_CHECKSUM_SHA384: Use the SHA-384 hashing algorithm (Since: 2.51) @G_CHECKSUM_SHA512: Use the SHA-512 hashing algorithm (Since: 2.36)
GChecksum_autoptr
GChecksum_listautoptr
GChecksum_queueautoptr
GChecksum_slistautoptr
GChildWatchFunc
GChildWatchFunc: @pid: the process id of the child process @wait_status: Status information about the child process, encoded in a platform-specific manner @user_data: user data passed to g_child_watch_add()
GClassFinalizeFunc
GClassFinalizeFunc: @g_class: (type GObject.TypeClass): The #GTypeClass structure to finalize @class_data: The @class_data member supplied via the #GTypeInfo structure
GClassInitFunc
GClassInitFunc: @g_class: (type GObject.TypeClass): The #GTypeClass structure to initialize. @class_data: The @class_data member supplied via the #GTypeInfo structure.
GClearHandleFunc
GClearHandleFunc: @handle_id: the handle ID to clear
GClosure
GClosure: @in_marshal: Indicates whether the closure is currently being invoked with g_closure_invoke() @is_invalid: Indicates whether the closure has been invalidated by g_closure_invalidate()
GClosureMarshal
GClosureMarshal: @closure: the #GClosure to which the marshaller belongs @return_value: (nullable): a #GValue to store the return value. May be %NULL if the callback of @closure doesn’t return a value. @n_param_values: the length of the @param_values array @param_values: (array length=n_param_values): an array of #GValues holding the arguments on which to invoke the callback of @closure @invocation_hint: (nullable): the invocation hint given as the last argument to g_closure_invoke() @marshal_data: (nullable): additional data specified when registering the marshaller, see g_closure_set_marshal() and g_closure_set_meta_marshal()
GClosureNotify
GClosureNotify: @data: data specified when registering the notification callback @closure: the #GClosure on which the notification is emitted
GClosureNotifyData
GClosure_autoptr
GClosure_listautoptr
GClosure_queueautoptr
GClosure_slistautoptr
GCompareDataFunc
GCompareFunc
GCompletion
GCompletionFunc
GCompletionStrncmpFunc
GCond
GConnectFlags
GConnectFlags: @G_CONNECT_DEFAULT: Default behaviour (no special flags). Since: 2.74 @G_CONNECT_AFTER: If set, the handler should be called after the default handler of the signal. Normally, the handler is called before the default handler. @G_CONNECT_SWAPPED: If set, the instance and data should be swapped when calling the handler; see g_signal_connect_swapped() for an example.
GConvertError
GConvertError: @G_CONVERT_ERROR_NO_CONVERSION: Conversion between the requested character sets is not supported. @G_CONVERT_ERROR_ILLEGAL_SEQUENCE: Invalid byte sequence in conversion input; or the character sequence could not be represented in the target character set. @G_CONVERT_ERROR_FAILED: Conversion failed for some reason. @G_CONVERT_ERROR_PARTIAL_INPUT: Partial character sequence at end of input. @G_CONVERT_ERROR_BAD_URI: URI is invalid. @G_CONVERT_ERROR_NOT_ABSOLUTE_PATH: Pathname is not an absolute path. @G_CONVERT_ERROR_NO_MEMORY: No memory available. Since: 2.40 @G_CONVERT_ERROR_EMBEDDED_NUL: An embedded NUL character is present in conversion output where a NUL-terminated string is expected. Since: 2.56
GConverter
GConverterFlags
GConverterFlags: @G_CONVERTER_NO_FLAGS: No flags. @G_CONVERTER_INPUT_AT_END: At end of input data @G_CONVERTER_FLUSH: Flush data
GConverterIface
GConverter:
GConverterInputStream
GConverterInputStreamClass
GConverterInputStream:
GConverterInputStreamPrivate
GConverterInputStream_autoptr
GConverterInputStream_listautoptr
GConverterInputStream_queueautoptr
GConverterInputStream_slistautoptr
GConverterOutputStream
GConverterOutputStreamClass
GConverterOutputStream:
GConverterOutputStreamPrivate
GConverterOutputStream_autoptr
GConverterOutputStream_listautoptr
GConverterOutputStream_queueautoptr
GConverterOutputStream_slistautoptr
GConverterResult
GConverterResult: @G_CONVERTER_ERROR: There was an error during conversion. @G_CONVERTER_CONVERTED: Some data was consumed or produced @G_CONVERTER_FINISHED: The conversion is finished @G_CONVERTER_FLUSHED: Flushing is finished
GConverter_autoptr
GConverter_listautoptr
GConverter_queueautoptr
GConverter_slistautoptr
GCopyFunc
GCopyFunc: @src: (not nullable): A pointer to the data which should be copied @data: Additional data
GCredentials
GCredentialsClass
GCredentialsType
GCredentialsType: @G_CREDENTIALS_TYPE_INVALID: Indicates an invalid native credential type. @G_CREDENTIALS_TYPE_LINUX_UCRED: The native credentials type is a struct ucred. @G_CREDENTIALS_TYPE_FREEBSD_CMSGCRED: The native credentials type is a struct cmsgcred. @G_CREDENTIALS_TYPE_OPENBSD_SOCKPEERCRED: The native credentials type is a struct sockpeercred. Added in 2.30. @G_CREDENTIALS_TYPE_SOLARIS_UCRED: The native credentials type is a ucred_t. Added in 2.40. @G_CREDENTIALS_TYPE_NETBSD_UNPCBID: The native credentials type is a struct unpcbid. Added in 2.42. @G_CREDENTIALS_TYPE_APPLE_XUCRED: The native credentials type is a struct xucred. Added in 2.66. @G_CREDENTIALS_TYPE_WIN32_PID: The native credentials type is a PID DWORD. Added in 2.72.
GCredentials_autoptr
GCredentials_listautoptr
GCredentials_queueautoptr
GCredentials_slistautoptr
GDBusActionGroup
GDBusActionGroup_autoptr
GDBusActionGroup_listautoptr
GDBusActionGroup_queueautoptr
GDBusActionGroup_slistautoptr
GDBusAnnotationInfo
GDBusAnnotationInfo: @ref_count: The reference count or -1 if statically allocated. @key: The name of the annotation, e.g. “org.freedesktop.DBus.Deprecated”. @value: The value of the annotation. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusArgInfo
GDBusArgInfo: @ref_count: The reference count or -1 if statically allocated. @name: Name of the argument, e.g. @unix_user_id. @signature: D-Bus signature of the argument (a single complete type). @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusAuthObserver
GDBusAuthObserver_autoptr
GDBusAuthObserver_listautoptr
GDBusAuthObserver_queueautoptr
GDBusAuthObserver_slistautoptr
GDBusCallFlags
GDBusCallFlags: @G_DBUS_CALL_FLAGS_NONE: No flags set. @G_DBUS_CALL_FLAGS_NO_AUTO_START: The bus must not launch an owner for the destination name in response to this method invocation. @G_DBUS_CALL_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION: the caller is prepared to wait for interactive authorization. Since 2.46.
GDBusCapabilityFlags
GDBusCapabilityFlags: @G_DBUS_CAPABILITY_FLAGS_NONE: No flags set. @G_DBUS_CAPABILITY_FLAGS_UNIX_FD_PASSING: The connection supports exchanging UNIX file descriptors with the remote peer.
GDBusConnection
GDBusConnectionFlags
GDBusConnectionFlags: @G_DBUS_CONNECTION_FLAGS_NONE: No flags set. @G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_CLIENT: Perform authentication against server. @G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_SERVER: Perform authentication against client. @G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS: When authenticating as a server, allow the anonymous authentication method. @G_DBUS_CONNECTION_FLAGS_MESSAGE_BUS_CONNECTION: Pass this flag if connecting to a peer that is a message bus. This means that the Hello() method will be invoked as part of the connection setup. @G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING: If set, processing of D-Bus messages is delayed until g_dbus_connection_start_message_processing() is called. @G_DBUS_CONNECTION_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER: When authenticating as a server, require the UID of the peer to be the same as the UID of the server. (Since: 2.68) @G_DBUS_CONNECTION_FLAGS_CROSS_NAMESPACE: When authenticating, try to use protocols that work across a Linux user namespace boundary, even if this reduces interoperability with older D-Bus implementations. This currently affects client-side EXTERNAL authentication, for which this flag makes connections to a server in another user namespace succeed, but causes a deadlock when connecting to a GDBus server older than 2.73.3. Since: 2.74
GDBusConnection_autoptr
GDBusConnection_listautoptr
GDBusConnection_queueautoptr
GDBusConnection_slistautoptr
GDBusError
GDBusError: @G_DBUS_ERROR_FAILED: A generic error; “something went wrong” - see the error message for more. @G_DBUS_ERROR_NO_MEMORY: There was not enough memory to complete an operation. @G_DBUS_ERROR_SERVICE_UNKNOWN: The bus doesn’t know how to launch a service to supply the bus name you wanted. @G_DBUS_ERROR_NAME_HAS_NO_OWNER: The bus name you referenced doesn’t exist (i.e. no application owns it). @G_DBUS_ERROR_NO_REPLY: No reply to a message expecting one, usually means a timeout occurred. @G_DBUS_ERROR_IO_ERROR: Something went wrong reading or writing to a socket, for example. @G_DBUS_ERROR_BAD_ADDRESS: A D-Bus bus address was malformed. @G_DBUS_ERROR_NOT_SUPPORTED: Requested operation isn’t supported (like ENOSYS on UNIX). @G_DBUS_ERROR_LIMITS_EXCEEDED: Some limited resource is exhausted. @G_DBUS_ERROR_ACCESS_DENIED: Security restrictions don’t allow doing what you’re trying to do. @G_DBUS_ERROR_AUTH_FAILED: Authentication didn’t work. @G_DBUS_ERROR_NO_SERVER: Unable to connect to server (probably caused by ECONNREFUSED on a socket). @G_DBUS_ERROR_TIMEOUT: Certain timeout errors, possibly ETIMEDOUT on a socket. Note that %G_DBUS_ERROR_NO_REPLY is used for message reply timeouts. Warning: this is confusingly-named given that %G_DBUS_ERROR_TIMED_OUT also exists. We can’t fix it for compatibility reasons so just be careful. @G_DBUS_ERROR_NO_NETWORK: No network access (probably ENETUNREACH on a socket). @G_DBUS_ERROR_ADDRESS_IN_USE: Can’t bind a socket since its address is in use (i.e. EADDRINUSE). @G_DBUS_ERROR_DISCONNECTED: The connection is disconnected and you’re trying to use it. @G_DBUS_ERROR_INVALID_ARGS: Invalid arguments passed to a method call. @G_DBUS_ERROR_FILE_NOT_FOUND: Missing file. @G_DBUS_ERROR_FILE_EXISTS: Existing file and the operation you’re using does not silently overwrite. @G_DBUS_ERROR_UNKNOWN_METHOD: Method name you invoked isn’t known by the object you invoked it on. @G_DBUS_ERROR_UNKNOWN_OBJECT: Object you invoked a method on isn’t known. Since 2.42 @G_DBUS_ERROR_UNKNOWN_INTERFACE: Interface you invoked a method on isn’t known by the object. Since 2.42 @G_DBUS_ERROR_UNKNOWN_PROPERTY: Property you tried to access isn’t known by the object. Since 2.42 @G_DBUS_ERROR_PROPERTY_READ_ONLY: Property you tried to set is read-only. Since 2.42 @G_DBUS_ERROR_TIMED_OUT: Certain timeout errors, e.g. while starting a service. Warning: this is confusingly-named given that %G_DBUS_ERROR_TIMEOUT also exists. We can’t fix it for compatibility reasons so just be careful. @G_DBUS_ERROR_MATCH_RULE_NOT_FOUND: Tried to remove or modify a match rule that didn’t exist. @G_DBUS_ERROR_MATCH_RULE_INVALID: The match rule isn’t syntactically valid. @G_DBUS_ERROR_SPAWN_EXEC_FAILED: While starting a new process, the exec() call failed. @G_DBUS_ERROR_SPAWN_FORK_FAILED: While starting a new process, the fork() call failed. @G_DBUS_ERROR_SPAWN_CHILD_EXITED: While starting a new process, the child exited with a status code. @G_DBUS_ERROR_SPAWN_CHILD_SIGNALED: While starting a new process, the child exited on a signal. @G_DBUS_ERROR_SPAWN_FAILED: While starting a new process, something went wrong. @G_DBUS_ERROR_SPAWN_SETUP_FAILED: We failed to setup the environment correctly. @G_DBUS_ERROR_SPAWN_CONFIG_INVALID: We failed to setup the config parser correctly. @G_DBUS_ERROR_SPAWN_SERVICE_INVALID: Bus name was not valid. @G_DBUS_ERROR_SPAWN_SERVICE_NOT_FOUND: Service file not found in system-services directory. @G_DBUS_ERROR_SPAWN_PERMISSIONS_INVALID: Permissions are incorrect on the setuid helper. @G_DBUS_ERROR_SPAWN_FILE_INVALID: Service file invalid (Name, User or Exec missing). @G_DBUS_ERROR_SPAWN_NO_MEMORY: Tried to get a UNIX process ID and it wasn’t available. @G_DBUS_ERROR_UNIX_PROCESS_ID_UNKNOWN: Tried to get a UNIX process ID and it wasn’t available. @G_DBUS_ERROR_INVALID_SIGNATURE: A type signature is not valid. @G_DBUS_ERROR_INVALID_FILE_CONTENT: A file contains invalid syntax or is otherwise broken. @G_DBUS_ERROR_SELINUX_SECURITY_CONTEXT_UNKNOWN: Asked for SELinux security context and it wasn’t available. @G_DBUS_ERROR_ADT_AUDIT_DATA_UNKNOWN: Asked for ADT audit data and it wasn’t available. @G_DBUS_ERROR_OBJECT_PATH_IN_USE: There’s already an object with the requested object path.
GDBusErrorEntry
GDBusErrorEntry: @error_code: An error code. @dbus_error_name: The D-Bus error name to associate with @error_code.
GDBusInterface
GDBusInterfaceGetPropertyFunc
GDBusInterfaceGetPropertyFunc: @connection: A #GDBusConnection. @sender: The unique bus name of the remote caller. @object_path: The object path that the method was invoked on. @interface_name: The D-Bus interface name for the property. @property_name: The name of the property to get the value of. @error: Return location for error. @user_data: The @user_data #gpointer passed to g_dbus_connection_register_object().
GDBusInterfaceIface
GDBusInterface:
GDBusInterfaceInfo
GDBusInterfaceInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus interface, e.g. “org.freedesktop.DBus.Properties”. @methods: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusMethodInfo structures or %NULL if there are no methods. @signals: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusSignalInfo structures or %NULL if there are no signals. @properties: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusPropertyInfo structures or %NULL if there are no properties. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusInterfaceMethodCallFunc
GDBusInterfaceMethodCallFunc: @connection: A #GDBusConnection. @sender: The unique bus name of the remote caller. @object_path: The object path that the method was invoked on. @interface_name: The D-Bus interface name the method was invoked on. @method_name: The name of the method that was invoked. @parameters: A #GVariant tuple with parameters. @invocation: (transfer full): A #GDBusMethodInvocation object that must be used to return a value or error. @user_data: The @user_data #gpointer passed to g_dbus_connection_register_object().
GDBusInterfaceSetPropertyFunc
GDBusInterfaceSetPropertyFunc: @connection: A #GDBusConnection. @sender: The unique bus name of the remote caller. @object_path: The object path that the method was invoked on. @interface_name: The D-Bus interface name for the property. @property_name: The name of the property to get the value of. @value: The value to set the property to. @error: Return location for error. @user_data: The @user_data #gpointer passed to g_dbus_connection_register_object().
GDBusInterfaceSkeleton
GDBusInterfaceSkeleton:
GDBusInterfaceSkeletonClass
GDBusInterfaceSkeletonClass: @parent_class: The parent class. @get_info: Returns a #GDBusInterfaceInfo. See g_dbus_interface_skeleton_get_info() for details. @get_vtable: Returns a #GDBusInterfaceVTable. See g_dbus_interface_skeleton_get_vtable() for details. @get_properties: Returns a #GVariant with all properties. See g_dbus_interface_skeleton_get_properties(). @flush: Emits outstanding changes, if any. See g_dbus_interface_skeleton_flush(). @g_authorize_method: Signal class handler for the #GDBusInterfaceSkeleton::g-authorize-method signal.
GDBusInterfaceSkeletonFlags
GDBusInterfaceSkeletonFlags: @G_DBUS_INTERFACE_SKELETON_FLAGS_NONE: No flags set. @G_DBUS_INTERFACE_SKELETON_FLAGS_HANDLE_METHOD_INVOCATIONS_IN_THREAD: Each method invocation is handled in a thread dedicated to the invocation. This means that the method implementation can use blocking IO without blocking any other part of the process. It also means that the method implementation must use locking to access data structures used by other threads.
GDBusInterfaceSkeletonPrivate
GDBusInterfaceSkeleton_autoptr
GDBusInterfaceSkeleton_listautoptr
GDBusInterfaceSkeleton_queueautoptr
GDBusInterfaceSkeleton_slistautoptr
GDBusInterfaceVTable
GDBusInterfaceVTable: @method_call: Function for handling incoming method calls. @get_property: Function for getting a property. @set_property: Function for setting a property.
GDBusInterface_autoptr
GDBusInterface_listautoptr
GDBusInterface_queueautoptr
GDBusInterface_slistautoptr
GDBusMenuModel
GDBusMenuModel_autoptr
GDBusMenuModel_listautoptr
GDBusMenuModel_queueautoptr
GDBusMenuModel_slistautoptr
GDBusMessage
GDBusMessageByteOrder
GDBusMessageByteOrder: @G_DBUS_MESSAGE_BYTE_ORDER_BIG_ENDIAN: The byte order is big endian. @G_DBUS_MESSAGE_BYTE_ORDER_LITTLE_ENDIAN: The byte order is little endian.
GDBusMessageFilterFunction
GDBusMessageFilterFunction: @connection: (transfer none): A #GDBusConnection. @message: (transfer full): A locked #GDBusMessage that the filter function takes ownership of. @incoming: %TRUE if it is a message received from the other peer, %FALSE if it is a message to be sent to the other peer. @user_data: User data passed when adding the filter.
GDBusMessageFlags
GDBusMessageFlags: @G_DBUS_MESSAGE_FLAGS_NONE: No flags set. @G_DBUS_MESSAGE_FLAGS_NO_REPLY_EXPECTED: A reply is not expected. @G_DBUS_MESSAGE_FLAGS_NO_AUTO_START: The bus must not launch an owner for the destination name in response to this message. @G_DBUS_MESSAGE_FLAGS_ALLOW_INTERACTIVE_AUTHORIZATION: If set on a method call, this flag means that the caller is prepared to wait for interactive authorization. Since 2.46.
GDBusMessageHeaderField
GDBusMessageHeaderField: @G_DBUS_MESSAGE_HEADER_FIELD_INVALID: Not a valid header field. @G_DBUS_MESSAGE_HEADER_FIELD_PATH: The object path. @G_DBUS_MESSAGE_HEADER_FIELD_INTERFACE: The interface name. @G_DBUS_MESSAGE_HEADER_FIELD_MEMBER: The method or signal name. @G_DBUS_MESSAGE_HEADER_FIELD_ERROR_NAME: The name of the error that occurred. @G_DBUS_MESSAGE_HEADER_FIELD_REPLY_SERIAL: The serial number the message is a reply to. @G_DBUS_MESSAGE_HEADER_FIELD_DESTINATION: The name the message is intended for. @G_DBUS_MESSAGE_HEADER_FIELD_SENDER: Unique name of the sender of the message (filled in by the bus). @G_DBUS_MESSAGE_HEADER_FIELD_SIGNATURE: The signature of the message body. @G_DBUS_MESSAGE_HEADER_FIELD_NUM_UNIX_FDS: The number of UNIX file descriptors that accompany the message.
GDBusMessageType
GDBusMessageType: @G_DBUS_MESSAGE_TYPE_INVALID: Message is of invalid type. @G_DBUS_MESSAGE_TYPE_METHOD_CALL: Method call. @G_DBUS_MESSAGE_TYPE_METHOD_RETURN: Method reply. @G_DBUS_MESSAGE_TYPE_ERROR: Error reply. @G_DBUS_MESSAGE_TYPE_SIGNAL: Signal emission.
GDBusMessage_autoptr
GDBusMessage_listautoptr
GDBusMessage_queueautoptr
GDBusMessage_slistautoptr
GDBusMethodInfo
GDBusMethodInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus method, e.g. @RequestName. @in_args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no in arguments. @out_args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no out arguments. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusMethodInvocation
GDBusMethodInvocation_autoptr
GDBusMethodInvocation_listautoptr
GDBusMethodInvocation_queueautoptr
GDBusMethodInvocation_slistautoptr
GDBusNodeInfo
GDBusNodeInfo: @ref_count: The reference count or -1 if statically allocated. @path: The path of the node or %NULL if omitted. Note that this may be a relative path. See the D-Bus specification for more details. @interfaces: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusInterfaceInfo structures or %NULL if there are no interfaces. @nodes: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusNodeInfo structures or %NULL if there are no nodes. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusNodeInfo_autoptr
GDBusNodeInfo_listautoptr
GDBusNodeInfo_queueautoptr
GDBusNodeInfo_slistautoptr
GDBusObject
GDBusObjectIface
GDBusObjectIface: @parent_iface: The parent interface. @get_object_path: Returns the object path. See g_dbus_object_get_object_path(). @get_interfaces: Returns all interfaces. See g_dbus_object_get_interfaces(). @get_interface: Returns an interface by name. See g_dbus_object_get_interface(). @interface_added: Signal handler for the #GDBusObject::interface-added signal. @interface_removed: Signal handler for the #GDBusObject::interface-removed signal.
GDBusObjectManager
GDBusObjectManagerClient
GDBusObjectManagerClient:
GDBusObjectManagerClientClass
GDBusObjectManagerClientClass: @parent_class: The parent class. @interface_proxy_signal: Signal class handler for the #GDBusObjectManagerClient::interface-proxy-signal signal. @interface_proxy_properties_changed: Signal class handler for the #GDBusObjectManagerClient::interface-proxy-properties-changed signal.
GDBusObjectManagerClientFlags
GDBusObjectManagerClientFlags: @G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE: No flags set. @G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_DO_NOT_AUTO_START: If not set and the manager is for a well-known name, then request the bus to launch an owner for the name if no-one owns the name. This flag can only be used in managers for well-known names.
GDBusObjectManagerClientPrivate
GDBusObjectManagerClient_autoptr
GDBusObjectManagerClient_listautoptr
GDBusObjectManagerClient_queueautoptr
GDBusObjectManagerClient_slistautoptr
GDBusObjectManagerIface
GDBusObjectManagerIface: @parent_iface: The parent interface. @get_object_path: Virtual function for g_dbus_object_manager_get_object_path(). @get_objects: Virtual function for g_dbus_object_manager_get_objects(). @get_object: Virtual function for g_dbus_object_manager_get_object(). @get_interface: Virtual function for g_dbus_object_manager_get_interface(). @object_added: Signal handler for the #GDBusObjectManager::object-added signal. @object_removed: Signal handler for the #GDBusObjectManager::object-removed signal. @interface_added: Signal handler for the #GDBusObjectManager::interface-added signal. @interface_removed: Signal handler for the #GDBusObjectManager::interface-removed signal.
GDBusObjectManagerServer
GDBusObjectManagerServer:
GDBusObjectManagerServerClass
GDBusObjectManagerServerClass: @parent_class: The parent class.
GDBusObjectManagerServerPrivate
GDBusObjectManagerServer_autoptr
GDBusObjectManagerServer_listautoptr
GDBusObjectManagerServer_queueautoptr
GDBusObjectManagerServer_slistautoptr
GDBusObjectManager_autoptr
GDBusObjectManager_listautoptr
GDBusObjectManager_queueautoptr
GDBusObjectManager_slistautoptr
GDBusObjectProxy
GDBusObjectProxy:
GDBusObjectProxyClass
GDBusObjectProxyClass: @parent_class: The parent class.
GDBusObjectProxyPrivate
GDBusObjectProxy_autoptr
GDBusObjectProxy_listautoptr
GDBusObjectProxy_queueautoptr
GDBusObjectProxy_slistautoptr
GDBusObjectSkeleton
GDBusObjectSkeleton:
GDBusObjectSkeletonClass
GDBusObjectSkeletonClass: @parent_class: The parent class. @authorize_method: Signal class handler for the #GDBusObjectSkeleton::authorize-method signal.
GDBusObjectSkeletonPrivate
GDBusObjectSkeleton_autoptr
GDBusObjectSkeleton_listautoptr
GDBusObjectSkeleton_queueautoptr
GDBusObjectSkeleton_slistautoptr
GDBusObject_autoptr
GDBusObject_listautoptr
GDBusObject_queueautoptr
GDBusObject_slistautoptr
GDBusPropertyInfo
GDBusPropertyInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus property, e.g. “SupportedFilesystems”. @signature: The D-Bus signature of the property (a single complete type). @flags: Access control flags for the property. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusPropertyInfoFlags
GDBusPropertyInfoFlags: @G_DBUS_PROPERTY_INFO_FLAGS_NONE: No flags set. @G_DBUS_PROPERTY_INFO_FLAGS_READABLE: Property is readable. @G_DBUS_PROPERTY_INFO_FLAGS_WRITABLE: Property is writable.
GDBusProxy
GDBusProxy:
GDBusProxyClass
GDBusProxyClass: @g_properties_changed: Signal class handler for the #GDBusProxy::g-properties-changed signal. @g_signal: Signal class handler for the #GDBusProxy::g-signal signal.
GDBusProxyFlags
GDBusProxyFlags: @G_DBUS_PROXY_FLAGS_NONE: No flags set. @G_DBUS_PROXY_FLAGS_DO_NOT_LOAD_PROPERTIES: Don’t load properties. @G_DBUS_PROXY_FLAGS_DO_NOT_CONNECT_SIGNALS: Don’t connect to signals on the remote object. @G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START: If the proxy is for a well-known name, do not ask the bus to launch an owner during proxy initialization or a method call. This flag is only meaningful in proxies for well-known names. @G_DBUS_PROXY_FLAGS_GET_INVALIDATED_PROPERTIES: If set, the property value for any invalidated property will be (asynchronously) retrieved upon receiving the PropertiesChanged D-Bus signal and the property will not cause emission of the #GDBusProxy::g-properties-changed signal. When the value is received the #GDBusProxy::g-properties-changed signal is emitted for the property along with the retrieved value. Since 2.32. @G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION: If the proxy is for a well-known name, do not ask the bus to launch an owner during proxy initialization, but allow it to be autostarted by a method call. This flag is only meaningful in proxies for well-known names, and only if %G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START is not also specified. @G_DBUS_PROXY_FLAGS_NO_MATCH_RULE: Don’t actually send the AddMatch D-Bus call for this signal subscription. This gives you more control over which match rules you add (but you must add them manually). (Since: 2.72)
GDBusProxyPrivate
GDBusProxyTypeFunc
GDBusProxyTypeFunc: @manager: A #GDBusObjectManagerClient. @object_path: The object path of the remote object. @interface_name: (nullable): The interface name of the remote object or %NULL if a #GDBusObjectProxy #GType is requested. @data: data passed in by the user.
GDBusProxy_autoptr
GDBusProxy_listautoptr
GDBusProxy_queueautoptr
GDBusProxy_slistautoptr
GDBusSendMessageFlags
GDBusSendMessageFlags: @G_DBUS_SEND_MESSAGE_FLAGS_NONE: No flags set. @G_DBUS_SEND_MESSAGE_FLAGS_PRESERVE_SERIAL: Do not automatically assign a serial number from the #GDBusConnection object when sending a message.
GDBusServer
GDBusServerFlags
GDBusServerFlags: @G_DBUS_SERVER_FLAGS_NONE: No flags set. @G_DBUS_SERVER_FLAGS_RUN_IN_THREAD: All #GDBusServer::new-connection signals will run in separated dedicated threads (see signal for details). @G_DBUS_SERVER_FLAGS_AUTHENTICATION_ALLOW_ANONYMOUS: Allow the anonymous authentication method. @G_DBUS_SERVER_FLAGS_AUTHENTICATION_REQUIRE_SAME_USER: Require the UID of the peer to be the same as the UID of the server when authenticating. (Since: 2.68)
GDBusServer_autoptr
GDBusServer_listautoptr
GDBusServer_queueautoptr
GDBusServer_slistautoptr
GDBusSignalCallback
GDBusSignalCallback: @connection: A #GDBusConnection. @sender_name: (nullable): The unique bus name of the sender of the signal, or %NULL on a peer-to-peer D-Bus connection. @object_path: The object path that the signal was emitted on. @interface_name: The name of the interface. @signal_name: The name of the signal. @parameters: A #GVariant tuple with parameters for the signal. @user_data: User data passed when subscribing to the signal.
GDBusSignalFlags
GDBusSignalFlags: @G_DBUS_SIGNAL_FLAGS_NONE: No flags set. @G_DBUS_SIGNAL_FLAGS_NO_MATCH_RULE: Don’t actually send the AddMatch D-Bus call for this signal subscription. This gives you more control over which match rules you add (but you must add them manually). @G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_NAMESPACE: Match first arguments that contain a bus or interface name with the given namespace. @G_DBUS_SIGNAL_FLAGS_MATCH_ARG0_PATH: Match first arguments that contain an object path that is either equivalent to the given path, or one of the paths is a subpath of the other.
GDBusSignalInfo
GDBusSignalInfo: @ref_count: The reference count or -1 if statically allocated. @name: The name of the D-Bus signal, e.g. “NameOwnerChanged”. @args: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusArgInfo structures or %NULL if there are no arguments. @annotations: (array zero-terminated=1): A pointer to a %NULL-terminated array of pointers to #GDBusAnnotationInfo structures or %NULL if there are no annotations.
GDBusSubtreeDispatchFunc
GDBusSubtreeDispatchFunc: @connection: A #GDBusConnection. @sender: The unique bus name of the remote caller. @object_path: The object path that was registered with g_dbus_connection_register_subtree(). @interface_name: The D-Bus interface name that the method call or property access is for. @node: A node that is a child of @object_path (relative to @object_path) or %NULL for the root of the subtree. @out_user_data: (nullable) (not optional): Return location for user data to pass to functions in the returned #GDBusInterfaceVTable. @user_data: The @user_data #gpointer passed to g_dbus_connection_register_subtree().
GDBusSubtreeEnumerateFunc
GDBusSubtreeEnumerateFunc: @connection: A #GDBusConnection. @sender: The unique bus name of the remote caller. @object_path: The object path that was registered with g_dbus_connection_register_subtree(). @user_data: The @user_data #gpointer passed to g_dbus_connection_register_subtree().
GDBusSubtreeFlags
GDBusSubtreeFlags: @G_DBUS_SUBTREE_FLAGS_NONE: No flags set. @G_DBUS_SUBTREE_FLAGS_DISPATCH_TO_UNENUMERATED_NODES: Method calls to objects not in the enumerated range will still be dispatched. This is useful if you want to dynamically spawn objects in the subtree.
GDBusSubtreeIntrospectFunc
GDBusSubtreeIntrospectFunc: @connection: A #GDBusConnection. @sender: The unique bus name of the remote caller. @object_path: The object path that was registered with g_dbus_connection_register_subtree(). @node: A node that is a child of @object_path (relative to @object_path) or %NULL for the root of the subtree. @user_data: The @user_data #gpointer passed to g_dbus_connection_register_subtree().
GDBusSubtreeVTable
GDBusSubtreeVTable: @enumerate: Function for enumerating child nodes. @introspect: Function for introspecting a child node. @dispatch: Function for dispatching a remote call on a child node.
GData
GDataForeachFunc
GDataInputStream
GDataInputStreamClass
GDataInputStream:
GDataInputStreamPrivate
GDataInputStream_autoptr
GDataInputStream_listautoptr
GDataInputStream_queueautoptr
GDataInputStream_slistautoptr
GDataOutputStream
GDataOutputStream:
GDataOutputStreamClass
GDataOutputStreamPrivate
GDataOutputStream_autoptr
GDataOutputStream_listautoptr
GDataOutputStream_queueautoptr
GDataOutputStream_slistautoptr
GDataStreamByteOrder
GDataStreamByteOrder: @G_DATA_STREAM_BYTE_ORDER_BIG_ENDIAN: Selects Big Endian byte order. @G_DATA_STREAM_BYTE_ORDER_LITTLE_ENDIAN: Selects Little Endian byte order. @G_DATA_STREAM_BYTE_ORDER_HOST_ENDIAN: Selects endianness based on host machine’s architecture.
GDataStreamNewlineType
GDataStreamNewlineType: @G_DATA_STREAM_NEWLINE_TYPE_LF: Selects “LF” line endings, common on most modern UNIX platforms. @G_DATA_STREAM_NEWLINE_TYPE_CR: Selects “CR” line endings. @G_DATA_STREAM_NEWLINE_TYPE_CR_LF: Selects “CR, LF” line ending, common on Microsoft Windows. @G_DATA_STREAM_NEWLINE_TYPE_ANY: Automatically try to handle any line ending type.
GDatagramBased
GDatagramBasedInterface
GDatagramBased:
GDatagramBasedSourceFunc
GDatagramBasedSourceFunc: @datagram_based: the #GDatagramBased @condition: the current condition at the source fired @data: data passed in by the user
GDatagramBased_autoptr
GDatagramBased_listautoptr
GDatagramBased_queueautoptr
GDatagramBased_slistautoptr
GDate
GDateDMY
GDateDay
GDateMonth
GDateTime
GDateTime:
GDateTime_autoptr
GDateTime_listautoptr
GDateTime_queueautoptr
GDateTime_slistautoptr
GDateWeekday
GDateYear
GDate_autoptr
GDate_listautoptr
GDate_queueautoptr
GDate_slistautoptr
GDebugController
GDebugControllerDBus
GDebugControllerDBusClass
GDebugControllerDBusClass: @parent_class: The parent class. @authorize: Default handler for the #GDebugControllerDBus::authorize signal.
GDebugControllerDBusClass_autoptr
GDebugControllerDBusClass_listautoptr
GDebugControllerDBusClass_queueautoptr
GDebugControllerDBusClass_slistautoptr
GDebugControllerDBus_autoptr
GDebugControllerDBus_listautoptr
GDebugControllerDBus_queueautoptr
GDebugControllerDBus_slistautoptr
GDebugControllerInterface
GDebugControllerInterface: @g_iface: The parent interface.
GDebugController_autoptr
GDebugController_listautoptr
GDebugController_queueautoptr
GDebugController_slistautoptr
GDebugKey
GDebugKey: @key: the string @value: the flag
GDestroyNotify
GDir
GDir_autoptr
GDir_listautoptr
GDir_queueautoptr
GDir_slistautoptr
GDoubleIEEE754
GDrive
GDrive:
GDriveIface
GDriveIface: @g_iface: The parent interface. @changed: Signal emitted when the drive is changed. @disconnected: The removed signal that is emitted when the #GDrive have been disconnected. If the recipient is holding references to the object they should release them so the object can be finalized. @eject_button: Signal emitted when the physical eject button (if any) of a drive have been pressed. @get_name: Returns the name for the given #GDrive. @get_icon: Returns a #GIcon for the given #GDrive. @has_volumes: Returns %TRUE if the #GDrive has mountable volumes. @get_volumes: Returns a list #GList of #GVolume for the #GDrive. @is_removable: Returns %TRUE if the #GDrive and/or its media is considered removable by the user. Since 2.50. @is_media_removable: Returns %TRUE if the #GDrive supports removal and insertion of media. @has_media: Returns %TRUE if the #GDrive has media inserted. @is_media_check_automatic: Returns %TRUE if the #GDrive is capable of automatically detecting media changes. @can_poll_for_media: Returns %TRUE if the #GDrive is capable of manually polling for media change. @can_eject: Returns %TRUE if the #GDrive can eject media. @eject: Ejects a #GDrive. @eject_finish: Finishes an eject operation. @poll_for_media: Poll for media insertion/removal on a #GDrive. @poll_for_media_finish: Finishes a media poll operation. @get_identifier: Returns the identifier of the given kind, or %NULL if the #GDrive doesn’t have one. @enumerate_identifiers: Returns an array strings listing the kinds of identifiers which the #GDrive has. @get_start_stop_type: Gets a #GDriveStartStopType with details about starting/stopping the drive. Since 2.22. @can_stop: Returns %TRUE if a #GDrive can be stopped. Since 2.22. @stop: Stops a #GDrive. Since 2.22. @stop_finish: Finishes a stop operation. Since 2.22. @can_start: Returns %TRUE if a #GDrive can be started. Since 2.22. @can_start_degraded: Returns %TRUE if a #GDrive can be started degraded. Since 2.22. @start: Starts a #GDrive. Since 2.22. @start_finish: Finishes a start operation. Since 2.22. @stop_button: Signal emitted when the physical stop button (if any) of a drive have been pressed. Since 2.22. @eject_with_operation: Starts ejecting a #GDrive using a #GMountOperation. Since 2.22. @eject_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22. @get_sort_key: Gets a key used for sorting #GDrive instances or %NULL if no such key exists. Since 2.32. @get_symbolic_icon: Returns a symbolic #GIcon for the given #GDrive. Since 2.34.
GDriveStartFlags
GDriveStartFlags: @G_DRIVE_START_NONE: No flags set.
GDriveStartStopType
GDriveStartStopType: @G_DRIVE_START_STOP_TYPE_UNKNOWN: Unknown or drive doesn’t support start/stop. @G_DRIVE_START_STOP_TYPE_SHUTDOWN: The stop method will physically shut down the drive and e.g. power down the port the drive is attached to. @G_DRIVE_START_STOP_TYPE_NETWORK: The start/stop methods are used for connecting/disconnect to the drive over the network. @G_DRIVE_START_STOP_TYPE_MULTIDISK: The start/stop methods will assemble/disassemble a virtual drive from several physical drives. @G_DRIVE_START_STOP_TYPE_PASSWORD: The start/stop methods will unlock/lock the disk (for example using the ATA SECURITY UNLOCK DEVICE command)
GDrive_autoptr
GDrive_listautoptr
GDrive_queueautoptr
GDrive_slistautoptr
GDtlsClientConnection
GDtlsClientConnectionInterface
GDtlsClientConnectionInterface: @g_iface: The parent interface.
GDtlsConnection
GDtlsConnectionInterface
GDtlsConnectionInterface: @g_iface: The parent interface. @accept_certificate: Check whether to accept a certificate. @handshake: Perform a handshake operation. @handshake_async: Start an asynchronous handshake operation. @handshake_finish: Finish an asynchronous handshake operation. @shutdown: Shut down one or both directions of the connection. @shutdown_async: Start an asynchronous shutdown operation. @shutdown_finish: Finish an asynchronous shutdown operation. @set_advertised_protocols: Set APLN protocol list (Since: 2.60) @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.60) @get_binding_data: Retrieve TLS channel binding data (Since: 2.66)
GDtlsServerConnection
GDtlsServerConnectionInterface
GDtlsServerConnection:
GDuplicateFunc
GEmblem
GEmblem:
GEmblemClass
GEmblemOrigin
GEmblemOrigin: @G_EMBLEM_ORIGIN_UNKNOWN: Emblem of unknown origin @G_EMBLEM_ORIGIN_DEVICE: Emblem adds device-specific information @G_EMBLEM_ORIGIN_LIVEMETADATA: Emblem depicts live metadata, such as “readonly” @G_EMBLEM_ORIGIN_TAG: Emblem comes from a user-defined tag, e.g. set by nautilus (in the future)
GEmblem_autoptr
GEmblem_listautoptr
GEmblem_queueautoptr
GEmblem_slistautoptr
GEmblemedIcon
GEmblemedIcon:
GEmblemedIconClass
GEmblemedIconPrivate
GEmblemedIcon_autoptr
GEmblemedIcon_listautoptr
GEmblemedIcon_queueautoptr
GEmblemedIcon_slistautoptr
GEnumClass
GEnumClass: @g_type_class: the parent class @minimum: the smallest possible value. @maximum: the largest possible value. @n_values: the number of possible values. @values: an array of #GEnumValue structs describing the individual values.
GEnumClass_autoptr
GEnumClass_listautoptr
GEnumClass_queueautoptr
GEnumClass_slistautoptr
GEnumValue
GEnumValue: @value: the enum value @value_name: the name of the value @value_nick: the nickname of the value
GEqualFunc
GEqualFuncFull
GEqualFuncFull: @a: a value @b: a value to compare with @user_data: user data provided by the caller
GError
GError: @domain: error domain, e.g. %G_FILE_ERROR @code: error code, e.g. %G_FILE_ERROR_NOENT @message: human-readable informative error message
GErrorClearFunc
GErrorClearFunc: @error: extended error to clear
GErrorCopyFunc
GErrorCopyFunc: @src_error: source extended error @dest_error: destination extended error
GErrorInitFunc
GErrorInitFunc: @error: extended error
GErrorType
GError_autoptr
GError_listautoptr
GError_queueautoptr
GError_slistautoptr
GFile
GFile:
GFileAttributeInfo
GFileAttributeInfo: @name: the name of the attribute. @type: the #GFileAttributeType type of the attribute. @flags: a set of #GFileAttributeInfoFlags.
GFileAttributeInfoFlags
GFileAttributeInfoFlags: @G_FILE_ATTRIBUTE_INFO_NONE: no flags set. @G_FILE_ATTRIBUTE_INFO_COPY_WITH_FILE: copy the attribute values when the file is copied. @G_FILE_ATTRIBUTE_INFO_COPY_WHEN_MOVED: copy the attribute values when the file is moved.
GFileAttributeInfoList
GFileAttributeInfoList: @infos: an array of #GFileAttributeInfos. @n_infos: the number of values in the array.
GFileAttributeInfoList_autoptr
GFileAttributeInfoList_listautoptr
GFileAttributeInfoList_queueautoptr
GFileAttributeInfoList_slistautoptr
GFileAttributeMatcher
GFileAttributeMatcher:
GFileAttributeStatus
GFileAttributeStatus: @G_FILE_ATTRIBUTE_STATUS_UNSET: Attribute value is unset (empty). @G_FILE_ATTRIBUTE_STATUS_SET: Attribute value is set. @G_FILE_ATTRIBUTE_STATUS_ERROR_SETTING: Indicates an error in setting the value.
GFileAttributeType
GFileAttributeType: @G_FILE_ATTRIBUTE_TYPE_INVALID: indicates an invalid or uninitialized type. @G_FILE_ATTRIBUTE_TYPE_STRING: a null terminated UTF8 string. @G_FILE_ATTRIBUTE_TYPE_BYTE_STRING: a zero terminated string of non-zero bytes. @G_FILE_ATTRIBUTE_TYPE_BOOLEAN: a boolean value. @G_FILE_ATTRIBUTE_TYPE_UINT32: an unsigned 4-byte/32-bit integer. @G_FILE_ATTRIBUTE_TYPE_INT32: a signed 4-byte/32-bit integer. @G_FILE_ATTRIBUTE_TYPE_UINT64: an unsigned 8-byte/64-bit integer. @G_FILE_ATTRIBUTE_TYPE_INT64: a signed 8-byte/64-bit integer. @G_FILE_ATTRIBUTE_TYPE_OBJECT: a #GObject. @G_FILE_ATTRIBUTE_TYPE_STRINGV: a %NULL terminated char **. Since 2.22
GFileCopyFlags
GFileCopyFlags: @G_FILE_COPY_NONE: No flags set. @G_FILE_COPY_OVERWRITE: Overwrite any existing files @G_FILE_COPY_BACKUP: Make a backup of any existing files. @G_FILE_COPY_NOFOLLOW_SYMLINKS: Don’t follow symlinks. @G_FILE_COPY_ALL_METADATA: Copy all file metadata instead of just default set used for copy (see #GFileInfo). @G_FILE_COPY_NO_FALLBACK_FOR_MOVE: Don’t use copy and delete fallback if native move not supported. @G_FILE_COPY_TARGET_DEFAULT_PERMS: Leaves target file with default perms, instead of setting the source file perms.
GFileCreateFlags
GFileCreateFlags: @G_FILE_CREATE_NONE: No flags set. @G_FILE_CREATE_PRIVATE: Create a file that can only be accessed by the current user. @G_FILE_CREATE_REPLACE_DESTINATION: Replace the destination as if it didn’t exist before. Don’t try to keep any old permissions, replace instead of following links. This is generally useful if you’re doing a “copy over” rather than a “save new version of” replace operation. You can think of it as “unlink destination” before writing to it, although the implementation may not be exactly like that. This flag can only be used with g_file_replace() and its variants, including g_file_replace_contents(). Since 2.20
GFileDescriptorBased
GFileEnumerator
GFileEnumeratorClass
GFileEnumerator:
GFileEnumeratorPrivate
GFileEnumerator_autoptr
GFileEnumerator_listautoptr
GFileEnumerator_queueautoptr
GFileEnumerator_slistautoptr
GFileError
GFileIOStream
GFileIOStreamClass
GFileIOStream:
GFileIOStreamPrivate
GFileIOStream_autoptr
GFileIOStream_listautoptr
GFileIOStream_queueautoptr
GFileIOStream_slistautoptr
GFileIcon
GFileIconClass
GFileIcon:
GFileIcon_autoptr
GFileIcon_listautoptr
GFileIcon_queueautoptr
GFileIcon_slistautoptr
GFileIface
GFileIface: @g_iface: The parent interface. @dup: Duplicates a #GFile. @hash: Creates a hash of a #GFile. @equal: Checks equality of two given #GFiles. @is_native: Checks to see if a file is native to the system. @has_uri_scheme: Checks to see if a #GFile has a given URI scheme. @get_uri_scheme: Gets the URI scheme for a #GFile. @get_basename: Gets the basename for a given #GFile. @get_path: Gets the current path within a #GFile. @get_uri: Gets a URI for the path within a #GFile. @get_parse_name: Gets the parsed name for the #GFile. @get_parent: Gets the parent directory for the #GFile. @prefix_matches: Checks whether a #GFile contains a specified file. @get_relative_path: Gets the path for a #GFile relative to a given path. @resolve_relative_path: Resolves a relative path for a #GFile to an absolute path. @get_child_for_display_name: Gets the child #GFile for a given display name. @enumerate_children: Gets a #GFileEnumerator with the children of a #GFile. @enumerate_children_async: Asynchronously gets a #GFileEnumerator with the children of a #GFile. @enumerate_children_finish: Finishes asynchronously enumerating the children. @query_info: Gets the #GFileInfo for a #GFile. @query_info_async: Asynchronously gets the #GFileInfo for a #GFile. @query_info_finish: Finishes an asynchronous query info operation. @query_filesystem_info: Gets a #GFileInfo for the file system #GFile is on. @query_filesystem_info_async: Asynchronously gets a #GFileInfo for the file system #GFile is on. @query_filesystem_info_finish: Finishes asynchronously getting the file system info. @find_enclosing_mount: Gets a #GMount for the #GFile. @find_enclosing_mount_async: Asynchronously gets the #GMount for a #GFile. @find_enclosing_mount_finish: Finishes asynchronously getting the volume. @set_display_name: Sets the display name for a #GFile. @set_display_name_async: Asynchronously sets a #GFile’s display name. @set_display_name_finish: Finishes asynchronously setting a #GFile’s display name. @query_settable_attributes: Returns a list of #GFileAttributeInfos that can be set. @_query_settable_attributes_async: Asynchronously gets a list of #GFileAttributeInfos that can be set. @_query_settable_attributes_finish: Finishes asynchronously querying settable attributes. @query_writable_namespaces: Returns a list of #GFileAttributeInfo namespaces that are writable. @_query_writable_namespaces_async: Asynchronously gets a list of #GFileAttributeInfo namespaces that are writable. @_query_writable_namespaces_finish: Finishes asynchronously querying the writable namespaces. @set_attribute: Sets a #GFileAttributeInfo. @set_attributes_from_info: Sets a #GFileAttributeInfo with information from a #GFileInfo. @set_attributes_async: Asynchronously sets a file’s attributes. @set_attributes_finish: Finishes setting a file’s attributes asynchronously. @read_fn: Reads a file asynchronously. @read_async: Asynchronously reads a file. @read_finish: Finishes asynchronously reading a file. @append_to: Writes to the end of a file. @append_to_async: Asynchronously writes to the end of a file. @append_to_finish: Finishes an asynchronous file append operation. @create: Creates a new file. @create_async: Asynchronously creates a file. @create_finish: Finishes asynchronously creating a file. @replace: Replaces the contents of a file. @replace_async: Asynchronously replaces the contents of a file. @replace_finish: Finishes asynchronously replacing a file. @delete_file: Deletes a file. @delete_file_async: Asynchronously deletes a file. @delete_file_finish: Finishes an asynchronous delete. @trash: Sends a #GFile to the Trash location. @trash_async: Asynchronously sends a #GFile to the Trash location. @trash_finish: Finishes an asynchronous file trashing operation. @make_directory: Makes a directory. @make_directory_async: Asynchronously makes a directory. @make_directory_finish: Finishes making a directory asynchronously. @make_symbolic_link: (nullable): Makes a symbolic link. %NULL if symbolic links are unsupported. @make_symbolic_link_async: Asynchronously makes a symbolic link @make_symbolic_link_finish: Finishes making a symbolic link asynchronously. @copy: (nullable): Copies a file. %NULL if copying is unsupported, which will cause GFile to use a fallback copy method where it reads from the source and writes to the destination. @copy_async: Asynchronously copies a file. @copy_finish: Finishes an asynchronous copy operation. @move: Moves a file. @move_async: Asynchronously moves a file. Since: 2.72 @move_finish: Finishes an asynchronous move operation. Since: 2.72 @mount_mountable: Mounts a mountable object. @mount_mountable_finish: Finishes a mounting operation. @unmount_mountable: Unmounts a mountable object. @unmount_mountable_finish: Finishes an unmount operation. @eject_mountable: Ejects a mountable. @eject_mountable_finish: Finishes an eject operation. @mount_enclosing_volume: Mounts a specified location. @mount_enclosing_volume_finish: Finishes mounting a specified location. @monitor_dir: Creates a #GFileMonitor for the location. @monitor_file: Creates a #GFileMonitor for the location. @open_readwrite: Open file read/write. Since 2.22. @open_readwrite_async: Asynchronously opens file read/write. Since 2.22. @open_readwrite_finish: Finishes an asynchronous open read/write. Since 2.22. @create_readwrite: Creates file read/write. Since 2.22. @create_readwrite_async: Asynchronously creates file read/write. Since 2.22. @create_readwrite_finish: Finishes an asynchronous creates read/write. Since 2.22. @replace_readwrite: Replaces file read/write. Since 2.22. @replace_readwrite_async: Asynchronously replaces file read/write. Since 2.22. @replace_readwrite_finish: Finishes an asynchronous replace read/write. Since 2.22. @start_mountable: Starts a mountable object. Since 2.22. @start_mountable_finish: Finishes a start operation. Since 2.22. @stop_mountable: Stops a mountable. Since 2.22. @stop_mountable_finish: Finishes a stop operation. Since 2.22. @supports_thread_contexts: a boolean that indicates whether the #GFile implementation supports thread-default contexts. Since 2.22. @unmount_mountable_with_operation: Unmounts a mountable object using a #GMountOperation. Since 2.22. @unmount_mountable_with_operation_finish: Finishes an unmount operation using a #GMountOperation. Since 2.22. @eject_mountable_with_operation: Ejects a mountable object using a #GMountOperation. Since 2.22. @eject_mountable_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22. @poll_mountable: Polls a mountable object for media changes. Since 2.22. @poll_mountable_finish: Finishes a poll operation for media changes. Since 2.22. @measure_disk_usage: Recursively measures the disk usage of @file. Since 2.38 @measure_disk_usage_async: Asynchronously recursively measures the disk usage of @file. Since 2.38 @measure_disk_usage_finish: Finishes an asynchronous recursive measurement of the disk usage of @file. Since 2.38
GFileInfo
GFileInfoClass
GFileInfo:
GFileInfo_autoptr
GFileInfo_listautoptr
GFileInfo_queueautoptr
GFileInfo_slistautoptr
GFileInputStream
GFileInputStreamClass
GFileInputStream:
GFileInputStreamPrivate
GFileInputStream_autoptr
GFileInputStream_listautoptr
GFileInputStream_queueautoptr
GFileInputStream_slistautoptr
GFileMeasureFlags
GFileMeasureFlags: @G_FILE_MEASURE_NONE: No flags set. @G_FILE_MEASURE_REPORT_ANY_ERROR: Report any error encountered while traversing the directory tree. Normally errors are only reported for the toplevel file. @G_FILE_MEASURE_APPARENT_SIZE: Tally usage based on apparent file sizes. Normally, the block-size is used, if available, as this is a more accurate representation of disk space used. Compare with du --apparent-size. Since GLib 2.78. and similarly to du since GNU Coreutils 9.2, this will ignore the sizes of file types other than regular files and links, as the sizes of other file types are not specified in a standard way. @G_FILE_MEASURE_NO_XDEV: Do not cross mount point boundaries. Compare with du -x.
GFileMeasureProgressCallback
GFileMeasureProgressCallback: @reporting: %TRUE if more reports will come @current_size: the current cumulative size measurement @num_dirs: the number of directories visited so far @num_files: the number of non-directory files encountered @data: the data passed to the original request for this callback
GFileMonitor
GFileMonitor:
GFileMonitorClass
GFileMonitorEvent
GFileMonitorEvent: @G_FILE_MONITOR_EVENT_CHANGED: a file changed. @G_FILE_MONITOR_EVENT_CHANGES_DONE_HINT: a hint that this was probably the last change in a set of changes. @G_FILE_MONITOR_EVENT_DELETED: a file was deleted. @G_FILE_MONITOR_EVENT_CREATED: a file was created. @G_FILE_MONITOR_EVENT_ATTRIBUTE_CHANGED: a file attribute was changed. @G_FILE_MONITOR_EVENT_PRE_UNMOUNT: the file location will soon be unmounted. @G_FILE_MONITOR_EVENT_UNMOUNTED: the file location was unmounted. @G_FILE_MONITOR_EVENT_MOVED: the file was moved – only sent if the (deprecated) %G_FILE_MONITOR_SEND_MOVED flag is set @G_FILE_MONITOR_EVENT_RENAMED: the file was renamed within the current directory – only sent if the %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46. @G_FILE_MONITOR_EVENT_MOVED_IN: the file was moved into the monitored directory from another location – only sent if the %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46. @G_FILE_MONITOR_EVENT_MOVED_OUT: the file was moved out of the monitored directory to another location – only sent if the %G_FILE_MONITOR_WATCH_MOVES flag is set. Since: 2.46
GFileMonitorFlags
GFileMonitorFlags: @G_FILE_MONITOR_NONE: No flags set. @G_FILE_MONITOR_WATCH_MOUNTS: Watch for mount events. @G_FILE_MONITOR_SEND_MOVED: Pair DELETED and CREATED events caused by file renames (moves) and send a single G_FILE_MONITOR_EVENT_MOVED event instead (NB: not supported on all backends; the default behaviour -without specifying this flag- is to send single DELETED and CREATED events). Deprecated since 2.46: use %G_FILE_MONITOR_WATCH_MOVES instead. @G_FILE_MONITOR_WATCH_HARD_LINKS: Watch for changes to the file made via another hard link. Since 2.36. @G_FILE_MONITOR_WATCH_MOVES: Watch for rename operations on a monitored directory. This causes %G_FILE_MONITOR_EVENT_RENAMED, %G_FILE_MONITOR_EVENT_MOVED_IN and %G_FILE_MONITOR_EVENT_MOVED_OUT events to be emitted when possible. Since: 2.46.
GFileMonitorPrivate
GFileMonitor_autoptr
GFileMonitor_listautoptr
GFileMonitor_queueautoptr
GFileMonitor_slistautoptr
GFileOutputStream
GFileOutputStreamClass
GFileOutputStream:
GFileOutputStreamPrivate
GFileOutputStream_autoptr
GFileOutputStream_listautoptr
GFileOutputStream_queueautoptr
GFileOutputStream_slistautoptr
GFileProgressCallback
GFileProgressCallback: @current_num_bytes: the current number of bytes in the operation. @total_num_bytes: the total number of bytes in the operation. @data: user data passed to the callback.
GFileQueryInfoFlags
GFileQueryInfoFlags: @G_FILE_QUERY_INFO_NONE: No flags set. @G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS: Don’t follow symlinks.
GFileReadMoreCallback
GFileReadMoreCallback: @file_contents: the data as currently read. @file_size: the size of the data currently read. @callback_data: data passed to the callback.
GFileSetContentsFlags
GFileSetContentsFlags: @G_FILE_SET_CONTENTS_NONE: No guarantees about file consistency or durability. The most dangerous setting, which is slightly faster than other settings. @G_FILE_SET_CONTENTS_CONSISTENT: Guarantee file consistency: after a crash, either the old version of the file or the new version of the file will be available, but not a mixture. On Unix systems this equates to an fsync() on the file and use of an atomic rename() of the new version of the file over the old. @G_FILE_SET_CONTENTS_DURABLE: Guarantee file durability: after a crash, the new version of the file will be available. On Unix systems this equates to an fsync() on the file (if %G_FILE_SET_CONTENTS_CONSISTENT is unset), or the effects of %G_FILE_SET_CONTENTS_CONSISTENT plus an fsync() on the directory containing the file after calling rename(). @G_FILE_SET_CONTENTS_ONLY_EXISTING: Only apply consistency and durability guarantees if the file already exists. This may speed up file operations if the file doesn’t currently exist, but may result in a corrupted version of the new file if the system crashes while writing it.
GFileTest
GFileType
GFileType: @G_FILE_TYPE_UNKNOWN: File’s type is unknown. @G_FILE_TYPE_REGULAR: File handle represents a regular file. @G_FILE_TYPE_DIRECTORY: File handle represents a directory. @G_FILE_TYPE_SYMBOLIC_LINK: File handle represents a symbolic link (Unix systems). @G_FILE_TYPE_SPECIAL: File is a “special” file, such as a socket, fifo, block device, or character device. @G_FILE_TYPE_SHORTCUT: File is a shortcut (Windows systems). @G_FILE_TYPE_MOUNTABLE: File is a mountable location.
GFile_autoptr
GFile_listautoptr
GFile_queueautoptr
GFile_slistautoptr
GFilenameCompleter
GFilenameCompleterClass
GFilenameCompleter:
GFilenameCompleter_autoptr
GFilenameCompleter_listautoptr
GFilenameCompleter_queueautoptr
GFilenameCompleter_slistautoptr
GFilesystemPreviewType
GFilesystemPreviewType: @G_FILESYSTEM_PREVIEW_TYPE_IF_ALWAYS: Only preview files if user has explicitly requested it. @G_FILESYSTEM_PREVIEW_TYPE_IF_LOCAL: Preview files if user has requested preview of “local” files. @G_FILESYSTEM_PREVIEW_TYPE_NEVER: Never preview files.
GFilterInputStream
GFilterInputStreamClass
GFilterInputStream:
GFilterInputStream_autoptr
GFilterInputStream_listautoptr
GFilterInputStream_queueautoptr
GFilterInputStream_slistautoptr
GFilterOutputStream
GFilterOutputStreamClass
GFilterOutputStream:
GFilterOutputStream_autoptr
GFilterOutputStream_listautoptr
GFilterOutputStream_queueautoptr
GFilterOutputStream_slistautoptr
GFlagsClass
GFlagsClass: @g_type_class: the parent class @mask: a mask covering all possible values. @n_values: the number of possible values. @values: an array of #GFlagsValue structs describing the individual values.
GFlagsClass_autoptr
GFlagsClass_listautoptr
GFlagsClass_queueautoptr
GFlagsClass_slistautoptr
GFlagsValue
GFlagsValue: @value: the flags value @value_name: the name of the value @value_nick: the nickname of the value
GFloatIEEE754
GFormatSizeFlags
GFreeFunc
GFreeFunc: @data: a data pointer
GFunc
GHFunc
GHRFunc
GHashFunc
GHashTable
GHashTableIter
GHashTable_autoptr
GHashTable_listautoptr
GHashTable_queueautoptr
GHashTable_slistautoptr
GHmac
GHmac:
GHmac_autoptr
GHmac_listautoptr
GHmac_queueautoptr
GHmac_slistautoptr
GHook
GHookCheckFunc
GHookCheckMarshaller
GHookCompareFunc
GHookFinalizeFunc
GHookFindFunc
GHookFlagMask
GHookFunc
GHookList
GHookMarshaller
GIConv
GIConv: (skip)
GIOChannel
GIOChannelError
GIOChannel_autoptr
GIOChannel_listautoptr
GIOChannel_queueautoptr
GIOChannel_slistautoptr
GIOCondition
GIOError
GIOErrorEnum
GIOErrorEnum: @G_IO_ERROR_FAILED: Generic error condition for when an operation fails and no more specific #GIOErrorEnum value is defined. @G_IO_ERROR_NOT_FOUND: File not found. @G_IO_ERROR_EXISTS: File already exists. @G_IO_ERROR_IS_DIRECTORY: File is a directory. @G_IO_ERROR_NOT_DIRECTORY: File is not a directory. @G_IO_ERROR_NOT_EMPTY: File is a directory that isn’t empty. @G_IO_ERROR_NOT_REGULAR_FILE: File is not a regular file. @G_IO_ERROR_NOT_SYMBOLIC_LINK: File is not a symbolic link. @G_IO_ERROR_NOT_MOUNTABLE_FILE: File cannot be mounted. @G_IO_ERROR_FILENAME_TOO_LONG: Filename is too many characters. @G_IO_ERROR_INVALID_FILENAME: Filename is invalid or contains invalid characters. @G_IO_ERROR_TOO_MANY_LINKS: File contains too many symbolic links. @G_IO_ERROR_NO_SPACE: No space left on drive. @G_IO_ERROR_INVALID_ARGUMENT: Invalid argument. @G_IO_ERROR_PERMISSION_DENIED: Permission denied. @G_IO_ERROR_NOT_SUPPORTED: Operation (or one of its parameters) not supported @G_IO_ERROR_NOT_MOUNTED: File isn’t mounted. @G_IO_ERROR_ALREADY_MOUNTED: File is already mounted. @G_IO_ERROR_CLOSED: File was closed. @G_IO_ERROR_CANCELLED: Operation was cancelled. See #GCancellable. @G_IO_ERROR_PENDING: Operations are still pending. @G_IO_ERROR_READ_ONLY: File is read only. @G_IO_ERROR_CANT_CREATE_BACKUP: Backup couldn’t be created. @G_IO_ERROR_WRONG_ETAG: File’s Entity Tag was incorrect. @G_IO_ERROR_TIMED_OUT: Operation timed out. @G_IO_ERROR_WOULD_RECURSE: Operation would be recursive. @G_IO_ERROR_BUSY: File is busy. @G_IO_ERROR_WOULD_BLOCK: Operation would block. @G_IO_ERROR_HOST_NOT_FOUND: Host couldn’t be found (remote operations). @G_IO_ERROR_WOULD_MERGE: Operation would merge files. @G_IO_ERROR_FAILED_HANDLED: Operation failed and a helper program has already interacted with the user. Do not display any error dialog. @G_IO_ERROR_TOO_MANY_OPEN_FILES: The current process has too many files open and can’t open any more. Duplicate descriptors do count toward this limit. Since 2.20 @G_IO_ERROR_NOT_INITIALIZED: The object has not been initialized. Since 2.22 @G_IO_ERROR_ADDRESS_IN_USE: The requested address is already in use. Since 2.22 @G_IO_ERROR_PARTIAL_INPUT: Need more input to finish operation. Since 2.24 @G_IO_ERROR_INVALID_DATA: The input data was invalid. Since 2.24 @G_IO_ERROR_DBUS_ERROR: A remote object generated an error that doesn’t correspond to a locally registered #GError error domain. Use g_dbus_error_get_remote_error() to extract the D-Bus error name and g_dbus_error_strip_remote_error() to fix up the message so it matches what was received on the wire. Since 2.26. @G_IO_ERROR_HOST_UNREACHABLE: Host unreachable. Since 2.26 @G_IO_ERROR_NETWORK_UNREACHABLE: Network unreachable. Since 2.26 @G_IO_ERROR_CONNECTION_REFUSED: Connection refused. Since 2.26 @G_IO_ERROR_PROXY_FAILED: Connection to proxy server failed. Since 2.26 @G_IO_ERROR_PROXY_AUTH_FAILED: Proxy authentication failed. Since 2.26 @G_IO_ERROR_PROXY_NEED_AUTH: Proxy server needs authentication. Since 2.26 @G_IO_ERROR_PROXY_NOT_ALLOWED: Proxy connection is not allowed by ruleset. Since 2.26 @G_IO_ERROR_BROKEN_PIPE: Broken pipe. Since 2.36 @G_IO_ERROR_CONNECTION_CLOSED: Connection closed by peer. Note that this is the same code as %G_IO_ERROR_BROKEN_PIPE; before 2.44 some “connection closed” errors returned %G_IO_ERROR_BROKEN_PIPE, but others returned %G_IO_ERROR_FAILED. Now they should all return the same value, which has this more logical name. Since 2.44. @G_IO_ERROR_NOT_CONNECTED: Transport endpoint is not connected. Since 2.44 @G_IO_ERROR_MESSAGE_TOO_LARGE: Message too large. Since 2.48. @G_IO_ERROR_NO_SUCH_DEVICE: No such device found. Since 2.74
GIOExtension
GIOExtensionPoint
GIOFlags
GIOFunc
GIOFuncs
GIOModule
GIOModuleClass
GIOModule:
GIOModuleScope
GIOModuleScopeFlags
GIOModuleScopeFlags: @G_IO_MODULE_SCOPE_NONE: No module scan flags @G_IO_MODULE_SCOPE_BLOCK_DUPLICATES: When using this scope to load or scan modules, automatically block a modules which has the same base basename as previously loaded module.
GIOModule_autoptr
GIOModule_listautoptr
GIOModule_queueautoptr
GIOModule_slistautoptr
GIOSchedulerJob
GIOSchedulerJob:
GIOSchedulerJobFunc
GIOSchedulerJobFunc: @job: a #GIOSchedulerJob. @cancellable: optional #GCancellable object, %NULL to ignore. @data: data passed to the callback function
GIOStatus
GIOStream
GIOStream:
GIOStreamAdapter
GIOStreamClass
GIOStreamPrivate
GIOStreamSpliceFlags
GIOStreamSpliceFlags: @G_IO_STREAM_SPLICE_NONE: Do not close either stream. @G_IO_STREAM_SPLICE_CLOSE_STREAM1: Close the first stream after the splice. @G_IO_STREAM_SPLICE_CLOSE_STREAM2: Close the second stream after the splice. @G_IO_STREAM_SPLICE_WAIT_FOR_BOTH: Wait for both splice operations to finish before calling the callback.
GIOStream_autoptr
GIOStream_listautoptr
GIOStream_queueautoptr
GIOStream_slistautoptr
GIcon
GIconIface
GIcon:
GIcon_autoptr
GIcon_listautoptr
GIcon_queueautoptr
GIcon_slistautoptr
GInetAddress
GInetAddressClass
GInetAddressMask
GInetAddressMaskClass
GInetAddressMaskPrivate
GInetAddressMask_autoptr
GInetAddressMask_listautoptr
GInetAddressMask_queueautoptr
GInetAddressMask_slistautoptr
GInetAddressPrivate
GInetAddress_autoptr
GInetAddress_listautoptr
GInetAddress_queueautoptr
GInetAddress_slistautoptr
GInetSocketAddress
GInetSocketAddressClass
GInetSocketAddressPrivate
GInetSocketAddress_autoptr
GInetSocketAddress_listautoptr
GInetSocketAddress_queueautoptr
GInetSocketAddress_slistautoptr
GInitable
GInitableIface
GInitable:
GInitable_autoptr
GInitable_listautoptr
GInitable_queueautoptr
GInitable_slistautoptr
GInitiallyUnowned
GObject:
GInitiallyUnownedClass
GObjectClass: @g_type_class: the parent class @constructor: the @constructor function is called by g_object_new () to complete the object initialization after all the construction properties are set. The first thing a @constructor implementation must do is chain up to the @constructor of the parent class. Overriding @constructor should be rarely needed, e.g. to handle construct properties, or to implement singletons. @set_property: the generic setter for all properties of this type. Should be overridden for every type with properties. If implementations of @set_property don’t emit property change notification explicitly, this will be done implicitly by the type system. However, if the notify signal is emitted explicitly, the type system will not emit it a second time. @get_property: the generic getter for all properties of this type. Should be overridden for every type with properties. @dispose: the @dispose function is supposed to drop all references to other objects, but keep the instance otherwise intact, so that client method invocations still work. It may be run multiple times (due to reference loops). Before returning, @dispose should chain up to the @dispose method of the parent class. @finalize: instance finalization function, should finish the finalization of the instance begun in @dispose and chain up to the @finalize method of the parent class. @dispatch_properties_changed: emits property change notification for a bunch of properties. Overriding @dispatch_properties_changed should be rarely needed. @notify: the class closure for the notify signal @constructed: the @constructed function is called by g_object_new() as the final step of the object creation process. At the point of the call, all construction properties have been set on the object. The purpose of this call is to allow for object initialisation steps that can only be performed after construction properties have been set. @constructed implementors should chain up to the @constructed call of their parent class to allow it to complete its initialisation.
GInitiallyUnowned_autoptr
GInitiallyUnowned_listautoptr
GInitiallyUnowned_queueautoptr
GInitiallyUnowned_slistautoptr
GInputMessage
GInputMessage: @address: (optional) (out) (transfer full): return location for a #GSocketAddress, or %NULL @vectors: (array length=num_vectors) (out): pointer to an array of input vectors @num_vectors: the number of input vectors pointed to by @vectors @bytes_received: (out): will be set to the number of bytes that have been received @flags: (out): collection of #GSocketMsgFlags for the received message, outputted by the call @control_messages: (array length=num_control_messages) (optional) (out) (transfer full): return location for a caller-allocated array of #GSocketControlMessages, or %NULL @num_control_messages: (out) (optional): return location for the number of elements in @control_messages
GInputStream
GInputStreamClass
GInputStream:
GInputStreamPrivate
GInputStream_autoptr
GInputStream_listautoptr
GInputStream_queueautoptr
GInputStream_slistautoptr
GInputVector
GInputVector: @buffer: Pointer to a buffer where data will be written. @size: the available size in @buffer.
GInstanceInitFunc
GInstanceInitFunc: @instance: The instance to initialize @g_class: (type GObject.TypeClass): The class of the type the instance is created for
GInterfaceFinalizeFunc
GInterfaceFinalizeFunc: @g_iface: (type GObject.TypeInterface): The interface structure to finalize @iface_data: The @interface_data supplied via the #GInterfaceInfo structure
GInterfaceInfo
GInterfaceInfo: @interface_init: location of the interface initialization function @interface_finalize: location of the interface finalization function @interface_data: user-supplied data passed to the interface init/finalize functions
GInterfaceInitFunc
GInterfaceInitFunc: @g_iface: (type GObject.TypeInterface): The interface structure to initialize @iface_data: The @interface_data supplied via the #GInterfaceInfo structure
GKeyFile
GKeyFileError
GKeyFileFlags
GKeyFile_autoptr
GKeyFile_listautoptr
GKeyFile_queueautoptr
GKeyFile_slistautoptr
GList
GListModel
GListModelInterface
GListModel_autoptr
GListModel_listautoptr
GListModel_queueautoptr
GListModel_slistautoptr
GListStore
GListStoreClass_autoptr
GListStoreClass_listautoptr
GListStoreClass_queueautoptr
GListStoreClass_slistautoptr
GListStore_autoptr
GListStore_listautoptr
GListStore_queueautoptr
GListStore_slistautoptr
GList_autoptr
GList_listautoptr
GList_queueautoptr
GList_slistautoptr
GLoadableIcon
GLoadableIconIface
GLoadableIcon:
GLoadableIcon_autoptr
GLoadableIcon_listautoptr
GLoadableIcon_queueautoptr
GLoadableIcon_slistautoptr
GLogField
GLogField: @key: field name (UTF-8 string) @value: field value (arbitrary bytes) @length: length of @value, in bytes, or -1 if it is nul-terminated
GLogFunc
GLogLevelFlags
GLogWriterFunc
GLogWriterFunc: @log_level: log level of the message @fields: (array length=n_fields): fields forming the message @n_fields: number of @fields @user_data: user data passed to g_log_set_writer_func()
GLogWriterOutput
GLogWriterOutput: @G_LOG_WRITER_HANDLED: Log writer has handled the log entry. @G_LOG_WRITER_UNHANDLED: Log writer could not handle the log entry.
GMainContext
GMainContext:
GMainContextFlags
GMainContextFlags: @G_MAIN_CONTEXT_FLAGS_NONE: Default behaviour. @G_MAIN_CONTEXT_FLAGS_OWNERLESS_POLLING: Assume that polling for events will free the thread to process other jobs. That’s useful if you’re using g_main_context_{prepare,query,check,dispatch} to integrate GMainContext in other event loops.
GMainContextPusher
GMainContextPusher:
GMainContextPusher_autoptr
GMainContextPusher_listautoptr
GMainContextPusher_queueautoptr
GMainContextPusher_slistautoptr
GMainContext_autoptr
GMainContext_listautoptr
GMainContext_queueautoptr
GMainContext_slistautoptr
GMainLoop
GMainLoop:
GMainLoop_autoptr
GMainLoop_listautoptr
GMainLoop_queueautoptr
GMainLoop_slistautoptr
GMappedFile
GMappedFile_autoptr
GMappedFile_listautoptr
GMappedFile_queueautoptr
GMappedFile_slistautoptr
GMarkupCollectType
GMarkupError
GMarkupError: @G_MARKUP_ERROR_BAD_UTF8: text being parsed was not valid UTF-8 @G_MARKUP_ERROR_EMPTY: document contained nothing, or only whitespace @G_MARKUP_ERROR_PARSE: document was ill-formed @G_MARKUP_ERROR_UNKNOWN_ELEMENT: error should be set by #GMarkupParser functions; element wasn’t known @G_MARKUP_ERROR_UNKNOWN_ATTRIBUTE: error should be set by #GMarkupParser functions; attribute wasn’t known @G_MARKUP_ERROR_INVALID_CONTENT: error should be set by #GMarkupParser functions; content was invalid @G_MARKUP_ERROR_MISSING_ATTRIBUTE: error should be set by #GMarkupParser functions; a required attribute was missing
GMarkupParseContext
GMarkupParseContext:
GMarkupParseContext_autoptr
GMarkupParseContext_listautoptr
GMarkupParseContext_queueautoptr
GMarkupParseContext_slistautoptr
GMarkupParseFlags
GMarkupParseFlags: @G_MARKUP_DEFAULT_FLAGS: No special behaviour. Since: 2.74 @G_MARKUP_DO_NOT_USE_THIS_UNSUPPORTED_FLAG: flag you should not use @G_MARKUP_TREAT_CDATA_AS_TEXT: When this flag is set, CDATA marked sections are not passed literally to the @passthrough function of the parser. Instead, the content of the section (without the <![CDATA[ and ]]>) is passed to the @text function. This flag was added in GLib 2.12 @G_MARKUP_PREFIX_ERROR_POSITION: Normally errors caught by GMarkup itself have line/column information prefixed to them to let the caller know the location of the error. When this flag is set the location information is also prefixed to errors generated by the #GMarkupParser implementation functions @G_MARKUP_IGNORE_QUALIFIED: Ignore (don’t report) qualified attributes and tags, along with their contents. A qualified attribute or tag is one that contains ‘:’ in its name (ie: is in another namespace). Since: 2.40.
GMarkupParser
GMarkupParser: @start_element: Callback to invoke when the opening tag of an element is seen. The callback’s @attribute_names and @attribute_values parameters are %NULL-terminated. @end_element: Callback to invoke when the closing tag of an element is seen. Note that this is also called for empty tags like <empty/>. @text: Callback to invoke when some text is seen (text is always inside an element). Note that the text of an element may be spread over multiple calls of this function. If the %G_MARKUP_TREAT_CDATA_AS_TEXT flag is set, this function is also called for the content of CDATA marked sections. @passthrough: Callback to invoke for comments, processing instructions and doctype declarations; if you’re re-writing the parsed document, write the passthrough text back out in the same position. If the %G_MARKUP_TREAT_CDATA_AS_TEXT flag is not set, this function is also called for CDATA marked sections. @error: Callback to invoke when an error occurs.
GMatchInfo
GMatchInfo:
GMatchInfo_autoptr
GMatchInfo_listautoptr
GMatchInfo_queueautoptr
GMatchInfo_slistautoptr
GMemChunk
GMemVTable
GMemVTable: @malloc: function to use for allocating memory. @realloc: function to use for reallocating memory. @free: function to use to free memory. @calloc: function to use for allocating zero-filled memory. @try_malloc: function to use for allocating memory without a default error handler. @try_realloc: function to use for reallocating memory without a default error handler.
GMemoryInputStream
GMemoryInputStreamClass
GMemoryInputStream:
GMemoryInputStreamPrivate
GMemoryInputStream_autoptr
GMemoryInputStream_listautoptr
GMemoryInputStream_queueautoptr
GMemoryInputStream_slistautoptr
GMemoryMonitor
GMemoryMonitorInterface
GMemoryMonitorWarningLevel
GMemoryMonitorWarningLevel: @G_MEMORY_MONITOR_WARNING_LEVEL_LOW: Memory on the device is low, processes should free up unneeded resources (for example, in-memory caches) so they can be used elsewhere. @G_MEMORY_MONITOR_WARNING_LEVEL_MEDIUM: Same as @G_MEMORY_MONITOR_WARNING_LEVEL_LOW but the device has even less free memory, so processes should try harder to free up unneeded resources. If your process does not need to stay running, it is a good time for it to quit. @G_MEMORY_MONITOR_WARNING_LEVEL_CRITICAL: The system will soon start terminating processes to reclaim memory, including background processes.
GMemoryMonitor_autoptr
GMemoryMonitor_listautoptr
GMemoryMonitor_queueautoptr
GMemoryMonitor_slistautoptr
GMemoryOutputStream
GMemoryOutputStreamClass
GMemoryOutputStream:
GMemoryOutputStreamPrivate
GMemoryOutputStream_autoptr
GMemoryOutputStream_listautoptr
GMemoryOutputStream_queueautoptr
GMemoryOutputStream_slistautoptr
GMenu
GMenuAttributeIter
GMenuAttributeIterClass
GMenuAttributeIterPrivate
GMenuAttributeIter_autoptr
GMenuAttributeIter_listautoptr
GMenuAttributeIter_queueautoptr
GMenuAttributeIter_slistautoptr
GMenuItem
GMenuItem_autoptr
GMenuItem_listautoptr
GMenuItem_queueautoptr
GMenuItem_slistautoptr
GMenuLinkIter
GMenuLinkIterClass
GMenuLinkIterPrivate
GMenuLinkIter_autoptr
GMenuLinkIter_listautoptr
GMenuLinkIter_queueautoptr
GMenuLinkIter_slistautoptr
GMenuModel
GMenuModelClass
GMenuModelClass::get_item_attributes: @model: the #GMenuModel to query @item_index: The #GMenuItem to query @attributes: (out) (element-type utf8 GLib.Variant): Attributes on the item
GMenuModelPrivate
GMenuModel_autoptr
GMenuModel_listautoptr
GMenuModel_queueautoptr
GMenuModel_slistautoptr
GMenu_autoptr
GMenu_listautoptr
GMenu_queueautoptr
GMenu_slistautoptr
GModule
GModuleCheckInit
GModuleError
GModuleError: @G_MODULE_ERROR_FAILED: there was an error loading or opening a module file @G_MODULE_ERROR_CHECK_FAILED: a module returned an error from its g_module_check_init() function
GModuleFlags
GModuleFlags: @G_MODULE_BIND_LAZY: specifies that symbols are only resolved when needed. The default action is to bind all symbols when the module is loaded. @G_MODULE_BIND_LOCAL: specifies that symbols in the module should not be added to the global name space. The default action on most platforms is to place symbols in the module in the global name space, which may cause conflicts with existing symbols. @G_MODULE_BIND_MASK: mask for all flags.
GModuleUnload
GMount
GMount:
GMountIface
GMountIface: @g_iface: The parent interface. @changed: Changed signal that is emitted when the mount’s state has changed. @unmounted: The unmounted signal that is emitted when the #GMount have been unmounted. If the recipient is holding references to the object they should release them so the object can be finalized. @pre_unmount: The ::pre-unmount signal that is emitted when the #GMount will soon be emitted. If the recipient is somehow holding the mount open by keeping an open file on it it should close the file. @get_root: Gets a #GFile to the root directory of the #GMount. @get_name: Gets a string containing the name of the #GMount. @get_icon: Gets a #GIcon for the #GMount. @get_uuid: Gets the UUID for the #GMount. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available. @get_volume: Gets a #GVolume the mount is located on. Returns %NULL if the #GMount is not associated with a #GVolume. @get_drive: Gets a #GDrive the volume of the mount is located on. Returns %NULL if the #GMount is not associated with a #GDrive or a #GVolume. This is convenience method for getting the #GVolume and using that to get the #GDrive. @can_unmount: Checks if a #GMount can be unmounted. @can_eject: Checks if a #GMount can be ejected. @unmount: Starts unmounting a #GMount. @unmount_finish: Finishes an unmounting operation. @eject: Starts ejecting a #GMount. @eject_finish: Finishes an eject operation. @remount: Starts remounting a #GMount. @remount_finish: Finishes a remounting operation. @guess_content_type: Starts guessing the type of the content of a #GMount. See g_mount_guess_content_type() for more information on content type guessing. This operation was added in 2.18. @guess_content_type_finish: Finishes a content type guessing operation. Added in 2.18. @guess_content_type_sync: Synchronous variant of @guess_content_type. Added in 2.18 @unmount_with_operation: Starts unmounting a #GMount using a #GMountOperation. Since 2.22. @unmount_with_operation_finish: Finishes an unmounting operation using a #GMountOperation. Since 2.22. @eject_with_operation: Starts ejecting a #GMount using a #GMountOperation. Since 2.22. @eject_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22. @get_default_location: Gets a #GFile indication a start location that can be use as the entry point for this mount. Since 2.24. @get_sort_key: Gets a key used for sorting #GMount instance or %NULL if no such key exists. Since 2.32. @get_symbolic_icon: Gets a symbolic #GIcon for the #GMount. Since 2.34.
GMountMountFlags
GMountMountFlags: @G_MOUNT_MOUNT_NONE: No flags set.
GMountOperation
GMountOperationClass
GMountOperation:
GMountOperationPrivate
GMountOperationResult
GMountOperationResult: @G_MOUNT_OPERATION_HANDLED: The request was fulfilled and the user specified data is now available @G_MOUNT_OPERATION_ABORTED: The user requested the mount operation to be aborted @G_MOUNT_OPERATION_UNHANDLED: The request was unhandled (i.e. not implemented)
GMountOperation_autoptr
GMountOperation_listautoptr
GMountOperation_queueautoptr
GMountOperation_slistautoptr
GMountUnmountFlags
GMountUnmountFlags: @G_MOUNT_UNMOUNT_NONE: No flags set. @G_MOUNT_UNMOUNT_FORCE: Unmount even if there are outstanding file operations on the mount.
GMount_autoptr
GMount_listautoptr
GMount_queueautoptr
GMount_slistautoptr
GMutex
GMutexLocker
GMutexLocker:
GMutexLocker_autoptr
GMutexLocker_listautoptr
GMutexLocker_queueautoptr
GMutexLocker_slistautoptr
GNativeSocketAddress
GNativeSocketAddressClass
GNativeSocketAddressPrivate
GNativeVolumeMonitor
GNativeVolumeMonitorClass
GNativeVolumeMonitor_autoptr
GNativeVolumeMonitor_listautoptr
GNativeVolumeMonitor_queueautoptr
GNativeVolumeMonitor_slistautoptr
GNetworkAddress
GNetworkAddressClass
GNetworkAddressPrivate
GNetworkAddress_autoptr
GNetworkAddress_listautoptr
GNetworkAddress_queueautoptr
GNetworkAddress_slistautoptr
GNetworkConnectivity
GNetworkConnectivity: @G_NETWORK_CONNECTIVITY_LOCAL: The host is not configured with a route to the Internet; it may or may not be connected to a local network. @G_NETWORK_CONNECTIVITY_LIMITED: The host is connected to a network, but does not appear to be able to reach the full Internet, perhaps due to upstream network problems. @G_NETWORK_CONNECTIVITY_PORTAL: The host is behind a captive portal and cannot reach the full Internet. @G_NETWORK_CONNECTIVITY_FULL: The host is connected to a network, and appears to be able to reach the full Internet.
GNetworkMonitor
GNetworkMonitorInterface
GNetworkMonitor_autoptr
GNetworkMonitor_listautoptr
GNetworkMonitor_queueautoptr
GNetworkMonitor_slistautoptr
GNetworkService
GNetworkServiceClass
GNetworkServicePrivate
GNetworkService_autoptr
GNetworkService_listautoptr
GNetworkService_queueautoptr
GNetworkService_slistautoptr
GNode
GNodeForeachFunc
GNodeTraverseFunc
GNode_autoptr
GNode_listautoptr
GNode_queueautoptr
GNode_slistautoptr
GNormalizeMode
GNormalizeMode: @G_NORMALIZE_DEFAULT: standardize differences that do not affect the text content, such as the above-mentioned accent representation @G_NORMALIZE_NFD: another name for %G_NORMALIZE_DEFAULT @G_NORMALIZE_DEFAULT_COMPOSE: like %G_NORMALIZE_DEFAULT, but with composed forms rather than a maximally decomposed form @G_NORMALIZE_NFC: another name for %G_NORMALIZE_DEFAULT_COMPOSE @G_NORMALIZE_ALL: beyond %G_NORMALIZE_DEFAULT also standardize the “compatibility” characters in Unicode, such as SUPERSCRIPT THREE to the standard forms (in this case DIGIT THREE). Formatting information may be lost but for most text operations such characters should be considered the same @G_NORMALIZE_NFKD: another name for %G_NORMALIZE_ALL @G_NORMALIZE_ALL_COMPOSE: like %G_NORMALIZE_ALL, but with composed forms rather than a maximally decomposed form @G_NORMALIZE_NFKC: another name for %G_NORMALIZE_ALL_COMPOSE
GNotification
GNotificationPriority
GNotificationPriority: @G_NOTIFICATION_PRIORITY_LOW: for notifications that do not require immediate attention - typically used for contextual background information, such as contact birthdays or local weather @G_NOTIFICATION_PRIORITY_NORMAL: the default priority, to be used for the majority of notifications (for example email messages, software updates, completed download/sync operations) @G_NOTIFICATION_PRIORITY_HIGH: for events that require more attention, usually because responses are time-sensitive (for example chat and SMS messages or alarms) @G_NOTIFICATION_PRIORITY_URGENT: for urgent notifications, or notifications that require a response in a short space of time (for example phone calls or emergency warnings)
GNotification_autoptr
GNotification_listautoptr
GNotification_queueautoptr
GNotification_slistautoptr
GNumberParserError
GNumberParserError: @G_NUMBER_PARSER_ERROR_INVALID: String was not a valid number. @G_NUMBER_PARSER_ERROR_OUT_OF_BOUNDS: String was a number, but out of bounds.
GObject
GObject:
GObjectClass
GObjectClass: @g_type_class: the parent class @constructor: the @constructor function is called by g_object_new () to complete the object initialization after all the construction properties are set. The first thing a @constructor implementation must do is chain up to the @constructor of the parent class. Overriding @constructor should be rarely needed, e.g. to handle construct properties, or to implement singletons. @set_property: the generic setter for all properties of this type. Should be overridden for every type with properties. If implementations of @set_property don’t emit property change notification explicitly, this will be done implicitly by the type system. However, if the notify signal is emitted explicitly, the type system will not emit it a second time. @get_property: the generic getter for all properties of this type. Should be overridden for every type with properties. @dispose: the @dispose function is supposed to drop all references to other objects, but keep the instance otherwise intact, so that client method invocations still work. It may be run multiple times (due to reference loops). Before returning, @dispose should chain up to the @dispose method of the parent class. @finalize: instance finalization function, should finish the finalization of the instance begun in @dispose and chain up to the @finalize method of the parent class. @dispatch_properties_changed: emits property change notification for a bunch of properties. Overriding @dispatch_properties_changed should be rarely needed. @notify: the class closure for the notify signal @constructed: the @constructed function is called by g_object_new() as the final step of the object creation process. At the point of the call, all construction properties have been set on the object. The purpose of this call is to allow for object initialisation steps that can only be performed after construction properties have been set. @constructed implementors should chain up to the @constructed call of their parent class to allow it to complete its initialisation.
GObjectConstructParam
GObjectConstructParam: @pspec: the #GParamSpec of the construct parameter @value: the value to set the parameter to
GObjectFinalizeFunc
GObjectFinalizeFunc: @object: the #GObject being finalized
GObjectGetPropertyFunc
GObjectGetPropertyFunc: @object: a #GObject @property_id: the numeric id under which the property was registered with g_object_class_install_property(). @value: a #GValue to return the property value in @pspec: the #GParamSpec describing the property
GObjectSetPropertyFunc
GObjectSetPropertyFunc: @object: a #GObject @property_id: the numeric id under which the property was registered with g_object_class_install_property(). @value: the new value for the property @pspec: the #GParamSpec describing the property
GObject_autoptr
GObject_listautoptr
GObject_queueautoptr
GObject_slistautoptr
GOnce
GOnceStatus
GOptionArg
GOptionArg: @G_OPTION_ARG_NONE: No extra argument. This is useful for simple flags or booleans. @G_OPTION_ARG_STRING: The option takes a UTF-8 string argument. @G_OPTION_ARG_INT: The option takes an integer argument. @G_OPTION_ARG_CALLBACK: The option provides a callback (of type #GOptionArgFunc) to parse the extra argument. @G_OPTION_ARG_FILENAME: The option takes a filename as argument, which will be in the GLib filename encoding rather than UTF-8. @G_OPTION_ARG_STRING_ARRAY: The option takes a string argument, multiple uses of the option are collected into an array of strings. @G_OPTION_ARG_FILENAME_ARRAY: The option takes a filename as argument, multiple uses of the option are collected into an array of strings. @G_OPTION_ARG_DOUBLE: The option takes a double argument. The argument can be formatted either for the user’s locale or for the “C” locale. Since 2.12 @G_OPTION_ARG_INT64: The option takes a 64-bit integer. Like %G_OPTION_ARG_INT but for larger numbers. The number can be in decimal base, or in hexadecimal (when prefixed with 0x, for example, 0xffffffff). Since 2.12
GOptionArgFunc
GOptionArgFunc: @option_name: The name of the option being parsed. This will be either a single dash followed by a single letter (for a short name) or two dashes followed by a long option name. @value: The value to be parsed. @data: User data added to the #GOptionGroup containing the option when it was created with g_option_group_new() @error: A return location for errors. The error code %G_OPTION_ERROR_FAILED is intended to be used for errors in #GOptionArgFunc callbacks.
GOptionContext
GOptionContext:
GOptionContext_autoptr
GOptionContext_listautoptr
GOptionContext_queueautoptr
GOptionContext_slistautoptr
GOptionEntry
GOptionEntry: @long_name: The long name of an option can be used to specify it in a commandline as --long_name. Every option must have a long name. To resolve conflicts if multiple option groups contain the same long name, it is also possible to specify the option as --groupname-long_name. @short_name: If an option has a short name, it can be specified -short_name in a commandline. @short_name must be a printable ASCII character different from ‘-’, or zero if the option has no short name. @flags: Flags from #GOptionFlags @arg: The type of the option, as a #GOptionArg @arg_data: If the @arg type is %G_OPTION_ARG_CALLBACK, then @arg_data must point to a #GOptionArgFunc callback function, which will be called to handle the extra argument. Otherwise, @arg_data is a pointer to a location to store the value, the required type of the location depends on the @arg type: - %G_OPTION_ARG_NONE: %gboolean - %G_OPTION_ARG_STRING: %gchar* - %G_OPTION_ARG_INT: %gint - %G_OPTION_ARG_FILENAME: %gchar* - %G_OPTION_ARG_STRING_ARRAY: %gchar** - %G_OPTION_ARG_FILENAME_ARRAY: %gchar** - %G_OPTION_ARG_DOUBLE: %gdouble If @arg type is %G_OPTION_ARG_STRING or %G_OPTION_ARG_FILENAME, the location will contain a newly allocated string if the option was given. That string needs to be freed by the callee using g_free(). Likewise if @arg type is %G_OPTION_ARG_STRING_ARRAY or %G_OPTION_ARG_FILENAME_ARRAY, the data should be freed using g_strfreev(). @description: the description for the option in --help output. The @description is translated using the @translate_func of the group, see g_option_group_set_translation_domain(). @arg_description: The placeholder to use for the extra argument parsed by the option in --help output. The @arg_description is translated using the @translate_func of the group, see g_option_group_set_translation_domain().
GOptionError
GOptionError: @G_OPTION_ERROR_UNKNOWN_OPTION: An option was not known to the parser. This error will only be reported, if the parser hasn’t been instructed to ignore unknown options, see g_option_context_set_ignore_unknown_options(). @G_OPTION_ERROR_BAD_VALUE: A value couldn’t be parsed. @G_OPTION_ERROR_FAILED: A #GOptionArgFunc callback failed.
GOptionErrorFunc
GOptionErrorFunc: @context: The active #GOptionContext @group: The group to which the function belongs @data: User data added to the #GOptionGroup containing the option when it was created with g_option_group_new() @error: The #GError containing details about the parse error
GOptionFlags
GOptionFlags: @G_OPTION_FLAG_NONE: No flags. Since: 2.42. @G_OPTION_FLAG_HIDDEN: The option doesn’t appear in --help output. @G_OPTION_FLAG_IN_MAIN: The option appears in the main section of the --help output, even if it is defined in a group. @G_OPTION_FLAG_REVERSE: For options of the %G_OPTION_ARG_NONE kind, this flag indicates that the sense of the option is reversed. i.e. %FALSE will be stored into the argument rather than %TRUE. @G_OPTION_FLAG_NO_ARG: For options of the %G_OPTION_ARG_CALLBACK kind, this flag indicates that the callback does not take any argument (like a %G_OPTION_ARG_NONE option). Since 2.8 @G_OPTION_FLAG_FILENAME: For options of the %G_OPTION_ARG_CALLBACK kind, this flag indicates that the argument should be passed to the callback in the GLib filename encoding rather than UTF-8. Since 2.8 @G_OPTION_FLAG_OPTIONAL_ARG: For options of the %G_OPTION_ARG_CALLBACK kind, this flag indicates that the argument supply is optional. If no argument is given then data of %GOptionParseFunc will be set to NULL. Since 2.8 @G_OPTION_FLAG_NOALIAS: This flag turns off the automatic conflict resolution which prefixes long option names with groupname- if there is a conflict. This option should only be used in situations where aliasing is necessary to model some legacy commandline interface. It is not safe to use this option, unless all option groups are under your direct control. Since 2.8.
GOptionGroup
GOptionGroup:
GOptionGroup_autoptr
GOptionGroup_listautoptr
GOptionGroup_queueautoptr
GOptionGroup_slistautoptr
GOptionParseFunc
GOptionParseFunc: @context: The active #GOptionContext @group: The group to which the function belongs @data: User data added to the #GOptionGroup containing the option when it was created with g_option_group_new() @error: A return location for error details
GOutputMessage
GOutputMessage: @address: (nullable): a #GSocketAddress, or %NULL @vectors: pointer to an array of output vectors @num_vectors: the number of output vectors pointed to by @vectors. @bytes_sent: initialize to 0. Will be set to the number of bytes that have been sent @control_messages: (array length=num_control_messages) (nullable): a pointer to an array of #GSocketControlMessages, or %NULL. @num_control_messages: number of elements in @control_messages.
GOutputStream
GOutputStreamClass
GOutputStream:
GOutputStreamPrivate
GOutputStreamSpliceFlags
GOutputStreamSpliceFlags: @G_OUTPUT_STREAM_SPLICE_NONE: Do not close either stream. @G_OUTPUT_STREAM_SPLICE_CLOSE_SOURCE: Close the source stream after the splice. @G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET: Close the target stream after the splice.
GOutputStream_autoptr
GOutputStream_listautoptr
GOutputStream_queueautoptr
GOutputStream_slistautoptr
GOutputVector
GOutputVector: @buffer: Pointer to a buffer of data to read. @size: the size of @buffer.
GParamFlags
GParamFlags: @G_PARAM_READABLE: the parameter is readable @G_PARAM_WRITABLE: the parameter is writable @G_PARAM_READWRITE: alias for %G_PARAM_READABLE | %G_PARAM_WRITABLE @G_PARAM_CONSTRUCT: the parameter will be set upon object construction @G_PARAM_CONSTRUCT_ONLY: the parameter can only be set upon object construction @G_PARAM_LAX_VALIDATION: upon parameter conversion (see g_param_value_convert()) strict validation is not required @G_PARAM_STATIC_NAME: the string used as name when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8 @G_PARAM_STATIC_NICK: the string used as nick when constructing the parameter is guaranteed to remain valid and unmmodified for the lifetime of the parameter. Since 2.8 @G_PARAM_STATIC_BLURB: the string used as blurb when constructing the parameter is guaranteed to remain valid and unmodified for the lifetime of the parameter. Since 2.8 @G_PARAM_EXPLICIT_NOTIFY: calls to g_object_set_property() for this property will not automatically result in a “notify” signal being emitted: the implementation must call g_object_notify() themselves in case the property actually changes. Since: 2.42. @G_PARAM_PRIVATE: internal @G_PARAM_DEPRECATED: the parameter is deprecated and will be removed in a future version. A warning will be generated if it is used while running with G_ENABLE_DIAGNOSTIC=1. Since 2.26
GParamSpec
GParamSpec: (ref-func g_param_spec_ref_sink) (unref-func g_param_spec_unref) (set-value-func g_value_set_param) (get-value-func g_value_get_param) @g_type_instance: private #GTypeInstance portion @name: name of this parameter: always an interned string @flags: #GParamFlags flags for this parameter @value_type: the #GValue type for this parameter @owner_type: #GType type that uses (introduces) this parameter
GParamSpecBoolean
GParamSpecBoolean: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
GParamSpecBoxed
GParamSpecBoxed: @parent_instance: private #GParamSpec portion
GParamSpecChar
GParamSpecChar: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecClass
GParamSpecClass: @g_type_class: the parent class @value_type: the #GValue type for this parameter @finalize: The instance finalization function (optional), should chain up to the finalize method of the parent class. @value_set_default: Resets a @value to the default value for this type (recommended, the default is g_value_reset()), see g_param_value_set_default(). @value_validate: Ensures that the contents of @value comply with the specifications set out by this type (optional), see g_param_value_validate(). @values_cmp: Compares @value1 with @value2 according to this type (recommended, the default is memcmp()), see g_param_values_cmp(). @value_is_valid: Checks if contents of @value comply with the specifications set out by this type, without modifying the value. This vfunc is optional. If it isn’t set, GObject will use @value_validate. Since 2.74
GParamSpecDouble
GParamSpecDouble: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified @epsilon: values closer than @epsilon will be considered identical by g_param_values_cmp(); the default value is 1e-90.
GParamSpecEnum
GParamSpecEnum: @parent_instance: private #GParamSpec portion @enum_class: the #GEnumClass for the enum @default_value: default value for the property specified
GParamSpecFlags
GParamSpecFlags: @parent_instance: private #GParamSpec portion @flags_class: the #GFlagsClass for the flags @default_value: default value for the property specified
GParamSpecFloat
GParamSpecFloat: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified @epsilon: values closer than @epsilon will be considered identical by g_param_values_cmp(); the default value is 1e-30.
GParamSpecGType
GParamSpecGType: @parent_instance: private #GParamSpec portion @is_a_type: a #GType whose subtypes can occur as values
GParamSpecInt
GParamSpecInt: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecInt64
GParamSpecInt64: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecLong
GParamSpecLong: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecObject
GParamSpecObject: @parent_instance: private #GParamSpec portion
GParamSpecOverride
GParamSpecOverride:
GParamSpecParam
GParamSpecParam: @parent_instance: private #GParamSpec portion
GParamSpecPointer
GParamSpecPointer: @parent_instance: private #GParamSpec portion
GParamSpecPool
GParamSpecString
GParamSpecString: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified @cset_first: a string containing the allowed values for the first byte @cset_nth: a string containing the allowed values for the subsequent bytes @substitutor: the replacement byte for bytes which don’t match @cset_first or @cset_nth. @null_fold_if_empty: replace empty string by %NULL @ensure_non_null: replace %NULL strings by an empty string
GParamSpecTypeInfo
GParamSpecTypeInfo: @instance_size: Size of the instance (object) structure. @n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10, it is ignored, since instances are allocated with the [slice allocator][glib-Memory-Slices] now. @instance_init: Location of the instance initialization function (optional). @value_type: The #GType of values conforming to this #GParamSpec @finalize: The instance finalization function (optional). @value_set_default: Resets a @value to the default value for @pspec (recommended, the default is g_value_reset()), see g_param_value_set_default(). @value_validate: Ensures that the contents of @value comply with the specifications set out by @pspec (optional), see g_param_value_validate(). @values_cmp: Compares @value1 with @value2 according to @pspec (recommended, the default is memcmp()), see g_param_values_cmp().
GParamSpecUChar
GParamSpecUChar: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecUInt
GParamSpecUInt: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecUInt64
GParamSpecUInt64: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecULong
GParamSpecULong: @parent_instance: private #GParamSpec portion @minimum: minimum value for the property specified @maximum: maximum value for the property specified @default_value: default value for the property specified
GParamSpecUnichar
GParamSpecUnichar: @parent_instance: private #GParamSpec portion @default_value: default value for the property specified
GParamSpecValueArray
GParamSpecValueArray: @parent_instance: private #GParamSpec portion @element_spec: a #GParamSpec describing the elements contained in arrays of this property, may be %NULL @fixed_n_elements: if greater than 0, arrays of this property will always have this many elements
GParamSpecVariant
GParamSpecVariant: @parent_instance: private #GParamSpec portion @type: a #GVariantType, or %NULL @default_value: a #GVariant, or %NULL
GParamSpec_autoptr
GParamSpec_listautoptr
GParamSpec_queueautoptr
GParamSpec_slistautoptr
GParameter
GParameter: @name: the parameter name @value: the parameter value
GPasswordSave
GPasswordSave: @G_PASSWORD_SAVE_NEVER: never save a password. @G_PASSWORD_SAVE_FOR_SESSION: save a password for the session. @G_PASSWORD_SAVE_PERMANENTLY: save a password permanently.
GPathBuf
GPathBuf: (copy-func g_path_buf_copy) (free-func g_path_buf_free)
GPathBuf_autoptr
GPathBuf_listautoptr
GPathBuf_queueautoptr
GPathBuf_slistautoptr
GPatternSpec
GPatternSpec_autoptr
GPatternSpec_listautoptr
GPatternSpec_queueautoptr
GPatternSpec_slistautoptr
GPermission
GPermissionClass
GPermissionPrivate
GPermission_autoptr
GPermission_listautoptr
GPermission_queueautoptr
GPermission_slistautoptr
GPid
GPollFD
GPollFD: @fd: the file descriptor to poll (or a HANDLE on Win32) @events: a bitwise combination from #GIOCondition, specifying which events should be polled for. Typically for reading from a file descriptor you would use %G_IO_IN | %G_IO_HUP | %G_IO_ERR, and for writing you would use %G_IO_OUT | %G_IO_ERR. @revents: a bitwise combination of flags from #GIOCondition, returned from the poll() function to indicate which events occurred.
GPollFunc
GPollFunc: @ufds: an array of #GPollFD elements @nfsd: the number of elements in @ufds @timeout_: the maximum time to wait for an event of the file descriptors. A negative value indicates an infinite timeout.
GPollableInputStream
GPollableInputStreamInterface
GPollableInputStream:
GPollableInputStream_autoptr
GPollableInputStream_listautoptr
GPollableInputStream_queueautoptr
GPollableInputStream_slistautoptr
GPollableOutputStream
GPollableOutputStreamInterface
GPollableOutputStream:
GPollableOutputStream_autoptr
GPollableOutputStream_listautoptr
GPollableOutputStream_queueautoptr
GPollableOutputStream_slistautoptr
GPollableReturn
GPollableReturn: @G_POLLABLE_RETURN_FAILED: Generic error condition for when an operation fails. @G_POLLABLE_RETURN_OK: The operation was successfully finished. @G_POLLABLE_RETURN_WOULD_BLOCK: The operation would block.
GPollableSourceFunc
GPollableSourceFunc: @pollable_stream: the #GPollableInputStream or #GPollableOutputStream @data: data passed in by the user.
GPowerProfileMonitor
GPowerProfileMonitorInterface
GPowerProfileMonitor_autoptr
GPowerProfileMonitor_listautoptr
GPowerProfileMonitor_queueautoptr
GPowerProfileMonitor_slistautoptr
GPrintFunc
GPrintFunc: @string: the message to output
GPrivate
GPropertyAction
GPropertyAction_autoptr
GPropertyAction_listautoptr
GPropertyAction_queueautoptr
GPropertyAction_slistautoptr
GProxy
GProxyAddress
GProxyAddressClass
GProxyAddressEnumerator
GProxyAddressEnumeratorClass
GProxyAddressEnumerator:
GProxyAddressEnumeratorPrivate
GProxyAddressEnumerator_autoptr
GProxyAddressEnumerator_listautoptr
GProxyAddressEnumerator_queueautoptr
GProxyAddressEnumerator_slistautoptr
GProxyAddressPrivate
GProxyAddress_autoptr
GProxyAddress_listautoptr
GProxyAddress_queueautoptr
GProxyAddress_slistautoptr
GProxyInterface
GProxy:
GProxyResolver
GProxyResolver:
GProxyResolverInterface
GProxyResolver_autoptr
GProxyResolver_listautoptr
GProxyResolver_queueautoptr
GProxyResolver_slistautoptr
GProxy_autoptr
GProxy_listautoptr
GProxy_queueautoptr
GProxy_slistautoptr
GPtrArray
GPtrArray_autoptr
GPtrArray_listautoptr
GPtrArray_queueautoptr
GPtrArray_slistautoptr
GQuark
GQueue
GQueue: @head: a pointer to the first element of the queue @tail: a pointer to the last element of the queue @length: the number of elements in the queue
GQueue_autoptr
GQueue_listautoptr
GQueue_queueautoptr
GQueue_slistautoptr
GRWLock
GRWLockReaderLocker
GRWLockReaderLocker:
GRWLockReaderLocker_autoptr
GRWLockReaderLocker_listautoptr
GRWLockReaderLocker_queueautoptr
GRWLockReaderLocker_slistautoptr
GRWLockWriterLocker
GRWLockWriterLocker:
GRWLockWriterLocker_autoptr
GRWLockWriterLocker_listautoptr
GRWLockWriterLocker_queueautoptr
GRWLockWriterLocker_slistautoptr
GRand
GRand_autoptr
GRand_listautoptr
GRand_queueautoptr
GRand_slistautoptr
GReallocFunc
GReallocFunc: @data: memory block to reallocate @size: size to reallocate @data to
GRecMutex
GRecMutexLocker
GRecMutexLocker:
GRecMutexLocker_autoptr
GRecMutexLocker_listautoptr
GRecMutexLocker_queueautoptr
GRecMutexLocker_slistautoptr
GRefString
GRefString:
GRefString_autoptr
GRefString_listautoptr
GRefString_queueautoptr
GRefString_slistautoptr
GRegex
GRegex:
GRegexCompileFlags
GRegexCompileFlags: @G_REGEX_DEFAULT: No special options set. Since: 2.74 @G_REGEX_CASELESS: Letters in the pattern match both upper- and lowercase letters. This option can be changed within a pattern by a “(?i)” option setting. @G_REGEX_MULTILINE: By default, GRegex treats the strings as consisting of a single line of characters (even if it actually contains newlines). The “start of line” metacharacter (“^”) matches only at the start of the string, while the “end of line” metacharacter (“$”) matches only at the end of the string, or before a terminating newline (unless %G_REGEX_DOLLAR_ENDONLY is set). When %G_REGEX_MULTILINE is set, the “start of line” and “end of line” constructs match immediately following or immediately before any newline in the string, respectively, as well as at the very start and end. This can be changed within a pattern by a “(?m)” option setting. @G_REGEX_DOTALL: A dot metacharacter (“.”) in the pattern matches all characters, including newlines. Without it, newlines are excluded. This option can be changed within a pattern by a (“?s”) option setting. @G_REGEX_EXTENDED: Whitespace data characters in the pattern are totally ignored except when escaped or inside a character class. Whitespace does not include the VT character (code 11). In addition, characters between an unescaped “#” outside a character class and the next newline character, inclusive, are also ignored. This can be changed within a pattern by a “(?x)” option setting. @G_REGEX_ANCHORED: The pattern is forced to be “anchored”, that is, it is constrained to match only at the first matching point in the string that is being searched. This effect can also be achieved by appropriate constructs in the pattern itself such as the “^” metacharacter. @G_REGEX_DOLLAR_ENDONLY: A dollar metacharacter (“$”) in the pattern matches only at the end of the string. Without this option, a dollar also matches immediately before the final character if it is a newline (but not before any other newlines). This option is ignored if %G_REGEX_MULTILINE is set. @G_REGEX_UNGREEDY: Inverts the “greediness” of the quantifiers so that they are not greedy by default, but become greedy if followed by “?”. It can also be set by a “(?U)” option setting within the pattern. @G_REGEX_RAW: Usually strings must be valid UTF-8 strings, using this flag they are considered as a raw sequence of bytes. @G_REGEX_NO_AUTO_CAPTURE: Disables the use of numbered capturing parentheses in the pattern. Any opening parenthesis that is not followed by “?” behaves as if it were followed by “?:” but named parentheses can still be used for capturing (and they acquire numbers in the usual way). @G_REGEX_OPTIMIZE: Since 2.74 and the port to pcre2, requests JIT compilation, which, if the just-in-time compiler is available, further processes a compiled pattern into machine code that executes much faster. However, it comes at the cost of extra processing before the match is performed, so it is most beneficial to use this when the same compiled pattern is used for matching many times. Before 2.74 this option used the built-in non-JIT optimizations in pcre1. @G_REGEX_FIRSTLINE: Limits an unanchored pattern to match before (or at) the first newline. Since: 2.34 @G_REGEX_DUPNAMES: Names used to identify capturing subpatterns need not be unique. This can be helpful for certain types of pattern when it is known that only one instance of the named subpattern can ever be matched. @G_REGEX_NEWLINE_CR: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character is ‘\r’. @G_REGEX_NEWLINE_LF: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character is ‘\n’. @G_REGEX_NEWLINE_CRLF: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character sequence is ‘\r\n’. @G_REGEX_NEWLINE_ANYCRLF: Usually any newline character or character sequence is recognized. If this option is set, the only recognized newline character sequences are ‘\r’, ‘\n’, and ‘\r\n’. Since: 2.34 @G_REGEX_BSR_ANYCRLF: Usually any newline character or character sequence is recognised. If this option is set, then “\R” only recognizes the newline characters ‘\r’, ‘\n’ and ‘\r\n’. Since: 2.34 @G_REGEX_JAVASCRIPT_COMPAT: Changes behaviour so that it is compatible with JavaScript rather than PCRE. Since GLib 2.74 this is no longer supported, as libpcre2 does not support it. Since: 2.34 Deprecated: 2.74
GRegexError
GRegexError: @G_REGEX_ERROR_COMPILE: Compilation of the regular expression failed. @G_REGEX_ERROR_OPTIMIZE: Optimization of the regular expression failed. @G_REGEX_ERROR_REPLACE: Replacement failed due to an ill-formed replacement string. @G_REGEX_ERROR_MATCH: The match process failed. @G_REGEX_ERROR_INTERNAL: Internal error of the regular expression engine. Since 2.16 @G_REGEX_ERROR_STRAY_BACKSLASH: “\” at end of pattern. Since 2.16 @G_REGEX_ERROR_MISSING_CONTROL_CHAR: “\c” at end of pattern. Since 2.16 @G_REGEX_ERROR_UNRECOGNIZED_ESCAPE: Unrecognized character follows “\”. Since 2.16 @G_REGEX_ERROR_QUANTIFIERS_OUT_OF_ORDER: Numbers out of order in “{}” quantifier. Since 2.16 @G_REGEX_ERROR_QUANTIFIER_TOO_BIG: Number too big in “{}” quantifier. Since 2.16 @G_REGEX_ERROR_UNTERMINATED_CHARACTER_CLASS: Missing terminating “]” for character class. Since 2.16 @G_REGEX_ERROR_INVALID_ESCAPE_IN_CHARACTER_CLASS: Invalid escape sequence in character class. Since 2.16 @G_REGEX_ERROR_RANGE_OUT_OF_ORDER: Range out of order in character class. Since 2.16 @G_REGEX_ERROR_NOTHING_TO_REPEAT: Nothing to repeat. Since 2.16 @G_REGEX_ERROR_UNRECOGNIZED_CHARACTER: Unrecognized character after “(?”, “(?<” or “(?P”. Since 2.16 @G_REGEX_ERROR_POSIX_NAMED_CLASS_OUTSIDE_CLASS: POSIX named classes are supported only within a class. Since 2.16 @G_REGEX_ERROR_UNMATCHED_PARENTHESIS: Missing terminating “)” or “)” without opening “(”. Since 2.16 @G_REGEX_ERROR_INEXISTENT_SUBPATTERN_REFERENCE: Reference to non-existent subpattern. Since 2.16 @G_REGEX_ERROR_UNTERMINATED_COMMENT: Missing terminating “)” after comment. Since 2.16 @G_REGEX_ERROR_EXPRESSION_TOO_LARGE: Regular expression too large. Since 2.16 @G_REGEX_ERROR_MEMORY_ERROR: Failed to get memory. Since 2.16 @G_REGEX_ERROR_VARIABLE_LENGTH_LOOKBEHIND: Lookbehind assertion is not fixed length. Since 2.16 @G_REGEX_ERROR_MALFORMED_CONDITION: Malformed number or name after “(?(”. Since 2.16 @G_REGEX_ERROR_TOO_MANY_CONDITIONAL_BRANCHES: Conditional group contains more than two branches. Since 2.16 @G_REGEX_ERROR_ASSERTION_EXPECTED: Assertion expected after “(?(”. Since 2.16 @G_REGEX_ERROR_UNKNOWN_POSIX_CLASS_NAME: Unknown POSIX class name. Since 2.16 @G_REGEX_ERROR_POSIX_COLLATING_ELEMENTS_NOT_SUPPORTED: POSIX collating elements are not supported. Since 2.16 @G_REGEX_ERROR_HEX_CODE_TOO_LARGE: Character value in “\x{…}” sequence is too large. Since 2.16 @G_REGEX_ERROR_INVALID_CONDITION: Invalid condition “(?(0)”. Since 2.16 @G_REGEX_ERROR_SINGLE_BYTE_MATCH_IN_LOOKBEHIND: \C not allowed in lookbehind assertion. Since 2.16 @G_REGEX_ERROR_INFINITE_LOOP: Recursive call could loop indefinitely. Since 2.16 @G_REGEX_ERROR_MISSING_SUBPATTERN_NAME_TERMINATOR: Missing terminator in subpattern name. Since 2.16 @G_REGEX_ERROR_DUPLICATE_SUBPATTERN_NAME: Two named subpatterns have the same name. Since 2.16 @G_REGEX_ERROR_MALFORMED_PROPERTY: Malformed “\P” or “\p” sequence. Since 2.16 @G_REGEX_ERROR_UNKNOWN_PROPERTY: Unknown property name after “\P” or “\p”. Since 2.16 @G_REGEX_ERROR_SUBPATTERN_NAME_TOO_LONG: Subpattern name is too long (maximum 32 characters). Since 2.16 @G_REGEX_ERROR_TOO_MANY_SUBPATTERNS: Too many named subpatterns (maximum 10,000). Since 2.16 @G_REGEX_ERROR_INVALID_OCTAL_VALUE: Octal value is greater than “\377”. Since 2.16 @G_REGEX_ERROR_TOO_MANY_BRANCHES_IN_DEFINE: “DEFINE” group contains more than one branch. Since 2.16 @G_REGEX_ERROR_DEFINE_REPETION: Repeating a “DEFINE” group is not allowed. This error is never raised. Since: 2.16 Deprecated: 2.34 @G_REGEX_ERROR_INCONSISTENT_NEWLINE_OPTIONS: Inconsistent newline options. Since 2.16 @G_REGEX_ERROR_MISSING_BACK_REFERENCE: “\g” is not followed by a braced, angle-bracketed, or quoted name or number, or by a plain number. Since: 2.16 @G_REGEX_ERROR_INVALID_RELATIVE_REFERENCE: relative reference must not be zero. Since: 2.34 @G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_FORBIDDEN: the backtracing control verb used does not allow an argument. Since: 2.34 @G_REGEX_ERROR_UNKNOWN_BACKTRACKING_CONTROL_VERB: unknown backtracing control verb. Since: 2.34 @G_REGEX_ERROR_NUMBER_TOO_BIG: number is too big in escape sequence. Since: 2.34 @G_REGEX_ERROR_MISSING_SUBPATTERN_NAME: Missing subpattern name. Since: 2.34 @G_REGEX_ERROR_MISSING_DIGIT: Missing digit. Since 2.34 @G_REGEX_ERROR_INVALID_DATA_CHARACTER: In JavaScript compatibility mode, “[” is an invalid data character. Since: 2.34 @G_REGEX_ERROR_EXTRA_SUBPATTERN_NAME: different names for subpatterns of the same number are not allowed. Since: 2.34 @G_REGEX_ERROR_BACKTRACKING_CONTROL_VERB_ARGUMENT_REQUIRED: the backtracing control verb requires an argument. Since: 2.34 @G_REGEX_ERROR_INVALID_CONTROL_CHAR: “\c” must be followed by an ASCII character. Since: 2.34 @G_REGEX_ERROR_MISSING_NAME: “\k” is not followed by a braced, angle-bracketed, or quoted name. Since: 2.34 @G_REGEX_ERROR_NOT_SUPPORTED_IN_CLASS: “\N” is not supported in a class. Since: 2.34 @G_REGEX_ERROR_TOO_MANY_FORWARD_REFERENCES: too many forward references. Since: 2.34 @G_REGEX_ERROR_NAME_TOO_LONG: the name is too long in “(*MARK)”, “(*PRUNE)”, “(*SKIP)”, or “(*THEN)”. Since: 2.34 @G_REGEX_ERROR_CHARACTER_VALUE_TOO_LARGE: the character value in the \u sequence is too large. Since: 2.34
GRegexEvalCallback
GRegexEvalCallback: @match_info: the #GMatchInfo generated by the match. Use g_match_info_get_regex() and g_match_info_get_string() if you need the #GRegex or the matched string. @result: a #GString containing the new string @user_data: user data passed to g_regex_replace_eval()
GRegexMatchFlags
GRegexMatchFlags: @G_REGEX_MATCH_DEFAULT: No special options set. Since: 2.74 @G_REGEX_MATCH_ANCHORED: The pattern is forced to be “anchored”, that is, it is constrained to match only at the first matching point in the string that is being searched. This effect can also be achieved by appropriate constructs in the pattern itself such as the “^” metacharacter. @G_REGEX_MATCH_NOTBOL: Specifies that first character of the string is not the beginning of a line, so the circumflex metacharacter should not match before it. Setting this without %G_REGEX_MULTILINE (at compile time) causes circumflex never to match. This option affects only the behaviour of the circumflex metacharacter, it does not affect “\A”. @G_REGEX_MATCH_NOTEOL: Specifies that the end of the subject string is not the end of a line, so the dollar metacharacter should not match it nor (except in multiline mode) a newline immediately before it. Setting this without %G_REGEX_MULTILINE (at compile time) causes dollar never to match. This option affects only the behaviour of the dollar metacharacter, it does not affect “\Z” or “\z”. @G_REGEX_MATCH_NOTEMPTY: An empty string is not considered to be a valid match if this option is set. If there are alternatives in the pattern, they are tried. If all the alternatives match the empty string, the entire match fails. For example, if the pattern “a?b?” is applied to a string not beginning with “a” or “b”, it matches the empty string at the start of the string. With this flag set, this match is not valid, so GRegex searches further into the string for occurrences of “a” or “b”. @G_REGEX_MATCH_PARTIAL: Turns on the partial matching feature, for more documentation on partial matching see g_match_info_is_partial_match(). @G_REGEX_MATCH_NEWLINE_CR: Overrides the newline definition set when creating a new #GRegex, setting the ‘\r’ character as line terminator. @G_REGEX_MATCH_NEWLINE_LF: Overrides the newline definition set when creating a new #GRegex, setting the ‘\n’ character as line terminator. @G_REGEX_MATCH_NEWLINE_CRLF: Overrides the newline definition set when creating a new #GRegex, setting the ‘\r\n’ characters sequence as line terminator. @G_REGEX_MATCH_NEWLINE_ANY: Overrides the newline definition set when creating a new #GRegex, any Unicode newline sequence is recognised as a newline. These are ‘\r’, ‘\n’ and ‘\rn’, and the single characters U+000B LINE TABULATION, U+000C FORM FEED (FF), U+0085 NEXT LINE (NEL), U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR. @G_REGEX_MATCH_NEWLINE_ANYCRLF: Overrides the newline definition set when creating a new #GRegex; any ‘\r’, ‘\n’, or ‘\r\n’ character sequence is recognized as a newline. Since: 2.34 @G_REGEX_MATCH_BSR_ANYCRLF: Overrides the newline definition for “\R” set when creating a new #GRegex; only ‘\r’, ‘\n’, or ‘\r\n’ character sequences are recognized as a newline by “\R”. Since: 2.34 @G_REGEX_MATCH_BSR_ANY: Overrides the newline definition for “\R” set when creating a new #GRegex; any Unicode newline character or character sequence are recognized as a newline by “\R”. These are ‘\r’, ‘\n’ and ‘\rn’, and the single characters U+000B LINE TABULATION, U+000C FORM FEED (FF), U+0085 NEXT LINE (NEL), U+2028 LINE SEPARATOR and U+2029 PARAGRAPH SEPARATOR. Since: 2.34 @G_REGEX_MATCH_PARTIAL_SOFT: An alias for %G_REGEX_MATCH_PARTIAL. Since: 2.34 @G_REGEX_MATCH_PARTIAL_HARD: Turns on the partial matching feature. In contrast to to %G_REGEX_MATCH_PARTIAL_SOFT, this stops matching as soon as a partial match is found, without continuing to search for a possible complete match. See g_match_info_is_partial_match() for more information. Since: 2.34 @G_REGEX_MATCH_NOTEMPTY_ATSTART: Like %G_REGEX_MATCH_NOTEMPTY, but only applied to the start of the matched string. For anchored patterns this can only happen for pattern containing “\K”. Since: 2.34
GRegex_autoptr
GRegex_listautoptr
GRegex_queueautoptr
GRegex_slistautoptr
GRelation
GRemoteActionGroup
GRemoteActionGroupInterface
GRemoteActionGroup_autoptr
GRemoteActionGroup_listautoptr
GRemoteActionGroup_queueautoptr
GRemoteActionGroup_slistautoptr
GResolver
GResolverClass
GResolverError
GResolverError: @G_RESOLVER_ERROR_NOT_FOUND: the requested name/address/service was not found @G_RESOLVER_ERROR_TEMPORARY_FAILURE: the requested information could not be looked up due to a network error or similar problem @G_RESOLVER_ERROR_INTERNAL: unknown error
GResolverNameLookupFlags
GResolverNameLookupFlags: @G_RESOLVER_NAME_LOOKUP_FLAGS_DEFAULT: default behavior (same as g_resolver_lookup_by_name()) @G_RESOLVER_NAME_LOOKUP_FLAGS_IPV4_ONLY: only resolve ipv4 addresses @G_RESOLVER_NAME_LOOKUP_FLAGS_IPV6_ONLY: only resolve ipv6 addresses
GResolverPrivate
GResolverRecordType
GResolverRecordType: @G_RESOLVER_RECORD_SRV: look up DNS SRV records for a domain @G_RESOLVER_RECORD_MX: look up DNS MX records for a domain @G_RESOLVER_RECORD_TXT: look up DNS TXT records for a name @G_RESOLVER_RECORD_SOA: look up DNS SOA records for a zone @G_RESOLVER_RECORD_NS: look up DNS NS records for a domain
GResolver_autoptr
GResolver_listautoptr
GResolver_queueautoptr
GResolver_slistautoptr
GResource
GResource:
GResourceError
GResourceError: @G_RESOURCE_ERROR_NOT_FOUND: no file was found at the requested path @G_RESOURCE_ERROR_INTERNAL: unknown error
GResourceFlags
GResourceFlags: @G_RESOURCE_FLAGS_NONE: No flags set. @G_RESOURCE_FLAGS_COMPRESSED: The file is compressed.
GResourceLookupFlags
GResourceLookupFlags: @G_RESOURCE_LOOKUP_FLAGS_NONE: No flags set.
GResource_autoptr
GResource_listautoptr
GResource_queueautoptr
GResource_slistautoptr
GSList
GSList_autoptr
GSList_listautoptr
GSList_queueautoptr
GSList_slistautoptr
GScanner
GScannerConfig
GScannerMsgFunc
GScanner_autoptr
GScanner_listautoptr
GScanner_queueautoptr
GScanner_slistautoptr
GSeekType
GSeekable
GSeekableIface
GSeekable:
GSeekable_autoptr
GSeekable_listautoptr
GSeekable_queueautoptr
GSeekable_slistautoptr
GSequence
GSequenceIter
GSequenceIterCompareFunc
GSequence_autoptr
GSequence_listautoptr
GSequence_queueautoptr
GSequence_slistautoptr
GSettings
GSettingsBackend
GSettingsBackend_autoptr
GSettingsBackend_listautoptr
GSettingsBackend_queueautoptr
GSettingsBackend_slistautoptr
GSettingsBindFlags
GSettingsBindFlags: @G_SETTINGS_BIND_DEFAULT: Equivalent to G_SETTINGS_BIND_GET|G_SETTINGS_BIND_SET @G_SETTINGS_BIND_GET: Update the #GObject property when the setting changes. It is an error to use this flag if the property is not writable. @G_SETTINGS_BIND_SET: Update the setting when the #GObject property changes. It is an error to use this flag if the property is not readable. @G_SETTINGS_BIND_NO_SENSITIVITY: Do not try to bind a “sensitivity” property to the writability of the setting @G_SETTINGS_BIND_GET_NO_CHANGES: When set in addition to %G_SETTINGS_BIND_GET, set the #GObject property value initially from the setting, but do not listen for changes of the setting @G_SETTINGS_BIND_INVERT_BOOLEAN: When passed to g_settings_bind(), uses a pair of mapping functions that invert the boolean value when mapping between the setting and the property. The setting and property must both be booleans. You cannot pass this flag to g_settings_bind_with_mapping().
GSettingsBindGetMapping
GSettingsBindGetMapping: @value: return location for the property value @variant: the #GVariant @user_data: user data that was specified when the binding was created
GSettingsBindSetMapping
GSettingsBindSetMapping: @value: a #GValue containing the property value to map @expected_type: the #GVariantType to create @user_data: user data that was specified when the binding was created
GSettingsClass
GSettingsGetMapping
GSettingsGetMapping: @value: the #GVariant to map, or %NULL @result: (out): the result of the mapping @user_data: (closure): the user data that was passed to g_settings_get_mapped()
GSettingsPrivate
GSettingsSchema
GSettingsSchemaKey
GSettingsSchemaKey_autoptr
GSettingsSchemaKey_listautoptr
GSettingsSchemaKey_queueautoptr
GSettingsSchemaKey_slistautoptr
GSettingsSchemaSource
GSettingsSchemaSource_autoptr
GSettingsSchemaSource_listautoptr
GSettingsSchemaSource_queueautoptr
GSettingsSchemaSource_slistautoptr
GSettingsSchema_autoptr
GSettingsSchema_listautoptr
GSettingsSchema_queueautoptr
GSettingsSchema_slistautoptr
GSettings_autoptr
GSettings_listautoptr
GSettings_queueautoptr
GSettings_slistautoptr
GShellError
GSignalAccumulator
GSignalAccumulator: @ihint: Signal invocation hint, see #GSignalInvocationHint. @return_accu: Accumulator to collect callback return values in, this is the return value of the current signal emission. @handler_return: A #GValue holding the return value of the signal handler. @data: Callback data that was specified when creating the signal.
GSignalCMarshaller
GSignalCMarshaller:
GSignalCVaMarshaller
GSignalCVaMarshaller:
GSignalEmissionHook
GSignalEmissionHook: @ihint: Signal invocation hint, see #GSignalInvocationHint. @n_param_values: the number of parameters to the function, including the instance on which the signal was emitted. @param_values: (array length=n_param_values): the instance on which the signal was emitted, followed by the parameters of the emission. @data: user data associated with the hook.
GSignalFlags
GSignalFlags: @G_SIGNAL_RUN_FIRST: Invoke the object method handler in the first emission stage. @G_SIGNAL_RUN_LAST: Invoke the object method handler in the third emission stage. @G_SIGNAL_RUN_CLEANUP: Invoke the object method handler in the last emission stage. @G_SIGNAL_NO_RECURSE: Signals being emitted for an object while currently being in emission for this very object will not be emitted recursively, but instead cause the first emission to be restarted. @G_SIGNAL_DETAILED: This signal supports “::detail” appendices to the signal name upon handler connections and emissions. @G_SIGNAL_ACTION: Action signals are signals that may freely be emitted on alive objects from user code via g_signal_emit() and friends, without the need of being embedded into extra code that performs pre or post emission adjustments on the object. They can also be thought of as object methods which can be called generically by third-party code. @G_SIGNAL_NO_HOOKS: No emissions hooks are supported for this signal. @G_SIGNAL_MUST_COLLECT: Varargs signal emission will always collect the arguments, even if there are no signal handlers connected. Since 2.30. @G_SIGNAL_DEPRECATED: The signal is deprecated and will be removed in a future version. A warning will be generated if it is connected while running with G_ENABLE_DIAGNOSTIC=1. Since 2.32. @G_SIGNAL_ACCUMULATOR_FIRST_RUN: Only used in #GSignalAccumulator accumulator functions for the #GSignalInvocationHint::run_type field to mark the first call to the accumulator function for a signal emission. Since 2.68.
GSignalGroup
GSignalGroup:
GSignalInvocationHint
GSignalInvocationHint: @signal_id: The signal id of the signal invoking the callback @detail: The detail passed on for this emission @run_type: The stage the signal emission is currently in, this field will contain one of %G_SIGNAL_RUN_FIRST, %G_SIGNAL_RUN_LAST or %G_SIGNAL_RUN_CLEANUP and %G_SIGNAL_ACCUMULATOR_FIRST_RUN. %G_SIGNAL_ACCUMULATOR_FIRST_RUN is only set for the first run of the accumulator function for a signal emission.
GSignalMatchType
GSignalMatchType: @G_SIGNAL_MATCH_ID: The signal id must be equal. @G_SIGNAL_MATCH_DETAIL: The signal detail must be equal. @G_SIGNAL_MATCH_CLOSURE: The closure must be the same. @G_SIGNAL_MATCH_FUNC: The C closure callback must be the same. @G_SIGNAL_MATCH_DATA: The closure data must be the same. @G_SIGNAL_MATCH_UNBLOCKED: Only unblocked signals may be matched.
GSignalQuery
GSignalQuery: @signal_id: The signal id of the signal being queried, or 0 if the signal to be queried was unknown. @signal_name: The signal name. @itype: The interface/instance type that this signal can be emitted for. @signal_flags: The signal flags as passed in to g_signal_new(). @return_type: The return type for user callbacks. @n_params: The number of parameters that user callbacks take. @param_types: (array length=n_params): The individual parameter types for user callbacks, note that the effective callback signature is: |[ @return_type callback (#gpointer data1, [param_types param_names,] gpointer data2); ]|
GSimpleAction
GSimpleActionGroup
GSimpleActionGroup:
GSimpleActionGroupClass
GSimpleActionGroupPrivate
GSimpleActionGroup_autoptr
GSimpleActionGroup_listautoptr
GSimpleActionGroup_queueautoptr
GSimpleActionGroup_slistautoptr
GSimpleAction_autoptr
GSimpleAction_listautoptr
GSimpleAction_queueautoptr
GSimpleAction_slistautoptr
GSimpleAsyncResult
GSimpleAsyncResultClass
GSimpleAsyncResult:
GSimpleAsyncResult_autoptr
GSimpleAsyncResult_listautoptr
GSimpleAsyncResult_queueautoptr
GSimpleAsyncResult_slistautoptr
GSimpleAsyncThreadFunc
GSimpleAsyncThreadFunc: @res: a #GSimpleAsyncResult. @object: a #GObject. @cancellable: optional #GCancellable object, %NULL to ignore.
GSimpleIOStream
GSimplePermission
GSimplePermission_autoptr
GSimplePermission_listautoptr
GSimplePermission_queueautoptr
GSimplePermission_slistautoptr
GSimpleProxyResolver
GSimpleProxyResolver:
GSimpleProxyResolverClass
GSimpleProxyResolverPrivate
GSimpleProxyResolver_autoptr
GSimpleProxyResolver_listautoptr
GSimpleProxyResolver_queueautoptr
GSimpleProxyResolver_slistautoptr
GSliceConfig
GSocket
GSocket:
GSocketAddress
GSocketAddressClass
GSocketAddressEnumerator
GSocketAddressEnumeratorClass
GSocketAddressEnumerator:
GSocketAddressEnumerator_autoptr
GSocketAddressEnumerator_listautoptr
GSocketAddressEnumerator_queueautoptr
GSocketAddressEnumerator_slistautoptr
GSocketAddress_autoptr
GSocketAddress_listautoptr
GSocketAddress_queueautoptr
GSocketAddress_slistautoptr
GSocketClass
GSocketClient
GSocketClient:
GSocketClientClass
GSocketClientEvent
GSocketClientEvent: @G_SOCKET_CLIENT_RESOLVING: The client is doing a DNS lookup. @G_SOCKET_CLIENT_RESOLVED: The client has completed a DNS lookup. @G_SOCKET_CLIENT_CONNECTING: The client is connecting to a remote host (either a proxy or the destination server). @G_SOCKET_CLIENT_CONNECTED: The client has connected to a remote host. @G_SOCKET_CLIENT_PROXY_NEGOTIATING: The client is negotiating with a proxy to connect to the destination server. @G_SOCKET_CLIENT_PROXY_NEGOTIATED: The client has negotiated with the proxy server. @G_SOCKET_CLIENT_TLS_HANDSHAKING: The client is performing a TLS handshake. @G_SOCKET_CLIENT_TLS_HANDSHAKED: The client has performed a TLS handshake. @G_SOCKET_CLIENT_COMPLETE: The client is done with a particular #GSocketConnectable.
GSocketClientPrivate
GSocketClient_autoptr
GSocketClient_listautoptr
GSocketClient_queueautoptr
GSocketClient_slistautoptr
GSocketConnectable
GSocketConnectableIface
GSocketConnectable:
GSocketConnectable_autoptr
GSocketConnectable_listautoptr
GSocketConnectable_queueautoptr
GSocketConnectable_slistautoptr
GSocketConnection
GSocketConnection:
GSocketConnectionClass
GSocketConnectionPrivate
GSocketConnection_autoptr
GSocketConnection_listautoptr
GSocketConnection_queueautoptr
GSocketConnection_slistautoptr
GSocketControlMessage
GSocketControlMessage:
GSocketControlMessageClass
GSocketControlMessageClass: @get_size: gets the size of the message. @get_level: gets the protocol of the message. @get_type: gets the protocol specific type of the message. @serialize: Writes out the message data. @deserialize: Tries to deserialize a message.
GSocketControlMessagePrivate
GSocketControlMessage_autoptr
GSocketControlMessage_listautoptr
GSocketControlMessage_queueautoptr
GSocketControlMessage_slistautoptr
GSocketFamily
GSocketFamily: @G_SOCKET_FAMILY_INVALID: no address family @G_SOCKET_FAMILY_IPV4: the IPv4 family @G_SOCKET_FAMILY_IPV6: the IPv6 family @G_SOCKET_FAMILY_UNIX: the UNIX domain family
GSocketListener
GSocketListener:
GSocketListenerClass
GSocketListenerClass: @changed: virtual method called when the set of socket listened to changes
GSocketListenerEvent
GSocketListenerEvent: @G_SOCKET_LISTENER_BINDING: The listener is about to bind a socket. @G_SOCKET_LISTENER_BOUND: The listener has bound a socket. @G_SOCKET_LISTENER_LISTENING: The listener is about to start listening on this socket. @G_SOCKET_LISTENER_LISTENED: The listener is now listening on this socket.
GSocketListenerPrivate
GSocketListener_autoptr
GSocketListener_listautoptr
GSocketListener_queueautoptr
GSocketListener_slistautoptr
GSocketMsgFlags
GSocketMsgFlags: @G_SOCKET_MSG_NONE: No flags. @G_SOCKET_MSG_OOB: Request to send/receive out of band data. @G_SOCKET_MSG_PEEK: Read data from the socket without removing it from the queue. @G_SOCKET_MSG_DONTROUTE: Don’t use a gateway to send out the packet, only send to hosts on directly connected networks.
GSocketPrivate
GSocketProtocol
GSocketProtocol: @G_SOCKET_PROTOCOL_UNKNOWN: The protocol type is unknown @G_SOCKET_PROTOCOL_DEFAULT: The default protocol for the family/type @G_SOCKET_PROTOCOL_TCP: TCP over IP @G_SOCKET_PROTOCOL_UDP: UDP over IP @G_SOCKET_PROTOCOL_SCTP: SCTP over IP
GSocketService
GSocketService:
GSocketServiceClass
GSocketServiceClass: @incoming: signal emitted when new connections are accepted
GSocketServicePrivate
GSocketService_autoptr
GSocketService_listautoptr
GSocketService_queueautoptr
GSocketService_slistautoptr
GSocketSourceFunc
GSocketSourceFunc: @socket: the #GSocket @condition: the current condition at the source fired. @data: data passed in by the user.
GSocketType
GSocketType: @G_SOCKET_TYPE_INVALID: Type unknown or wrong @G_SOCKET_TYPE_STREAM: Reliable connection-based byte streams (e.g. TCP). @G_SOCKET_TYPE_DATAGRAM: Connectionless, unreliable datagram passing. (e.g. UDP) @G_SOCKET_TYPE_SEQPACKET: Reliable connection-based passing of datagrams of fixed maximum length (e.g. SCTP).
GSocket_autoptr
GSocket_listautoptr
GSocket_queueautoptr
GSocket_slistautoptr
GSource
GSource:
GSourceCallbackFuncs
GSourceCallbackFuncs: @ref: Called when a reference is added to the callback object @unref: Called when a reference to the callback object is dropped @get: Called to extract the callback function and data from the callback object.
GSourceDisposeFunc
GSourceDisposeFunc: @source: #GSource that is currently being disposed
GSourceDummyMarshal
GSourceDummyMarshal:
GSourceFunc
GSourceFunc: @user_data: data passed to the function, set when the source was created with one of the above functions
GSourceFuncs
GSourceFuncs: @prepare: Called before all the file descriptors are polled. If the source can determine that it is ready here (without waiting for the results of the poll() call) it should return %TRUE. It can also return a @timeout_ value which should be the maximum timeout (in milliseconds) which should be passed to the poll() call. The actual timeout used will be -1 if all sources returned -1, or it will be the minimum of all the @timeout_ values returned which were >= 0. Since 2.36 this may be %NULL, in which case the effect is as if the function always returns %FALSE with a timeout of -1. If @prepare returns a timeout and the source also has a ready time set, then the lower of the two will be used. @check: Called after all the file descriptors are polled. The source should return %TRUE if it is ready to be dispatched. Note that some time may have passed since the previous prepare function was called, so the source should be checked again here. Since 2.36 this may be %NULL, in which case the effect is as if the function always returns %FALSE. @dispatch: Called to dispatch the event source, after it has returned %TRUE in either its @prepare or its @check function, or if a ready time has been reached. The @dispatch function receives a callback function and user data. The callback function may be %NULL if the source was never connected to a callback using g_source_set_callback(). The @dispatch function should call the callback function with @user_data and whatever additional parameters are needed for this type of event source. The return value of the @dispatch function should be %G_SOURCE_REMOVE if the source should be removed or %G_SOURCE_CONTINUE to keep it. @finalize: Called when the source is finalized. At this point, the source will have been destroyed, had its callback cleared, and have been removed from its #GMainContext, but it will still have its final reference count, so methods can be called on it from within this function.
GSourceOnceFunc
GSourceOnceFunc: @user_data: data passed to the function, set when the source was created
GSourcePrivate
GSource_autoptr
GSource_listautoptr
GSource_queueautoptr
GSource_slistautoptr
GSpawnChildSetupFunc
GSpawnChildSetupFunc: @data: user data passed to the function.
GSpawnError
GSpawnError: @G_SPAWN_ERROR_FORK: Fork failed due to lack of memory. @G_SPAWN_ERROR_READ: Read or select on pipes failed. @G_SPAWN_ERROR_CHDIR: Changing to working directory failed. @G_SPAWN_ERROR_ACCES: execv() returned EACCES @G_SPAWN_ERROR_PERM: execv() returned EPERM @G_SPAWN_ERROR_TOO_BIG: execv() returned E2BIG @G_SPAWN_ERROR_2BIG: deprecated alias for %G_SPAWN_ERROR_TOO_BIG (deprecated since GLib 2.32) @G_SPAWN_ERROR_NOEXEC: execv() returned ENOEXEC @G_SPAWN_ERROR_NAMETOOLONG: execv() returned ENAMETOOLONG @G_SPAWN_ERROR_NOENT: execv() returned ENOENT @G_SPAWN_ERROR_NOMEM: execv() returned ENOMEM @G_SPAWN_ERROR_NOTDIR: execv() returned ENOTDIR @G_SPAWN_ERROR_LOOP: execv() returned ELOOP @G_SPAWN_ERROR_TXTBUSY: execv() returned ETXTBUSY @G_SPAWN_ERROR_IO: execv() returned EIO @G_SPAWN_ERROR_NFILE: execv() returned ENFILE @G_SPAWN_ERROR_MFILE: execv() returned EMFILE @G_SPAWN_ERROR_INVAL: execv() returned EINVAL @G_SPAWN_ERROR_ISDIR: execv() returned EISDIR @G_SPAWN_ERROR_LIBBAD: execv() returned ELIBBAD @G_SPAWN_ERROR_FAILED: Some other fatal failure, error->message should explain.
GSpawnFlags
GSpawnFlags: @G_SPAWN_DEFAULT: no flags, default behaviour @G_SPAWN_LEAVE_DESCRIPTORS_OPEN: the parent’s open file descriptors will be inherited by the child; otherwise all descriptors except stdin, stdout and stderr will be closed before calling exec() in the child. @G_SPAWN_DO_NOT_REAP_CHILD: the child will not be automatically reaped; you must use g_child_watch_add() yourself (or call waitpid() or handle SIGCHLD yourself), or the child will become a zombie. @G_SPAWN_SEARCH_PATH: argv[0] need not be an absolute path, it will be looked for in the user’s PATH. @G_SPAWN_STDOUT_TO_DEV_NULL: the child’s standard output will be discarded, instead of going to the same location as the parent’s standard output. @G_SPAWN_STDERR_TO_DEV_NULL: the child’s standard error will be discarded. @G_SPAWN_CHILD_INHERITS_STDIN: the child will inherit the parent’s standard input (by default, the child’s standard input is attached to /dev/null). @G_SPAWN_FILE_AND_ARGV_ZERO: the first element of argv is the file to execute, while the remaining elements are the actual argument vector to pass to the file. Normally g_spawn_async_with_pipes() uses argv[0] as the file to execute, and passes all of argv to the child. @G_SPAWN_SEARCH_PATH_FROM_ENVP: if argv[0] is not an absolute path, it will be looked for in the PATH from the passed child environment. Since: 2.34 @G_SPAWN_CLOEXEC_PIPES: create all pipes with the O_CLOEXEC flag set. Since: 2.40 @G_SPAWN_CHILD_INHERITS_STDOUT: the child will inherit the parent’s standard output. Since: 2.74 @G_SPAWN_CHILD_INHERITS_STDERR: the child will inherit the parent’s standard error. Since: 2.74 @G_SPAWN_STDIN_FROM_DEV_NULL: the child’s standard input is attached to /dev/null. Since: 2.74
GSrvTarget
GStatBuf
GStaticPrivate
GStaticRWLock
GStaticRecMutex
GStaticResource
GString
GStringChunk
GStringChunk_autoptr
GStringChunk_listautoptr
GStringChunk_queueautoptr
GStringChunk_slistautoptr
GString_autoptr
GString_listautoptr
GString_queueautoptr
GString_slistautoptr
GStrv
GStrvBuilder
GStrvBuilder:
GStrvBuilder_autoptr
GStrvBuilder_listautoptr
GStrvBuilder_queueautoptr
GStrvBuilder_slistautoptr
GSubprocess
GSubprocess:
GSubprocessFlags
GSubprocessFlags: @G_SUBPROCESS_FLAGS_NONE: No flags. @G_SUBPROCESS_FLAGS_STDIN_PIPE: create a pipe for the stdin of the spawned process that can be accessed with g_subprocess_get_stdin_pipe(). @G_SUBPROCESS_FLAGS_STDIN_INHERIT: stdin is inherited from the calling process. @G_SUBPROCESS_FLAGS_STDOUT_PIPE: create a pipe for the stdout of the spawned process that can be accessed with g_subprocess_get_stdout_pipe(). @G_SUBPROCESS_FLAGS_STDOUT_SILENCE: silence the stdout of the spawned process (ie: redirect to /dev/null). @G_SUBPROCESS_FLAGS_STDERR_PIPE: create a pipe for the stderr of the spawned process that can be accessed with g_subprocess_get_stderr_pipe(). @G_SUBPROCESS_FLAGS_STDERR_SILENCE: silence the stderr of the spawned process (ie: redirect to /dev/null). @G_SUBPROCESS_FLAGS_STDERR_MERGE: merge the stderr of the spawned process with whatever the stdout happens to be. This is a good way of directing both streams to a common log file, for example. @G_SUBPROCESS_FLAGS_INHERIT_FDS: spawned processes will inherit the file descriptors of their parent, unless those descriptors have been explicitly marked as close-on-exec. This flag has no effect over the “standard” file descriptors (stdin, stdout, stderr). @G_SUBPROCESS_FLAGS_SEARCH_PATH_FROM_ENVP: if path searching is needed when spawning the subprocess, use the PATH in the launcher environment. (Since: 2.72)
GSubprocessLauncher
GSubprocessLauncher:
GSubprocessLauncher_autoptr
GSubprocessLauncher_listautoptr
GSubprocessLauncher_queueautoptr
GSubprocessLauncher_slistautoptr
GSubprocess_autoptr
GSubprocess_listautoptr
GSubprocess_queueautoptr
GSubprocess_slistautoptr
GTask
GTaskClass
GTaskThreadFunc
GTask_autoptr
GTask_listautoptr
GTask_queueautoptr
GTask_slistautoptr
GTcpConnection
GTcpConnection:
GTcpConnectionClass
GTcpConnectionPrivate
GTcpConnection_autoptr
GTcpConnection_listautoptr
GTcpConnection_queueautoptr
GTcpConnection_slistautoptr
GTcpWrapperConnection
GTcpWrapperConnectionClass
GTcpWrapperConnectionPrivate
GTcpWrapperConnection_autoptr
GTcpWrapperConnection_listautoptr
GTcpWrapperConnection_queueautoptr
GTcpWrapperConnection_slistautoptr
GTestDBus
GTestDBusFlags
GTestDBusFlags: @G_TEST_DBUS_NONE: No flags.
GTestDBus_autoptr
GTestDBus_listautoptr
GTestDBus_queueautoptr
GTestDBus_slistautoptr
GTestDataFunc
GTestFileType
GTestFixtureFunc
GTestFunc
GTestLogFatalFunc
GTestLogFatalFunc: @log_domain: the log domain of the message @log_level: the log level of the message (including the fatal and recursion flags) @message: the message to process @user_data: user data, set in g_test_log_set_fatal_handler()
GTestLogType
GTestResult
GTestSubprocessFlags
GTestTrapFlags
GTestTrapFlags: @G_TEST_TRAP_DEFAULT: Default behaviour. Since: 2.74 @G_TEST_TRAP_SILENCE_STDOUT: Redirect stdout of the test child to /dev/null so it cannot be observed on the console during test runs. The actual output is still captured though to allow later tests with g_test_trap_assert_stdout(). @G_TEST_TRAP_SILENCE_STDERR: Redirect stderr of the test child to /dev/null so it cannot be observed on the console during test runs. The actual output is still captured though to allow later tests with g_test_trap_assert_stderr(). @G_TEST_TRAP_INHERIT_STDIN: If this flag is given, stdin of the child process is shared with stdin of its parent process. It is redirected to /dev/null otherwise.
GThemedIcon
GThemedIconClass
GThemedIcon:
GThemedIcon_autoptr
GThemedIcon_listautoptr
GThemedIcon_queueautoptr
GThemedIcon_slistautoptr
GThread
GThreadError
GThreadFunc
GThreadFunctions
GThreadPool
GThreadPriority
GThread_autoptr
GThread_listautoptr
GThread_queueautoptr
GThread_slistautoptr
GThreadedSocketService
GThreadedSocketService:
GThreadedSocketServiceClass
GThreadedSocketServicePrivate
GThreadedSocketService_autoptr
GThreadedSocketService_listautoptr
GThreadedSocketService_queueautoptr
GThreadedSocketService_slistautoptr
GTime
GTimeSpan
GTimeSpan:
GTimeType
GTimeType: @G_TIME_TYPE_STANDARD: the time is in local standard time @G_TIME_TYPE_DAYLIGHT: the time is in local daylight time @G_TIME_TYPE_UNIVERSAL: the time is in UTC
GTimeVal
GTimeZone
GTimeZone_autoptr
GTimeZone_listautoptr
GTimeZone_queueautoptr
GTimeZone_slistautoptr
GTimer
GTimer_autoptr
GTimer_listautoptr
GTimer_queueautoptr
GTimer_slistautoptr
GTlsAuthenticationMode
GTlsAuthenticationMode: @G_TLS_AUTHENTICATION_NONE: client authentication not required @G_TLS_AUTHENTICATION_REQUESTED: client authentication is requested @G_TLS_AUTHENTICATION_REQUIRED: client authentication is required
GTlsBackend
GTlsBackendInterface
GTlsBackendInterface: @g_iface: The parent interface. @supports_tls: returns whether the backend supports TLS. @supports_dtls: returns whether the backend supports DTLS @get_default_database: returns a default #GTlsDatabase instance. @get_certificate_type: returns the #GTlsCertificate implementation type @get_client_connection_type: returns the #GTlsClientConnection implementation type @get_server_connection_type: returns the #GTlsServerConnection implementation type @get_file_database_type: returns the #GTlsFileDatabase implementation type. @get_dtls_client_connection_type: returns the #GDtlsClientConnection implementation type @get_dtls_server_connection_type: returns the #GDtlsServerConnection implementation type
GTlsBackend_autoptr
GTlsBackend_listautoptr
GTlsBackend_queueautoptr
GTlsBackend_slistautoptr
GTlsCertificate
GTlsCertificateClass
GTlsCertificateFlags
GTlsCertificateFlags: @G_TLS_CERTIFICATE_NO_FLAGS: No flags set. Since: 2.74 @G_TLS_CERTIFICATE_UNKNOWN_CA: The signing certificate authority is not known. @G_TLS_CERTIFICATE_BAD_IDENTITY: The certificate does not match the expected identity of the site that it was retrieved from. @G_TLS_CERTIFICATE_NOT_ACTIVATED: The certificate’s activation time is still in the future @G_TLS_CERTIFICATE_EXPIRED: The certificate has expired @G_TLS_CERTIFICATE_REVOKED: The certificate has been revoked according to the #GTlsConnection’s certificate revocation list. @G_TLS_CERTIFICATE_INSECURE: The certificate’s algorithm is considered insecure. @G_TLS_CERTIFICATE_GENERIC_ERROR: Some other error occurred validating the certificate @G_TLS_CERTIFICATE_VALIDATE_ALL: the combination of all of the above flags
GTlsCertificatePrivate
GTlsCertificateRequestFlags
GTlsCertificateRequestFlags: @G_TLS_CERTIFICATE_REQUEST_NONE: No flags
GTlsCertificate_autoptr
GTlsCertificate_listautoptr
GTlsCertificate_queueautoptr
GTlsCertificate_slistautoptr
GTlsChannelBindingError
GTlsChannelBindingError: @G_TLS_CHANNEL_BINDING_ERROR_NOT_IMPLEMENTED: Either entire binding retrieval facility or specific binding type is not implemented in the TLS backend. @G_TLS_CHANNEL_BINDING_ERROR_INVALID_STATE: The handshake is not yet complete on the connection which is a strong requirement for any existing binding type. @G_TLS_CHANNEL_BINDING_ERROR_NOT_AVAILABLE: Handshake is complete but binding data is not available. That normally indicates the TLS implementation failed to provide the binding data. For example, some implementations do not provide a peer certificate for resumed connections. @G_TLS_CHANNEL_BINDING_ERROR_NOT_SUPPORTED: Binding type is not supported on the current connection. This error could be triggered when requesting tls-server-end-point binding data for a certificate which has no hash function or uses multiple hash functions. @G_TLS_CHANNEL_BINDING_ERROR_GENERAL_ERROR: Any other backend error preventing binding data retrieval.
GTlsChannelBindingType
GTlsChannelBindingType: @G_TLS_CHANNEL_BINDING_TLS_UNIQUE: tls-unique binding type @G_TLS_CHANNEL_BINDING_TLS_SERVER_END_POINT: tls-server-end-point binding type @G_TLS_CHANNEL_BINDING_TLS_EXPORTER: tls-exporter binding type. Since: 2.74
GTlsClientConnection
GTlsClientConnectionInterface
GTlsClientConnectionInterface: @g_iface: The parent interface. @copy_session_state: Copies session state from one #GTlsClientConnection to another.
GTlsClientConnection_autoptr
GTlsClientConnection_listautoptr
GTlsClientConnection_queueautoptr
GTlsClientConnection_slistautoptr
GTlsConnection
GTlsConnectionClass
GTlsConnectionClass: @parent_class: The parent class. @accept_certificate: Check whether to accept a certificate. @handshake: Perform a handshake operation. @handshake_async: Start an asynchronous handshake operation. @handshake_finish: Finish an asynchronous handshake operation. @get_binding_data: Retrieve TLS channel binding data (Since: 2.66) @get_negotiated_protocol: Get ALPN-negotiated protocol (Since: 2.70)
GTlsConnectionPrivate
GTlsConnection_autoptr
GTlsConnection_listautoptr
GTlsConnection_queueautoptr
GTlsConnection_slistautoptr
GTlsDatabase
GTlsDatabaseClass
GTlsDatabaseLookupFlags
GTlsDatabaseLookupFlags: @G_TLS_DATABASE_LOOKUP_NONE: No lookup flags @G_TLS_DATABASE_LOOKUP_KEYPAIR: Restrict lookup to certificates that have a private key.
GTlsDatabasePrivate
GTlsDatabaseVerifyFlags
GTlsDatabaseVerifyFlags: @G_TLS_DATABASE_VERIFY_NONE: No verification flags
GTlsDatabase_autoptr
GTlsDatabase_listautoptr
GTlsDatabase_queueautoptr
GTlsDatabase_slistautoptr
GTlsError
GTlsError: @G_TLS_ERROR_UNAVAILABLE: No TLS provider is available @G_TLS_ERROR_MISC: Miscellaneous TLS error @G_TLS_ERROR_BAD_CERTIFICATE: The certificate presented could not be parsed or failed validation. @G_TLS_ERROR_NOT_TLS: The TLS handshake failed because the peer does not seem to be a TLS server. @G_TLS_ERROR_HANDSHAKE: The TLS handshake failed because the peer’s certificate was not acceptable. @G_TLS_ERROR_CERTIFICATE_REQUIRED: The TLS handshake failed because the server requested a client-side certificate, but none was provided. See g_tls_connection_set_certificate(). @G_TLS_ERROR_EOF: The TLS connection was closed without proper notice, which may indicate an attack. See g_tls_connection_set_require_close_notify(). @G_TLS_ERROR_INAPPROPRIATE_FALLBACK: The TLS handshake failed because the client sent the fallback SCSV, indicating a protocol downgrade attack. Since: 2.60 @G_TLS_ERROR_BAD_CERTIFICATE_PASSWORD: The certificate failed to load because a password was incorrect. Since: 2.72
GTlsFileDatabase
GTlsFileDatabaseInterface
GTlsFileDatabaseInterface: @g_iface: The parent interface.
GTlsFileDatabase_autoptr
GTlsFileDatabase_listautoptr
GTlsFileDatabase_queueautoptr
GTlsFileDatabase_slistautoptr
GTlsInteraction
GTlsInteractionClass
GTlsInteractionPrivate
GTlsInteractionResult
GTlsInteractionResult: @G_TLS_INTERACTION_UNHANDLED: The interaction was unhandled (i.e. not implemented). @G_TLS_INTERACTION_HANDLED: The interaction completed, and resulting data is available. @G_TLS_INTERACTION_FAILED: The interaction has failed, or was cancelled. and the operation should be aborted.
GTlsInteraction_autoptr
GTlsInteraction_listautoptr
GTlsInteraction_queueautoptr
GTlsInteraction_slistautoptr
GTlsPassword
GTlsPasswordClass
GTlsPasswordClass: @get_value: virtual method for g_tls_password_get_value() @set_value: virtual method for g_tls_password_set_value() @get_default_warning: virtual method for g_tls_password_get_warning() if no value has been set using g_tls_password_set_warning()
GTlsPasswordPrivate
GTlsPassword_autoptr
GTlsPassword_listautoptr
GTlsPassword_queueautoptr
GTlsPassword_slistautoptr
GTlsProtocolVersion
GTlsProtocolVersion: @G_TLS_PROTOCOL_VERSION_UNKNOWN: No protocol version or unknown protocol version @G_TLS_PROTOCOL_VERSION_SSL_3_0: SSL 3.0, which is insecure and should not be used @G_TLS_PROTOCOL_VERSION_TLS_1_0: TLS 1.0, which is insecure and should not be used @G_TLS_PROTOCOL_VERSION_TLS_1_1: TLS 1.1, which is insecure and should not be used @G_TLS_PROTOCOL_VERSION_TLS_1_2: TLS 1.2, defined by RFC 5246 @G_TLS_PROTOCOL_VERSION_TLS_1_3: TLS 1.3, defined by RFC 8446 @G_TLS_PROTOCOL_VERSION_DTLS_1_0: DTLS 1.0, which is insecure and should not be used @G_TLS_PROTOCOL_VERSION_DTLS_1_2: DTLS 1.2, defined by RFC 6347
GTlsRehandshakeMode
GTlsRehandshakeMode: @G_TLS_REHANDSHAKE_NEVER: Never allow rehandshaking @G_TLS_REHANDSHAKE_SAFELY: Allow safe rehandshaking only @G_TLS_REHANDSHAKE_UNSAFELY: Allow unsafe rehandshaking
GTlsServerConnection
GTlsServerConnectionInterface
GTlsServerConnection:
GTlsServerConnection_autoptr
GTlsServerConnection_listautoptr
GTlsServerConnection_queueautoptr
GTlsServerConnection_slistautoptr
GToggleNotify
GToggleNotify: @data: Callback data passed to g_object_add_toggle_ref() @object: The object on which g_object_add_toggle_ref() was called. @is_last_ref: %TRUE if the toggle reference is now the last reference to the object. %FALSE if the toggle reference was the last reference and there are now other references.
GTokenType
GTokenValue
GTranslateFunc
GTranslateFunc: @str: the untranslated string @data: user data specified when installing the function, e.g. in g_option_group_set_translate_func()
GTrashStack
GTraverseFlags
GTraverseFunc
GTraverseNodeFunc
GTraverseNodeFunc: @node: a #GTreeNode @data: user data passed to g_tree_foreach_node()
GTraverseType
GTree
GTreeNode
GTreeNode:
GTree_autoptr
GTree_listautoptr
GTree_queueautoptr
GTree_slistautoptr
GTuples
GType
GTypeCValue
GTypeClass
GTypeClass:
GTypeClassCacheFunc
GTypeClassCacheFunc: @cache_data: data that was given to the g_type_add_class_cache_func() call @g_class: (type GObject.TypeClass): The #GTypeClass structure which is unreferenced
GTypeClass_autoptr
GTypeClass_listautoptr
GTypeClass_queueautoptr
GTypeClass_slistautoptr
GTypeDebugFlags
GTypeDebugFlags: @G_TYPE_DEBUG_NONE: Print no messages @G_TYPE_DEBUG_OBJECTS: Print messages about object bookkeeping @G_TYPE_DEBUG_SIGNALS: Print messages about signal emissions @G_TYPE_DEBUG_MASK: Mask covering all debug flags @G_TYPE_DEBUG_INSTANCE_COUNT: Keep a count of instances of each type
GTypeFlags
GTypeFlags: @G_TYPE_FLAG_NONE: No special flags. Since: 2.74 @G_TYPE_FLAG_ABSTRACT: Indicates an abstract type. No instances can be created for an abstract type @G_TYPE_FLAG_VALUE_ABSTRACT: Indicates an abstract value type, i.e. a type that introduces a value table, but can’t be used for g_value_init() @G_TYPE_FLAG_FINAL: Indicates a final type. A final type is a non-derivable leaf node in a deep derivable type hierarchy tree. Since: 2.70 @G_TYPE_FLAG_DEPRECATED: The type is deprecated and may be removed in a future version. A warning will be emitted if it is instantiated while running with G_ENABLE_DIAGNOSTIC=1. Since 2.76
GTypeFundamentalFlags
GTypeFundamentalFlags: @G_TYPE_FLAG_CLASSED: Indicates a classed type @G_TYPE_FLAG_INSTANTIATABLE: Indicates an instantiatable type (implies classed) @G_TYPE_FLAG_DERIVABLE: Indicates a flat derivable type @G_TYPE_FLAG_DEEP_DERIVABLE: Indicates a deep derivable type (implies derivable)
GTypeFundamentalInfo
GTypeFundamentalInfo: @type_flags: #GTypeFundamentalFlags describing the characteristics of the fundamental type
GTypeInfo
GTypeInfo: @class_size: Size of the class structure (required for interface, classed and instantiatable types) @base_init: Location of the base initialization function (optional) @base_finalize: Location of the base finalization function (optional) @class_init: Location of the class initialization function for classed and instantiatable types. Location of the default vtable inititalization function for interface types. (optional) This function is used both to fill in virtual functions in the class or default vtable, and to do type-specific setup such as registering signals and object properties. @class_finalize: Location of the class finalization function for classed and instantiatable types. Location of the default vtable finalization function for interface types. (optional) @class_data: User-supplied data passed to the class init/finalize functions @instance_size: Size of the instance (object) structure (required for instantiatable types only) @n_preallocs: Prior to GLib 2.10, it specified the number of pre-allocated (cached) instances to reserve memory for (0 indicates no caching). Since GLib 2.10 this field is ignored. @instance_init: Location of the instance initialization function (optional, for instantiatable types only) @value_table: A #GTypeValueTable function table for generic handling of GValues of this type (usually only useful for fundamental types)
GTypeInstance
GTypeInstance:
GTypeInterface
GTypeInterface:
GTypeInterfaceCheckFunc
GTypeInterfaceCheckFunc: @check_data: data passed to g_type_add_interface_check() @g_iface: (type GObject.TypeInterface): the interface that has been initialized
GTypeModule
GTypeModule: @name: the name of the module
GTypeModuleClass
GTypeModuleClass: @parent_class: the parent class @load: loads the module and registers one or more types using g_type_module_register_type(). @unload: unloads the module
GTypeModule_autoptr
GTypeModule_listautoptr
GTypeModule_queueautoptr
GTypeModule_slistautoptr
GTypePlugin
GTypePluginClass
GTypePlugin:
GTypePluginCompleteInterfaceInfo
GTypePluginCompleteInterfaceInfo: @plugin: the #GTypePlugin @instance_type: the #GType of an instantiatable type to which the interface is added @interface_type: the #GType of the interface whose info is completed @info: the #GInterfaceInfo to fill in
GTypePluginCompleteTypeInfo
GTypePluginCompleteTypeInfo: @plugin: the #GTypePlugin @g_type: the #GType whose info is completed @info: the #GTypeInfo struct to fill in @value_table: the #GTypeValueTable to fill in
GTypePluginUnuse
GTypePluginUnuse: @plugin: the #GTypePlugin whose use count should be decreased
GTypePluginUse
GTypePluginUse: @plugin: the #GTypePlugin whose use count should be increased
GTypeQuery
GTypeQuery: @type: the #GType value of the type @type_name: the name of the type @class_size: the size of the class structure @instance_size: the size of the instance structure
GTypeValueCollectFunc
GTypeValueCollectFunc: @value: the value to initialize @n_collect_values: the number of collected values @collect_values: (array length=n_collect_values): the collected values @collect_flags: optional flags
GTypeValueCopyFunc
GTypeValueCopyFunc: @src_value: the value to copy @dest_value: (out): the location of the copy
GTypeValueFreeFunc
GTypeValueFreeFunc: @value: the value to free
GTypeValueInitFunc
GTypeValueInitFunc: @value: the value to initialize
GTypeValueLCopyFunc
GTypeValueLCopyFunc: @value: the value to lcopy @n_collect_values: the number of collected values @collect_values: (array length=n_collect_values): the collected locations for storage @collect_flags: optional flags
GTypeValuePeekPointerFunc
GTypeValuePeekPointerFunc: @value: the value to peek
GTypeValueTable
GTypeValueTable: @value_init: Function to initialize a GValue @value_free: Function to free a GValue @value_copy: Function to copy a GValue @value_peek_pointer: Function to peek the contents of a GValue if they fit into a pointer @collect_format: A string format describing how to collect the contents of this value bit-by-bit. Each character in the format represents an argument to be collected, and the characters themselves indicate the type of the argument. Currently supported arguments are:
GUnicodeBreakType
GUnicodeBreakType: @G_UNICODE_BREAK_MANDATORY: Mandatory Break (BK) @G_UNICODE_BREAK_CARRIAGE_RETURN: Carriage Return (CR) @G_UNICODE_BREAK_LINE_FEED: Line Feed (LF) @G_UNICODE_BREAK_COMBINING_MARK: Attached Characters and Combining Marks (CM) @G_UNICODE_BREAK_SURROGATE: Surrogates (SG) @G_UNICODE_BREAK_ZERO_WIDTH_SPACE: Zero Width Space (ZW) @G_UNICODE_BREAK_INSEPARABLE: Inseparable (IN) @G_UNICODE_BREAK_NON_BREAKING_GLUE: Non-breaking (“Glue”) (GL) @G_UNICODE_BREAK_CONTINGENT: Contingent Break Opportunity (CB) @G_UNICODE_BREAK_SPACE: Space (SP) @G_UNICODE_BREAK_AFTER: Break Opportunity After (BA) @G_UNICODE_BREAK_BEFORE: Break Opportunity Before (BB) @G_UNICODE_BREAK_BEFORE_AND_AFTER: Break Opportunity Before and After (B2) @G_UNICODE_BREAK_HYPHEN: Hyphen (HY) @G_UNICODE_BREAK_NON_STARTER: Nonstarter (NS) @G_UNICODE_BREAK_OPEN_PUNCTUATION: Opening Punctuation (OP) @G_UNICODE_BREAK_CLOSE_PUNCTUATION: Closing Punctuation (CL) @G_UNICODE_BREAK_QUOTATION: Ambiguous Quotation (QU) @G_UNICODE_BREAK_EXCLAMATION: Exclamation/Interrogation (EX) @G_UNICODE_BREAK_IDEOGRAPHIC: Ideographic (ID) @G_UNICODE_BREAK_NUMERIC: Numeric (NU) @G_UNICODE_BREAK_INFIX_SEPARATOR: Infix Separator (Numeric) (IS) @G_UNICODE_BREAK_SYMBOL: Symbols Allowing Break After (SY) @G_UNICODE_BREAK_ALPHABETIC: Ordinary Alphabetic and Symbol Characters (AL) @G_UNICODE_BREAK_PREFIX: Prefix (Numeric) (PR) @G_UNICODE_BREAK_POSTFIX: Postfix (Numeric) (PO) @G_UNICODE_BREAK_COMPLEX_CONTEXT: Complex Content Dependent (South East Asian) (SA) @G_UNICODE_BREAK_AMBIGUOUS: Ambiguous (Alphabetic or Ideographic) (AI) @G_UNICODE_BREAK_UNKNOWN: Unknown (XX) @G_UNICODE_BREAK_NEXT_LINE: Next Line (NL) @G_UNICODE_BREAK_WORD_JOINER: Word Joiner (WJ) @G_UNICODE_BREAK_HANGUL_L_JAMO: Hangul L Jamo (JL) @G_UNICODE_BREAK_HANGUL_V_JAMO: Hangul V Jamo (JV) @G_UNICODE_BREAK_HANGUL_T_JAMO: Hangul T Jamo (JT) @G_UNICODE_BREAK_HANGUL_LV_SYLLABLE: Hangul LV Syllable (H2) @G_UNICODE_BREAK_HANGUL_LVT_SYLLABLE: Hangul LVT Syllable (H3) @G_UNICODE_BREAK_CLOSE_PARANTHESIS: Closing Parenthesis (CP). Since 2.28. Deprecated: 2.70: Use %G_UNICODE_BREAK_CLOSE_PARENTHESIS instead. @G_UNICODE_BREAK_CLOSE_PARENTHESIS: Closing Parenthesis (CP). Since 2.70 @G_UNICODE_BREAK_CONDITIONAL_JAPANESE_STARTER: Conditional Japanese Starter (CJ). Since: 2.32 @G_UNICODE_BREAK_HEBREW_LETTER: Hebrew Letter (HL). Since: 2.32 @G_UNICODE_BREAK_REGIONAL_INDICATOR: Regional Indicator (RI). Since: 2.36 @G_UNICODE_BREAK_EMOJI_BASE: Emoji Base (EB). Since: 2.50 @G_UNICODE_BREAK_EMOJI_MODIFIER: Emoji Modifier (EM). Since: 2.50 @G_UNICODE_BREAK_ZERO_WIDTH_JOINER: Zero Width Joiner (ZWJ). Since: 2.50
GUnicodeScript
GUnicodeScript: @G_UNICODE_SCRIPT_INVALID_CODE: a value never returned from g_unichar_get_script() @G_UNICODE_SCRIPT_COMMON: a character used by multiple different scripts @G_UNICODE_SCRIPT_INHERITED: a mark glyph that takes its script from the base glyph to which it is attached @G_UNICODE_SCRIPT_ARABIC: Arabic @G_UNICODE_SCRIPT_ARMENIAN: Armenian @G_UNICODE_SCRIPT_BENGALI: Bengali @G_UNICODE_SCRIPT_BOPOMOFO: Bopomofo @G_UNICODE_SCRIPT_CHEROKEE: Cherokee @G_UNICODE_SCRIPT_COPTIC: Coptic @G_UNICODE_SCRIPT_CYRILLIC: Cyrillic @G_UNICODE_SCRIPT_DESERET: Deseret @G_UNICODE_SCRIPT_DEVANAGARI: Devanagari @G_UNICODE_SCRIPT_ETHIOPIC: Ethiopic @G_UNICODE_SCRIPT_GEORGIAN: Georgian @G_UNICODE_SCRIPT_GOTHIC: Gothic @G_UNICODE_SCRIPT_GREEK: Greek @G_UNICODE_SCRIPT_GUJARATI: Gujarati @G_UNICODE_SCRIPT_GURMUKHI: Gurmukhi @G_UNICODE_SCRIPT_HAN: Han @G_UNICODE_SCRIPT_HANGUL: Hangul @G_UNICODE_SCRIPT_HEBREW: Hebrew @G_UNICODE_SCRIPT_HIRAGANA: Hiragana @G_UNICODE_SCRIPT_KANNADA: Kannada @G_UNICODE_SCRIPT_KATAKANA: Katakana @G_UNICODE_SCRIPT_KHMER: Khmer @G_UNICODE_SCRIPT_LAO: Lao @G_UNICODE_SCRIPT_LATIN: Latin @G_UNICODE_SCRIPT_MALAYALAM: Malayalam @G_UNICODE_SCRIPT_MONGOLIAN: Mongolian @G_UNICODE_SCRIPT_MYANMAR: Myanmar @G_UNICODE_SCRIPT_OGHAM: Ogham @G_UNICODE_SCRIPT_OLD_ITALIC: Old Italic @G_UNICODE_SCRIPT_ORIYA: Oriya @G_UNICODE_SCRIPT_RUNIC: Runic @G_UNICODE_SCRIPT_SINHALA: Sinhala @G_UNICODE_SCRIPT_SYRIAC: Syriac @G_UNICODE_SCRIPT_TAMIL: Tamil @G_UNICODE_SCRIPT_TELUGU: Telugu @G_UNICODE_SCRIPT_THAANA: Thaana @G_UNICODE_SCRIPT_THAI: Thai @G_UNICODE_SCRIPT_TIBETAN: Tibetan @G_UNICODE_SCRIPT_CANADIAN_ABORIGINAL: Canadian Aboriginal @G_UNICODE_SCRIPT_YI: Yi @G_UNICODE_SCRIPT_TAGALOG: Tagalog @G_UNICODE_SCRIPT_HANUNOO: Hanunoo @G_UNICODE_SCRIPT_BUHID: Buhid @G_UNICODE_SCRIPT_TAGBANWA: Tagbanwa @G_UNICODE_SCRIPT_BRAILLE: Braille @G_UNICODE_SCRIPT_CYPRIOT: Cypriot @G_UNICODE_SCRIPT_LIMBU: Limbu @G_UNICODE_SCRIPT_OSMANYA: Osmanya @G_UNICODE_SCRIPT_SHAVIAN: Shavian @G_UNICODE_SCRIPT_LINEAR_B: Linear B @G_UNICODE_SCRIPT_TAI_LE: Tai Le @G_UNICODE_SCRIPT_UGARITIC: Ugaritic @G_UNICODE_SCRIPT_NEW_TAI_LUE: New Tai Lue @G_UNICODE_SCRIPT_BUGINESE: Buginese @G_UNICODE_SCRIPT_GLAGOLITIC: Glagolitic @G_UNICODE_SCRIPT_TIFINAGH: Tifinagh @G_UNICODE_SCRIPT_SYLOTI_NAGRI: Syloti Nagri @G_UNICODE_SCRIPT_OLD_PERSIAN: Old Persian @G_UNICODE_SCRIPT_KHAROSHTHI: Kharoshthi @G_UNICODE_SCRIPT_UNKNOWN: an unassigned code point @G_UNICODE_SCRIPT_BALINESE: Balinese @G_UNICODE_SCRIPT_CUNEIFORM: Cuneiform @G_UNICODE_SCRIPT_PHOENICIAN: Phoenician @G_UNICODE_SCRIPT_PHAGS_PA: Phags-pa @G_UNICODE_SCRIPT_NKO: N’Ko @G_UNICODE_SCRIPT_KAYAH_LI: Kayah Li. Since 2.16.3 @G_UNICODE_SCRIPT_LEPCHA: Lepcha. Since 2.16.3 @G_UNICODE_SCRIPT_REJANG: Rejang. Since 2.16.3 @G_UNICODE_SCRIPT_SUNDANESE: Sundanese. Since 2.16.3 @G_UNICODE_SCRIPT_SAURASHTRA: Saurashtra. Since 2.16.3 @G_UNICODE_SCRIPT_CHAM: Cham. Since 2.16.3 @G_UNICODE_SCRIPT_OL_CHIKI: Ol Chiki. Since 2.16.3 @G_UNICODE_SCRIPT_VAI: Vai. Since 2.16.3 @G_UNICODE_SCRIPT_CARIAN: Carian. Since 2.16.3 @G_UNICODE_SCRIPT_LYCIAN: Lycian. Since 2.16.3 @G_UNICODE_SCRIPT_LYDIAN: Lydian. Since 2.16.3 @G_UNICODE_SCRIPT_AVESTAN: Avestan. Since 2.26 @G_UNICODE_SCRIPT_BAMUM: Bamum. Since 2.26 @G_UNICODE_SCRIPT_EGYPTIAN_HIEROGLYPHS: Egyptian Hieroglpyhs. Since 2.26 @G_UNICODE_SCRIPT_IMPERIAL_ARAMAIC: Imperial Aramaic. Since 2.26 @G_UNICODE_SCRIPT_INSCRIPTIONAL_PAHLAVI: Inscriptional Pahlavi. Since 2.26 @G_UNICODE_SCRIPT_INSCRIPTIONAL_PARTHIAN: Inscriptional Parthian. Since 2.26 @G_UNICODE_SCRIPT_JAVANESE: Javanese. Since 2.26 @G_UNICODE_SCRIPT_KAITHI: Kaithi. Since 2.26 @G_UNICODE_SCRIPT_LISU: Lisu. Since 2.26 @G_UNICODE_SCRIPT_MEETEI_MAYEK: Meetei Mayek. Since 2.26 @G_UNICODE_SCRIPT_OLD_SOUTH_ARABIAN: Old South Arabian. Since 2.26 @G_UNICODE_SCRIPT_OLD_TURKIC: Old Turkic. Since 2.28 @G_UNICODE_SCRIPT_SAMARITAN: Samaritan. Since 2.26 @G_UNICODE_SCRIPT_TAI_THAM: Tai Tham. Since 2.26 @G_UNICODE_SCRIPT_TAI_VIET: Tai Viet. Since 2.26 @G_UNICODE_SCRIPT_BATAK: Batak. Since 2.28 @G_UNICODE_SCRIPT_BRAHMI: Brahmi. Since 2.28 @G_UNICODE_SCRIPT_MANDAIC: Mandaic. Since 2.28 @G_UNICODE_SCRIPT_CHAKMA: Chakma. Since: 2.32 @G_UNICODE_SCRIPT_MEROITIC_CURSIVE: Meroitic Cursive. Since: 2.32 @G_UNICODE_SCRIPT_MEROITIC_HIEROGLYPHS: Meroitic Hieroglyphs. Since: 2.32 @G_UNICODE_SCRIPT_MIAO: Miao. Since: 2.32 @G_UNICODE_SCRIPT_SHARADA: Sharada. Since: 2.32 @G_UNICODE_SCRIPT_SORA_SOMPENG: Sora Sompeng. Since: 2.32 @G_UNICODE_SCRIPT_TAKRI: Takri. Since: 2.32 @G_UNICODE_SCRIPT_BASSA_VAH: Bassa. Since: 2.42 @G_UNICODE_SCRIPT_CAUCASIAN_ALBANIAN: Caucasian Albanian. Since: 2.42 @G_UNICODE_SCRIPT_DUPLOYAN: Duployan. Since: 2.42 @G_UNICODE_SCRIPT_ELBASAN: Elbasan. Since: 2.42 @G_UNICODE_SCRIPT_GRANTHA: Grantha. Since: 2.42 @G_UNICODE_SCRIPT_KHOJKI: Kjohki. Since: 2.42 @G_UNICODE_SCRIPT_KHUDAWADI: Khudawadi, Sindhi. Since: 2.42 @G_UNICODE_SCRIPT_LINEAR_A: Linear A. Since: 2.42 @G_UNICODE_SCRIPT_MAHAJANI: Mahajani. Since: 2.42 @G_UNICODE_SCRIPT_MANICHAEAN: Manichaean. Since: 2.42 @G_UNICODE_SCRIPT_MENDE_KIKAKUI: Mende Kikakui. Since: 2.42 @G_UNICODE_SCRIPT_MODI: Modi. Since: 2.42 @G_UNICODE_SCRIPT_MRO: Mro. Since: 2.42 @G_UNICODE_SCRIPT_NABATAEAN: Nabataean. Since: 2.42 @G_UNICODE_SCRIPT_OLD_NORTH_ARABIAN: Old North Arabian. Since: 2.42 @G_UNICODE_SCRIPT_OLD_PERMIC: Old Permic. Since: 2.42 @G_UNICODE_SCRIPT_PAHAWH_HMONG: Pahawh Hmong. Since: 2.42 @G_UNICODE_SCRIPT_PALMYRENE: Palmyrene. Since: 2.42 @G_UNICODE_SCRIPT_PAU_CIN_HAU: Pau Cin Hau. Since: 2.42 @G_UNICODE_SCRIPT_PSALTER_PAHLAVI: Psalter Pahlavi. Since: 2.42 @G_UNICODE_SCRIPT_SIDDHAM: Siddham. Since: 2.42 @G_UNICODE_SCRIPT_TIRHUTA: Tirhuta. Since: 2.42 @G_UNICODE_SCRIPT_WARANG_CITI: Warang Citi. Since: 2.42 @G_UNICODE_SCRIPT_AHOM: Ahom. Since: 2.48 @G_UNICODE_SCRIPT_ANATOLIAN_HIEROGLYPHS: Anatolian Hieroglyphs. Since: 2.48 @G_UNICODE_SCRIPT_HATRAN: Hatran. Since: 2.48 @G_UNICODE_SCRIPT_MULTANI: Multani. Since: 2.48 @G_UNICODE_SCRIPT_OLD_HUNGARIAN: Old Hungarian. Since: 2.48 @G_UNICODE_SCRIPT_SIGNWRITING: Signwriting. Since: 2.48 @G_UNICODE_SCRIPT_ADLAM: Adlam. Since: 2.50 @G_UNICODE_SCRIPT_BHAIKSUKI: Bhaiksuki. Since: 2.50 @G_UNICODE_SCRIPT_MARCHEN: Marchen. Since: 2.50 @G_UNICODE_SCRIPT_NEWA: Newa. Since: 2.50 @G_UNICODE_SCRIPT_OSAGE: Osage. Since: 2.50 @G_UNICODE_SCRIPT_TANGUT: Tangut. Since: 2.50 @G_UNICODE_SCRIPT_MASARAM_GONDI: Masaram Gondi. Since: 2.54 @G_UNICODE_SCRIPT_NUSHU: Nushu. Since: 2.54 @G_UNICODE_SCRIPT_SOYOMBO: Soyombo. Since: 2.54 @G_UNICODE_SCRIPT_ZANABAZAR_SQUARE: Zanabazar Square. Since: 2.54 @G_UNICODE_SCRIPT_DOGRA: Dogra. Since: 2.58 @G_UNICODE_SCRIPT_GUNJALA_GONDI: Gunjala Gondi. Since: 2.58 @G_UNICODE_SCRIPT_HANIFI_ROHINGYA: Hanifi Rohingya. Since: 2.58 @G_UNICODE_SCRIPT_MAKASAR: Makasar. Since: 2.58 @G_UNICODE_SCRIPT_MEDEFAIDRIN: Medefaidrin. Since: 2.58 @G_UNICODE_SCRIPT_OLD_SOGDIAN: Old Sogdian. Since: 2.58 @G_UNICODE_SCRIPT_SOGDIAN: Sogdian. Since: 2.58 @G_UNICODE_SCRIPT_ELYMAIC: Elym. Since: 2.62 @G_UNICODE_SCRIPT_NANDINAGARI: Nand. Since: 2.62 @G_UNICODE_SCRIPT_NYIAKENG_PUACHUE_HMONG: Rohg. Since: 2.62 @G_UNICODE_SCRIPT_WANCHO: Wcho. Since: 2.62 @G_UNICODE_SCRIPT_CHORASMIAN: Chorasmian. Since: 2.66 @G_UNICODE_SCRIPT_DIVES_AKURU: Dives Akuru. Since: 2.66 @G_UNICODE_SCRIPT_KHITAN_SMALL_SCRIPT: Khitan small script. Since: 2.66 @G_UNICODE_SCRIPT_YEZIDI: Yezidi. Since: 2.66 @G_UNICODE_SCRIPT_CYPRO_MINOAN: Cypro-Minoan. Since: 2.72 @G_UNICODE_SCRIPT_OLD_UYGHUR: Old Uyghur. Since: 2.72 @G_UNICODE_SCRIPT_TANGSA: Tangsa. Since: 2.72 @G_UNICODE_SCRIPT_TOTO: Toto. Since: 2.72 @G_UNICODE_SCRIPT_VITHKUQI: Vithkuqi. Since: 2.72 @G_UNICODE_SCRIPT_MATH: Mathematical notation. Since: 2.72 @G_UNICODE_SCRIPT_KAWI: Kawi. Since 2.74 @G_UNICODE_SCRIPT_NAG_MUNDARI: Nag Mundari. Since 2.74
GUnicodeType
GUnicodeType: @G_UNICODE_CONTROL: General category “Other, Control” (Cc) @G_UNICODE_FORMAT: General category “Other, Format” (Cf) @G_UNICODE_UNASSIGNED: General category “Other, Not Assigned” (Cn) @G_UNICODE_PRIVATE_USE: General category “Other, Private Use” (Co) @G_UNICODE_SURROGATE: General category “Other, Surrogate” (Cs) @G_UNICODE_LOWERCASE_LETTER: General category “Letter, Lowercase” (Ll) @G_UNICODE_MODIFIER_LETTER: General category “Letter, Modifier” (Lm) @G_UNICODE_OTHER_LETTER: General category “Letter, Other” (Lo) @G_UNICODE_TITLECASE_LETTER: General category “Letter, Titlecase” (Lt) @G_UNICODE_UPPERCASE_LETTER: General category “Letter, Uppercase” (Lu) @G_UNICODE_SPACING_MARK: General category “Mark, Spacing” (Mc) @G_UNICODE_ENCLOSING_MARK: General category “Mark, Enclosing” (Me) @G_UNICODE_NON_SPACING_MARK: General category “Mark, Nonspacing” (Mn) @G_UNICODE_DECIMAL_NUMBER: General category “Number, Decimal Digit” (Nd) @G_UNICODE_LETTER_NUMBER: General category “Number, Letter” (Nl) @G_UNICODE_OTHER_NUMBER: General category “Number, Other” (No) @G_UNICODE_CONNECT_PUNCTUATION: General category “Punctuation, Connector” (Pc) @G_UNICODE_DASH_PUNCTUATION: General category “Punctuation, Dash” (Pd) @G_UNICODE_CLOSE_PUNCTUATION: General category “Punctuation, Close” (Pe) @G_UNICODE_FINAL_PUNCTUATION: General category “Punctuation, Final quote” (Pf) @G_UNICODE_INITIAL_PUNCTUATION: General category “Punctuation, Initial quote” (Pi) @G_UNICODE_OTHER_PUNCTUATION: General category “Punctuation, Other” (Po) @G_UNICODE_OPEN_PUNCTUATION: General category “Punctuation, Open” (Ps) @G_UNICODE_CURRENCY_SYMBOL: General category “Symbol, Currency” (Sc) @G_UNICODE_MODIFIER_SYMBOL: General category “Symbol, Modifier” (Sk) @G_UNICODE_MATH_SYMBOL: General category “Symbol, Math” (Sm) @G_UNICODE_OTHER_SYMBOL: General category “Symbol, Other” (So) @G_UNICODE_LINE_SEPARATOR: General category “Separator, Line” (Zl) @G_UNICODE_PARAGRAPH_SEPARATOR: General category “Separator, Paragraph” (Zp) @G_UNICODE_SPACE_SEPARATOR: General category “Separator, Space” (Zs)
GUnixConnection
GUnixConnectionClass
GUnixConnectionPrivate
GUnixConnection_autoptr
GUnixConnection_listautoptr
GUnixConnection_queueautoptr
GUnixConnection_slistautoptr
GUnixCredentialsMessage
GUnixCredentialsMessage:
GUnixCredentialsMessageClass
GUnixCredentialsMessageClass:
GUnixCredentialsMessagePrivate
GUnixCredentialsMessage_autoptr
GUnixCredentialsMessage_listautoptr
GUnixCredentialsMessage_queueautoptr
GUnixCredentialsMessage_slistautoptr
GUnixFDList
GUnixFDListClass
GUnixFDListPrivate
GUnixFDList_autoptr
GUnixFDList_listautoptr
GUnixFDList_queueautoptr
GUnixFDList_slistautoptr
GUnixSocketAddress
GUnixSocketAddressClass
GUnixSocketAddressPrivate
GUnixSocketAddressType
GUnixSocketAddressType: @G_UNIX_SOCKET_ADDRESS_INVALID: invalid @G_UNIX_SOCKET_ADDRESS_ANONYMOUS: anonymous @G_UNIX_SOCKET_ADDRESS_PATH: a filesystem path @G_UNIX_SOCKET_ADDRESS_ABSTRACT: an abstract name @G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED: an abstract name, 0-padded to the full length of a unix socket name
GUnixSocketAddress_autoptr
GUnixSocketAddress_listautoptr
GUnixSocketAddress_queueautoptr
GUnixSocketAddress_slistautoptr
GUri
GUriError
GUriError: @G_URI_ERROR_FAILED: Generic error if no more specific error is available. See the error message for details. @G_URI_ERROR_BAD_SCHEME: The scheme of a URI could not be parsed. @G_URI_ERROR_BAD_USER: The user/userinfo of a URI could not be parsed. @G_URI_ERROR_BAD_PASSWORD: The password of a URI could not be parsed. @G_URI_ERROR_BAD_AUTH_PARAMS: The authentication parameters of a URI could not be parsed. @G_URI_ERROR_BAD_HOST: The host of a URI could not be parsed. @G_URI_ERROR_BAD_PORT: The port of a URI could not be parsed. @G_URI_ERROR_BAD_PATH: The path of a URI could not be parsed. @G_URI_ERROR_BAD_QUERY: The query of a URI could not be parsed. @G_URI_ERROR_BAD_FRAGMENT: The fragment of a URI could not be parsed.
GUriFlags
GUriFlags: @G_URI_FLAGS_NONE: No flags set. @G_URI_FLAGS_PARSE_RELAXED: Parse the URI more relaxedly than the RFC 3986 grammar specifies, fixing up or ignoring common mistakes in URIs coming from external sources. This is also needed for some obscure URI schemes where ; separates the host from the path. Don’t use this flag unless you need to. @G_URI_FLAGS_HAS_PASSWORD: The userinfo field may contain a password, which will be separated from the username by :. @G_URI_FLAGS_HAS_AUTH_PARAMS: The userinfo may contain additional authentication-related parameters, which will be separated from the username and/or password by ;. @G_URI_FLAGS_NON_DNS: The host component should not be assumed to be a DNS hostname or IP address (for example, for smb URIs with NetBIOS hostnames). @G_URI_FLAGS_ENCODED: When parsing a URI, this indicates that %-encoded characters in the userinfo, path, query, and fragment fields should not be decoded. (And likewise the host field if %G_URI_FLAGS_NON_DNS is also set.) When building a URI, it indicates that you have already %-encoded the components, and so #GUri should not do any encoding itself. @G_URI_FLAGS_ENCODED_QUERY: Same as %G_URI_FLAGS_ENCODED, for the query field only. @G_URI_FLAGS_ENCODED_PATH: Same as %G_URI_FLAGS_ENCODED, for the path only. @G_URI_FLAGS_ENCODED_FRAGMENT: Same as %G_URI_FLAGS_ENCODED, for the fragment only. @G_URI_FLAGS_SCHEME_NORMALIZE: A scheme-based normalization will be applied. For example, when parsing an HTTP URI changing omitted path to / and omitted port to 80; and when building a URI, changing empty path to / and default port 80). This only supports a subset of known schemes. (Since: 2.68)
GUriHideFlags
GUriHideFlags: @G_URI_HIDE_NONE: No flags set. @G_URI_HIDE_USERINFO: Hide the userinfo. @G_URI_HIDE_PASSWORD: Hide the password. @G_URI_HIDE_AUTH_PARAMS: Hide the auth_params. @G_URI_HIDE_QUERY: Hide the query. @G_URI_HIDE_FRAGMENT: Hide the fragment.
GUriParamsFlags
GUriParamsFlags: @G_URI_PARAMS_NONE: No flags set. @G_URI_PARAMS_CASE_INSENSITIVE: Parameter names are case insensitive. @G_URI_PARAMS_WWW_FORM: Replace + with space character. Only useful for URLs on the web, using the https or http schemas. @G_URI_PARAMS_PARSE_RELAXED: See %G_URI_FLAGS_PARSE_RELAXED.
GUriParamsIter
GUri_autoptr
GUri_listautoptr
GUri_queueautoptr
GUri_slistautoptr
GUserDirectory
GUserDirectory: @G_USER_DIRECTORY_DESKTOP: the user’s Desktop directory @G_USER_DIRECTORY_DOCUMENTS: the user’s Documents directory @G_USER_DIRECTORY_DOWNLOAD: the user’s Downloads directory @G_USER_DIRECTORY_MUSIC: the user’s Music directory @G_USER_DIRECTORY_PICTURES: the user’s Pictures directory @G_USER_DIRECTORY_PUBLIC_SHARE: the user’s shared directory @G_USER_DIRECTORY_TEMPLATES: the user’s Templates directory @G_USER_DIRECTORY_VIDEOS: the user’s Movies directory @G_USER_N_DIRECTORIES: the number of enum values
GVaClosureMarshal
GVaClosureMarshal: @closure: the #GClosure to which the marshaller belongs @return_value: (nullable): a #GValue to store the return value. May be %NULL if the callback of @closure doesn’t return a value. @instance: (type GObject.TypeInstance): the instance on which the closure is invoked. @args: va_list of arguments to be passed to the closure. @marshal_data: (nullable): additional data specified when registering the marshaller, see g_closure_set_marshal() and g_closure_set_meta_marshal() @n_params: the length of the @param_types array @param_types: (array length=n_params): the #GType of each argument from @args.
GValue
GValue:
GValueArray
GValueArray: @n_values: number of values contained in the array @values: array of values
GValueTransform
GValueTransform: @src_value: Source value. @dest_value: Target value.
GVariant
GVariantBuilder
GVariantBuilder_autoptr
GVariantBuilder_listautoptr
GVariantBuilder_queueautoptr
GVariantBuilder_slistautoptr
GVariantClass
GVariantDict
GVariantDict_autoptr
GVariantDict_listautoptr
GVariantDict_queueautoptr
GVariantDict_slistautoptr
GVariantIter
GVariantIter_autoptr
GVariantIter_listautoptr
GVariantIter_queueautoptr
GVariantIter_slistautoptr
GVariantParseError
GVariantType
GVariantType:
GVariantType_autoptr
GVariantType_listautoptr
GVariantType_queueautoptr
GVariantType_slistautoptr
GVariant_autoptr
GVariant_listautoptr
GVariant_queueautoptr
GVariant_slistautoptr
GVfs
GVfsClass
GVfs:
GVfsFileLookupFunc
GVfsFileLookupFunc: @vfs: a #GVfs @identifier: the identifier to look up a #GFile for. This can either be an URI or a parse name as returned by g_file_get_parse_name() @user_data: user data passed to the function
GVfs_autoptr
GVfs_listautoptr
GVfs_queueautoptr
GVfs_slistautoptr
GVoidFunc
GVoidFunc:
GVolume
GVolume:
GVolumeIface
GVolumeIface: @g_iface: The parent interface. @changed: Changed signal that is emitted when the volume’s state has changed. @removed: The removed signal that is emitted when the #GVolume have been removed. If the recipient is holding references to the object they should release them so the object can be finalized. @get_name: Gets a string containing the name of the #GVolume. @get_icon: Gets a #GIcon for the #GVolume. @get_uuid: Gets the UUID for the #GVolume. The reference is typically based on the file system UUID for the mount in question and should be considered an opaque string. Returns %NULL if there is no UUID available. @get_drive: Gets a #GDrive the volume is located on. Returns %NULL if the #GVolume is not associated with a #GDrive. @get_mount: Gets a #GMount representing the mounted volume. Returns %NULL if the #GVolume is not mounted. @can_mount: Returns %TRUE if the #GVolume can be mounted. @can_eject: Checks if a #GVolume can be ejected. @mount_fn: Mounts a given #GVolume. #GVolume implementations must emit the #GMountOperation::aborted signal before completing a mount operation that is aborted while awaiting input from the user through a #GMountOperation instance. @mount_finish: Finishes a mount operation. @eject: Ejects a given #GVolume. @eject_finish: Finishes an eject operation. @get_identifier: Returns the [identifier][volume-identifier] of the given kind, or %NULL if the #GVolume doesn’t have one. @enumerate_identifiers: Returns an array strings listing the kinds of [identifiers][volume-identifier] which the #GVolume has. @should_automount: Returns %TRUE if the #GVolume should be automatically mounted. @get_activation_root: Returns the activation root for the #GVolume if it is known in advance or %NULL if it is not known. @eject_with_operation: Starts ejecting a #GVolume using a #GMountOperation. Since 2.22. @eject_with_operation_finish: Finishes an eject operation using a #GMountOperation. Since 2.22. @get_sort_key: Gets a key used for sorting #GVolume instance or %NULL if no such key exists. Since 2.32. @get_symbolic_icon: Gets a symbolic #GIcon for the #GVolume. Since 2.34.
GVolumeMonitor
GVolumeMonitorClass
GVolumeMonitor:
GVolumeMonitor_autoptr
GVolumeMonitor_listautoptr
GVolumeMonitor_queueautoptr
GVolumeMonitor_slistautoptr
GVolume_autoptr
GVolume_listautoptr
GVolume_queueautoptr
GVolume_slistautoptr
GWeakNotify
GWeakNotify: @data: data that was provided when the weak reference was established @where_the_object_was: the object being disposed
GZlibCompressor
GZlibCompressorClass
GZlibCompressorFormat
GZlibCompressorFormat: @G_ZLIB_COMPRESSOR_FORMAT_ZLIB: deflate compression with zlib header @G_ZLIB_COMPRESSOR_FORMAT_GZIP: gzip file format @G_ZLIB_COMPRESSOR_FORMAT_RAW: deflate compression with no header
GZlibCompressor_autoptr
GZlibCompressor_listautoptr
GZlibCompressor_queueautoptr
GZlibCompressor_slistautoptr
GZlibDecompressor
GZlibDecompressorClass
GZlibDecompressor_autoptr
GZlibDecompressor_listautoptr
GZlibDecompressor_queueautoptr
GZlibDecompressor_slistautoptr
INTMASK
VipsAccess
VipsAlign
VipsAngle
VipsAngle45
VipsArea
VipsArgument
VipsArgumentClass
VipsArgumentClassMapFn
VipsArgumentFlags
VipsArgumentInstance
VipsArgumentMapFn
VipsArgumentTable
VipsArrayDouble
VipsArrayImage
VipsArrayInt
VipsBandFormat
VipsBlendMode
VipsBlob
VipsBuf
VipsBuffer
VipsBufferCache
VipsCallbackFn
VipsClassMapFn
VipsCoding
VipsCombine
VipsCombineMode
VipsCompassDirection
VipsConnection
VipsConnectionClass
VipsDbuf
VipsDemandStyle
VipsDirection
VipsExtend
VipsFailOn
VipsFailOn: @VIPS_FAIL_ON_NONE: never stop @VIPS_FAIL_ON_TRUNCATED: stop on image truncated, nothing else @VIPS_FAIL_ON_ERROR: stop on serious error or truncation @VIPS_FAIL_ON_WARNING: stop on anything, even warnings
VipsForeign
VipsForeignClass
VipsForeignDzContainer
VipsForeignDzContainer: @VIPS_FOREIGN_DZ_CONTAINER_FS: write tiles to the filesystem @VIPS_FOREIGN_DZ_CONTAINER_ZIP: write tiles to a zip file @VIPS_FOREIGN_DZ_CONTAINER_SZI: write to a szi file
VipsForeignDzDepth
VipsForeignDzDepth: @VIPS_FOREIGN_DZ_DEPTH_ONEPIXEL: create layers down to 1x1 pixel @VIPS_FOREIGN_DZ_DEPTH_ONETILE: create layers down to 1x1 tile @VIPS_FOREIGN_DZ_DEPTH_ONE: only create a single layer
VipsForeignDzLayout
VipsForeignDzLayout: @VIPS_FOREIGN_DZ_LAYOUT_DZ: use DeepZoom directory layout @VIPS_FOREIGN_DZ_LAYOUT_ZOOMIFY: use Zoomify directory layout @VIPS_FOREIGN_DZ_LAYOUT_GOOGLE: use Google maps directory layout @VIPS_FOREIGN_DZ_LAYOUT_IIIF: use IIIF v2 directory layout @VIPS_FOREIGN_DZ_LAYOUT_IIIF3: use IIIF v3 directory layout
VipsForeignFlags
VipsForeignHeifCompression
VipsForeignHeifCompression: @VIPS_FOREIGN_HEIF_COMPRESSION_HEVC: x265 @VIPS_FOREIGN_HEIF_COMPRESSION_AVC: x264 @VIPS_FOREIGN_HEIF_COMPRESSION_JPEG: jpeg @VIPS_FOREIGN_HEIF_COMPRESSION_AV1: aom
VipsForeignHeifEncoder
VipsForeignHeifEncoder: @VIPS_FOREIGN_HEIF_ENCODER_AUTO: auto @VIPS_FOREIGN_HEIF_ENCODER_AOM: aom @VIPS_FOREIGN_HEIF_ENCODER_RAV1E: RAV1E @VIPS_FOREIGN_HEIF_ENCODER_SVT: SVT-AV1 @VIPS_FOREIGN_HEIF_ENCODER_X265: x265
VipsForeignJpegSubsample
VipsForeignJpegSubsample: @VIPS_FOREIGN_JPEG_SUBSAMPLE_AUTO: default preset @VIPS_FOREIGN_JPEG_SUBSAMPLE_ON: always perform subsampling @VIPS_FOREIGN_JPEG_SUBSAMPLE_OFF: never perform subsampling
VipsForeignKeep
VipsForeignKeep: @VIPS_FOREIGN_KEEP_NONE: don’t attach metadata @VIPS_FOREIGN_KEEP_EXIF: keep Exif metadata @VIPS_FOREIGN_KEEP_XMP: keep XMP metadata @VIPS_FOREIGN_KEEP_IPTC: keep IPTC metadata @VIPS_FOREIGN_KEEP_ICC: keep ICC metadata @VIPS_FOREIGN_KEEP_OTHER: keep other metadata (e.g. PNG comments and some TIFF tags) @VIPS_FOREIGN_KEEP_ALL: keep all metadata
VipsForeignLoad
VipsForeignLoadClass
VipsForeignPngFilter
VipsForeignPngFilter: @VIPS_FOREIGN_PNG_FILTER_NONE: no filtering @VIPS_FOREIGN_PNG_FILTER_SUB: difference to the left @VIPS_FOREIGN_PNG_FILTER_UP: difference up @VIPS_FOREIGN_PNG_FILTER_AVG: average of left and up @VIPS_FOREIGN_PNG_FILTER_PAETH: pick best neighbor predictor automatically @VIPS_FOREIGN_PNG_FILTER_ALL: adaptive
VipsForeignPpmFormat
VipsForeignPpmFormat: @VIPS_FOREIGN_PPM_FORMAT_PBM: portable bitmap @VIPS_FOREIGN_PPM_FORMAT_PGM: portable greymap @VIPS_FOREIGN_PPM_FORMAT_PPM: portable pixmap @VIPS_FOREIGN_PPM_FORMAT_PFM: portable float map @VIPS_FOREIGN_PPM_FORMAT_PNM: portable anymap
VipsForeignSave
VipsForeignSaveClass
VipsForeignSubsample
VipsForeignSubsample: @VIPS_FOREIGN_SUBSAMPLE_AUTO: prevent subsampling when quality >= 90 @VIPS_FOREIGN_SUBSAMPLE_ON: always perform subsampling @VIPS_FOREIGN_SUBSAMPLE_OFF: never perform subsampling
VipsForeignTiffCompression
VipsForeignTiffCompression: @VIPS_FOREIGN_TIFF_COMPRESSION_NONE: no compression @VIPS_FOREIGN_TIFF_COMPRESSION_JPEG: jpeg compression @VIPS_FOREIGN_TIFF_COMPRESSION_DEFLATE: deflate (zip) compression @VIPS_FOREIGN_TIFF_COMPRESSION_PACKBITS: packbits compression @VIPS_FOREIGN_TIFF_COMPRESSION_CCITTFAX4: fax4 compression @VIPS_FOREIGN_TIFF_COMPRESSION_LZW: LZW compression @VIPS_FOREIGN_TIFF_COMPRESSION_WEBP: WEBP compression @VIPS_FOREIGN_TIFF_COMPRESSION_ZSTD: ZSTD compression @VIPS_FOREIGN_TIFF_COMPRESSION_JP2K: JP2K compression
VipsForeignTiffPredictor
VipsForeignTiffPredictor: @VIPS_FOREIGN_TIFF_PREDICTOR_NONE: no prediction @VIPS_FOREIGN_TIFF_PREDICTOR_HORIZONTAL: horizontal differencing @VIPS_FOREIGN_TIFF_PREDICTOR_FLOAT: float predictor
VipsForeignTiffResunit
VipsForeignTiffResunit: @VIPS_FOREIGN_TIFF_RESUNIT_CM: use centimeters @VIPS_FOREIGN_TIFF_RESUNIT_INCH: use inches
VipsForeignWebpPreset
VipsForeignWebpPreset: @VIPS_FOREIGN_WEBP_PRESET_DEFAULT: default preset @VIPS_FOREIGN_WEBP_PRESET_PICTURE: digital picture, like portrait, inner shot @VIPS_FOREIGN_WEBP_PRESET_PHOTO: outdoor photograph, with natural lighting @VIPS_FOREIGN_WEBP_PRESET_DRAWING: hand or line drawing, with high-contrast details @VIPS_FOREIGN_WEBP_PRESET_ICON: small-sized colorful images @VIPS_FOREIGN_WEBP_PRESET_TEXT: text-like
VipsFormat
VipsFormatClass
VipsFormatFlags
VipsGInputStream
VipsGInputStreamClass
VipsGenerateFn
VipsImage
VipsImageClass
VipsImageMapFn
VipsImageType
VipsIntent
VipsInteresting
VipsInterpolate
VipsInterpolateClass
VipsInterpolateMethod
VipsInterpretation
VipsKernel
VipsObject
VipsObjectClass
VipsObjectSetArguments
VipsOperation
VipsOperationBoolean
VipsOperationBoolean: @VIPS_OPERATION_BOOLEAN_AND: & @VIPS_OPERATION_BOOLEAN_OR: | @VIPS_OPERATION_BOOLEAN_EOR: ^ @VIPS_OPERATION_BOOLEAN_LSHIFT: >> @VIPS_OPERATION_BOOLEAN_RSHIFT: <<
VipsOperationBuildFn
VipsOperationClass
VipsOperationComplex
VipsOperationComplex: @VIPS_OPERATION_COMPLEX_POLAR: convert to polar coordinates @VIPS_OPERATION_COMPLEX_RECT: convert to rectangular coordinates @VIPS_OPERATION_COMPLEX_CONJ: complex conjugate
VipsOperationComplex2
VipsOperationComplex2: @VIPS_OPERATION_COMPLEX2_CROSS_PHASE: convert to polar coordinates
VipsOperationComplexget
VipsOperationComplexget: @VIPS_OPERATION_COMPLEXGET_REAL: get real component @VIPS_OPERATION_COMPLEXGET_IMAG: get imaginary component
VipsOperationFlags
VipsOperationMath
VipsOperationMath: @VIPS_OPERATION_MATH_SIN: sin(), angles in degrees @VIPS_OPERATION_MATH_COS: cos(), angles in degrees @VIPS_OPERATION_MATH_TAN: tan(), angles in degrees @VIPS_OPERATION_MATH_ASIN: asin(), angles in degrees @VIPS_OPERATION_MATH_ACOS: acos(), angles in degrees @VIPS_OPERATION_MATH_ATAN: atan(), angles in degrees @VIPS_OPERATION_MATH_LOG: log base e @VIPS_OPERATION_MATH_LOG10: log base 10 @VIPS_OPERATION_MATH_EXP: e to the something @VIPS_OPERATION_MATH_EXP10: 10 to the something @VIPS_OPERATION_MATH_SINH: sinh(), angles in radians @VIPS_OPERATION_MATH_COSH: cosh(), angles in radians @VIPS_OPERATION_MATH_TANH: tanh(), angles in radians @VIPS_OPERATION_MATH_ASINH: asinh(), angles in radians @VIPS_OPERATION_MATH_ACOSH: acosh(), angles in radians @VIPS_OPERATION_MATH_ATANH: atanh(), angles in radians
VipsOperationMath2
VipsOperationMath2: @VIPS_OPERATION_MATH2_POW: pow(left, right) @VIPS_OPERATION_MATH2_WOP: pow(right, left) @VIPS_OPERATION_MATH2_ATAN2: atan2(left, right)
VipsOperationMorphology
VipsOperationRelational
VipsOperationRelational: @VIPS_OPERATION_RELATIONAL_EQUAL: == @VIPS_OPERATION_RELATIONAL_NOTEQ: != @VIPS_OPERATION_RELATIONAL_LESS: < @VIPS_OPERATION_RELATIONAL_LESSEQ: <= @VIPS_OPERATION_RELATIONAL_MORE: > @VIPS_OPERATION_RELATIONAL_MOREEQ: >=
VipsOperationRound
VipsOperationRound: @VIPS_OPERATION_ROUND_RINT: round to nearest @VIPS_OPERATION_ROUND_FLOOR: largest integral value not greater than @VIPS_OPERATION_ROUND_CEIL: the smallest integral value not less than
VipsPCS
VipsPel
VipsPel:
VipsPrecision
VipsProgress
VipsRect
VipsRefString
VipsRegion
VipsRegionClass
VipsRegionFillFn
VipsRegionShrink
VipsRegionShrink: @VIPS_REGION_SHRINK_MEAN: use the average @VIPS_REGION_SHRINK_MEDIAN: use the median @VIPS_REGION_SHRINK_MODE: use the mode @VIPS_REGION_SHRINK_MAX: use the maximum @VIPS_REGION_SHRINK_MIN: use the minimum @VIPS_REGION_SHRINK_NEAREST: use the top-left pixel
VipsRegionWrite
VipsSListFold2Fn
VipsSListMap2Fn
VipsSListMap4Fn
VipsSaveString
VipsSaveable
VipsSaveable: @VIPS_SAVEABLE_MONO: 1 band (eg. CSV) @VIPS_SAVEABLE_RGB: 1 or 3 bands (eg. PPM) @VIPS_SAVEABLE_RGBA: 1, 2, 3 or 4 bands (eg. PNG) @VIPS_SAVEABLE_RGBA_ONLY: 3 or 4 bands (eg. WEBP) @VIPS_SAVEABLE_RGB_CMYK: 1, 3 or 4 bands (eg. JPEG) @VIPS_SAVEABLE_ANY: any number of bands (eg. TIFF)
VipsSbuf
VipsSbufClass
VipsSinkNotify
VipsSize
VipsSource
VipsSourceClass
VipsSourceCustom
VipsSourceCustomClass
VipsSourceGInputStream
VipsSourceGInputStreamClass
VipsStartFn
VipsStopFn
VipsTarget
VipsTargetClass
VipsTargetCustom
VipsTargetCustomClass
VipsTextWrap
VipsThing
VipsThreadStartFn
VipsThreadState
VipsThreadStateClass
VipsThreadpoolAllocateFn
VipsThreadpoolProgressFn
VipsThreadpoolWorkFn
VipsThreadset
VipsToken
VipsToken: @VIPS_TOKEN_LEFT: left bracket @VIPS_TOKEN_RIGHT: right bracket @VIPS_TOKEN_STRING: string constant @VIPS_TOKEN_EQUALS: equals sign @VIPS_TOKEN_COMMA: comma
VipsTypeMap2Fn
VipsTypeMapFn
_GTlsPasswordFlags
GTlsPasswordFlags: @G_TLS_PASSWORD_NONE: No flags @G_TLS_PASSWORD_RETRY: The password was wrong, and the user should retry. @G_TLS_PASSWORD_MANY_TRIES: Hint to the user that the password has been wrong many times, and the user may not have many chances left. @G_TLS_PASSWORD_FINAL_TRY: Hint to the user that this is the last try to get this password right. @G_TLS_PASSWORD_PKCS11_USER: For PKCS #11, the user PIN is required. Since: 2.70. @G_TLS_PASSWORD_PKCS11_SECURITY_OFFICER: For PKCS #11, the security officer PIN is required. Since: 2.70. @G_TLS_PASSWORD_PKCS11_CONTEXT_SPECIFIC: For PKCS #11, the context-specific PIN is required. Since: 2.70.
_RegionType
__builtin_va_list
__darwin_blkcnt_t
__darwin_blksize_t
__darwin_clock_t
__darwin_ct_rune_t
__darwin_dev_t
__darwin_fsblkcnt_t
__darwin_fsfilcnt_t
__darwin_gid_t
__darwin_id_t
__darwin_ino64_t
__darwin_ino_t
__darwin_intptr_t
__darwin_mach_port_name_t
__darwin_mach_port_t
__darwin_mbstate_t
__darwin_mode_t
__darwin_natural_t
__darwin_nl_item
__darwin_off_t
__darwin_pid_t
__darwin_pthread_attr_t
__darwin_pthread_cond_t
__darwin_pthread_condattr_t
__darwin_pthread_key_t
__darwin_pthread_mutex_t
__darwin_pthread_mutexattr_t
__darwin_pthread_once_t
__darwin_pthread_rwlock_t
__darwin_pthread_rwlockattr_t
__darwin_pthread_t
__darwin_ptrdiff_t
__darwin_rune_t
__darwin_sigset_t
__darwin_size_t
__darwin_socklen_t
__darwin_ssize_t
__darwin_suseconds_t
__darwin_time_t
__darwin_uid_t
__darwin_useconds_t
__darwin_uuid_string_t
__darwin_uuid_t
__darwin_va_list
__darwin_wchar_t
__darwin_wctrans_t
__darwin_wctype_t
__darwin_wint_t
__gnuc_va_list
__int8_t
__int16_t
__int32_t
__int64_t
__uint8_t
__uint16_t
__uint32_t
__uint64_t
__uint128_t
_bindgen_ty_1
blkcnt_t
blksize_t
caddr_t
clock_t
clockid_t
ct_rune_t
daddr_t
dev_t
double_t
errno_t
fd_mask
filesec_t
fixpt_t
float_t
fpos_t
fsblkcnt_t
fsfilcnt_t
gatomicrefcount
gboolean
gchar
gchararray
gchararray:
gconstpointer
gdouble
gfloat
gid_t
gint
gint8
gint16
gint32
gint64
gintptr
glong
goffset
gpointer
grefcount
gshort
gsize
gssize
guchar
guint
guint8
guint16
guint32
guint64
guintptr
gulong
gunichar
gunichar:
gunichar2
gunichar2:
gushort
id_t
idtype_t
in_addr_t
in_port_t
ino64_t
ino_t
int_fast8_t
int_fast16_t
int_fast32_t
int_fast64_t
int_least8_t
int_least16_t
int_least32_t
int_least64_t
intmax_t
key_t
mach_port_t
malloc_type_id_t
malloc_zone_t
mcontext_t
mode_t
nlink_t
off_t
pid_t
pthread_attr_t
pthread_cond_t
pthread_condattr_t
pthread_jit_write_callback_t
pthread_key_t
pthread_mutex_t
pthread_mutexattr_t
pthread_once_t
pthread_override_t
pthread_rwlock_t
pthread_rwlockattr_t
pthread_t
qaddr_t
qos_class_t
quad_t
register_t
rlim_t
rsize_t
rune_t
rusage_info_current
rusage_info_t
segsz_t
sig_atomic_t
sig_t
siginfo_t
sigset_t
size_t
ssize_t
stack_t
suseconds_t
swblk_t
syscall_arg_t
time_t
u_char
u_int
u_int8_t
u_int16_t
u_int32_t
u_int64_t
u_long
u_quad_t
u_short
ucontext_t
uid_t
uint
uint_fast8_t
uint_fast16_t
uint_fast32_t
uint_fast64_t
uint_least8_t
uint_least16_t
uint_least32_t
uint_least64_t
uintmax_t
useconds_t
user_addr_t
user_long_t
user_off_t
user_size_t
user_ssize_t
user_time_t
user_ulong_t
ushort
uuid_t
va_list
wchar_t

Unions§

GWeakRef__bindgen_ty_1
_GDoubleIEEE754
_GFloatIEEE754
_GMutex
_GStaticRecMutex__bindgen_ty_1
_GTokenValue
_GValue__bindgen_ty_1
_GVariantBuilder__bindgen_ty_1
_GVariantDict__bindgen_ty_1
__mbstate_t
__sigaction_u
sigval
wait