|  | 
| enum class | Gio::MenuModel::Attribute { Gio::MenuModel::ACTION
,
 Gio::MenuModel::LABEL
,
 Gio::MenuModel::TARGET
,
 Gio::MenuModel::ACTION_NAMESPACE
,
 Gio::MenuModel::ICON
 }
 | 
|  | Attributes in Gio::MenuModel::get_item_attribute().  More... 
 | 
|  | 
| enum class | Gio::MenuModel::Link { Gio::MenuModel::SECTION
,
 Gio::MenuModel::SUBMENU
 }
 | 
|  | Link types in Gio::MenuModel::get_item_link().  More... 
 | 
|  | 
| enum class | Gio::AppInfo::CreateFlags { Gio::AppInfo::NONE = 0x0
,
 Gio::AppInfo::NEEDS_TERMINAL = (1 << 0)
,
 Gio::AppInfo::SUPPORTS_URIS = (1 << 1)
,
 Gio::AppInfo::SUPPORTS_STARTUP_NOTIFICATION = (1 << 2)
 }
 | 
|  | Flags used when creating a AppInfo.  More... 
 | 
|  | 
| enum class | Gio::Application::Flags { Gio::Application::NONE = 0x0
,
 Gio::Application::DEFAULT_FLAGS = 0x0
,
 Gio::Application::IS_SERVICE = (1 << 0)
,
 Gio::Application::IS_LAUNCHER = (1 << 1)
,
 Gio::Application::HANDLES_OPEN = (1 << 2)
,
 Gio::Application::HANDLES_COMMAND_LINE = (1 << 3)
,
 Gio::Application::SEND_ENVIRONMENT = (1 << 4)
,
 Gio::Application::NON_UNIQUE = (1 << 5)
,
 Gio::Application::CAN_OVERRIDE_APP_ID = (1 << 6)
,
 Gio::Application::ALLOW_REPLACEMENT = (1 << 7)
,
 Gio::Application::REPLACE = (1 << 8)
 }
 | 
|  | Flags used to define the behaviour of a Application.  More... 
 | 
|  | 
| enum class | Gio::Converter::Result { Gio::Converter::ERROR
,
 Gio::Converter::CONVERTED
,
 Gio::Converter::FINISHED
,
 Gio::Converter::FLUSHED
 }
 | 
|  | Results returned from g_converter_convert().  More... 
 | 
|  | 
| enum class | Gio::Converter::Flags { Gio::Converter::NO_FLAGS = 0x0
,
 Gio::Converter::INPUT_AT_END = (1 << 0)
,
 Gio::Converter::FLUSH = (1 << 1)
 }
 | 
|  | Flags used when calling a g_converter_convert().  More... 
 | 
|  | 
| enum class | Gio::Credentials::Type { Gio::Credentials::INVALID
,
 Gio::Credentials::LINUX_UCRED
,
 Gio::Credentials::FREEBSD_CMSGCRED
,
 Gio::Credentials::OPENBSD_SOCKPEERCRED
,
 Gio::Credentials::SOLARIS_UCRED
,
 Gio::Credentials::NETBSD_UNPCBID
,
 Gio::Credentials::APPLE_XUCRED
,
 Gio::Credentials::WIN32_PID
 }
 | 
|  | Enumeration describing different kinds of native credential types.  More... 
 | 
|  | 
| enum class | Gio::DBus::BusType { Gio::DBus::STARTER = -1
,
 Gio::DBus::NONE
,
 Gio::DBus::SYSTEM
,
 Gio::DBus::SESSION
 }
 | 
|  | An enumeration for well-known message buses.  More... 
 | 
|  | 
| enum class | Gio::DBus::CallFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::NO_AUTO_START = (1<<0)
,
 Gio::DBus::ALLOW_INTERACTIVE_AUTHORIZATION = (1<<1)
 }
 | 
|  | Flags used in g_dbus_connection_call() and similar APIs.  More... 
 | 
|  | 
| enum class | Gio::DBus::ConnectionFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::AUTHENTICATION_CLIENT = (1<<0)
,
 Gio::DBus::AUTHENTICATION_SERVER = (1<<1)
,
 Gio::DBus::AUTHENTICATION_ALLOW_ANONYMOUS = (1<<2)
,
 Gio::DBus::MESSAGE_BUS_CONNECTION = (1<<3)
,
 Gio::DBus::DELAY_MESSAGE_PROCESSING = (1<<4)
,
 Gio::DBus::AUTHENTICATION_REQUIRE_SAME_USER = (1<<5)
,
 Gio::DBus::CROSS_NAMESPACE = (1<<6)
 }
 | 
|  | Flags used when creating a new Gio::DBus::Connection.  More... 
 | 
|  | 
| enum class | Gio::DBus::SendMessageFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::PRESERVE_SERIAL = (1<<0)
 }
 | 
|  | Flags used when sending DBusMessages on a Gio::DBus::Connection.  More... 
 | 
|  | 
| enum class | Gio::DBus::SignalFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::NO_MATCH_RULE = (1<<0)
,
 Gio::DBus::MATCH_ARG0_NAMESPACE = (1<<1)
,
 Gio::DBus::MATCH_ARG0_PATH = (1<<2)
 }
 | 
|  | Flags used when subscribing to signals via g_dbus_connection_signal_subscribe().  More... 
 | 
|  | 
| enum class | Gio::DBus::SubtreeFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::DISPATCH_TO_UNENUMERATED_NODES = (1<<0)
 }
 | 
|  | Flags passed to g_dbus_connection_register_subtree().  More... 
 | 
|  | 
| enum class | Gio::DBus::InterfaceSkeleton::Flags { Gio::DBus::InterfaceSkeleton::NONE = 0x0
,
 Gio::DBus::InterfaceSkeleton::HANDLE_METHOD_INVOCATIONS_IN_THREAD = (1<<0)
 }
 | 
|  | Flags describing the behavior of a DBusInterfaceSkeleton instance.  More... 
 | 
|  | 
| enum class | Gio::DBus::PropertyInfoFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::READABLE = (1<<0)
,
 Gio::DBus::WRITABLE = (1<<1)
 }
 | 
|  | Flags describing the access control of a D-Bus property.  More... 
 | 
|  | 
| enum class | Gio::DBus::MessageType { Gio::DBus::INVALID
,
 Gio::DBus::METHOD_CALL
,
 Gio::DBus::METHOD_RETURN
,
 Gio::DBus::ERROR
,
 Gio::DBus::SIGNAL
 }
 | 
|  | Message types used in Gio::DBus::Message.  More... 
 | 
|  | 
| enum class | Gio::DBus::MessageFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::NO_REPLY_EXPECTED = (1<<0)
,
 Gio::DBus::NO_AUTO_START = (1<<1)
,
 Gio::DBus::ALLOW_INTERACTIVE_AUTHORIZATION = (1<<2)
 }
 | 
|  | Message flags used in Gio::DBus::Message.  More... 
 | 
|  | 
| enum class | Gio::DBus::MessageHeaderField { Gio::DBus::INVALID
,
 Gio::DBus::PATH
,
 Gio::DBus::INTERFACE
,
 Gio::DBus::MEMBER
,
 Gio::DBus::ERROR_NAME
,
 Gio::DBus::REPLY_SERIAL
,
 Gio::DBus::DESTINATION
,
 Gio::DBus::SENDER
,
 Gio::DBus::SIGNATURE
,
 Gio::DBus::NUM_UNIX_FDS
 }
 | 
|  | Header fields used in Gio::DBus::Message.  More... 
 | 
|  | 
| enum class | Gio::DBus::CapabilityFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::UNIX_FD_PASSING = (1<<0)
 }
 | 
|  | Capabilities negotiated with the remote peer.  More... 
 | 
|  | 
| enum class | Gio::DBus::Message::ByteOrder { Gio::DBus::Message::BIG_ENDIAN_ORDER = 'B'
,
 Gio::DBus::Message::LITTLE_ENDIAN_ORDER = 'l'
 }
 | 
|  | Enumeration used to describe the byte order of a D-Bus message.  More... 
 | 
|  | 
| enum class | Gio::DBus::ObjectManagerClient::Flags { Gio::DBus::ObjectManagerClient::NONE = 0x0
,
 Gio::DBus::ObjectManagerClient::DO_NOT_AUTO_START = (1<<0)
 }
 | 
|  | Flags used when constructing a DBusObjectManagerClient.  More... 
 | 
|  | 
| enum class | Gio::DBus::BusNameOwnerFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::ALLOW_REPLACEMENT = (1<<0)
,
 Gio::DBus::REPLACE = (1<<1)
,
 Gio::DBus::DO_NOT_QUEUE = (1<<2)
 }
 | 
|  | Flags used in g_bus_own_name().  More... 
 | 
|  | 
| enum class | Gio::DBus::ProxyFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::DO_NOT_LOAD_PROPERTIES = (1<<0)
,
 Gio::DBus::DO_NOT_CONNECT_SIGNALS = (1<<1)
,
 Gio::DBus::DO_NOT_AUTO_START = (1<<2)
,
 Gio::DBus::GET_INVALIDATED_PROPERTIES = (1<<3)
,
 Gio::DBus::DO_NOT_AUTO_START_AT_CONSTRUCTION = (1<<4)
,
 Gio::DBus::NO_MATCH_RULE = (1<<5)
 }
 | 
|  | Flags used when constructing an instance of a Gio::DBus::Proxy derived class.  More... 
 | 
|  | 
| enum class | Gio::DBus::Server::Flags { Gio::DBus::Server::NONE = 0x0
,
 Gio::DBus::Server::RUN_IN_THREAD = (1<<0)
,
 Gio::DBus::Server::AUTHENTICATION_ALLOW_ANONYMOUS = (1<<1)
,
 Gio::DBus::Server::AUTHENTICATION_REQUIRE_SAME_USER = (1<<2)
 }
 | 
|  | Flags used when creating a Gio::DBus::Server.  More... 
 | 
|  | 
| enum class | Gio::DBus::BusNameWatcherFlags { Gio::DBus::NONE = 0x0
,
 Gio::DBus::AUTO_START = (1<<0)
 }
 | 
|  | Flags used in g_bus_watch_name().  More... 
 | 
|  | 
| enum class | Gio::Drive::StartFlags { Gio::Drive::NONE = 0x0
 } | 
|  | Flags used when starting a drive.  More... 
 | 
|  | 
| enum class | Gio::Drive::StartStopType { Gio::Drive::UNKNOWN
,
 Gio::Drive::SHUTDOWN
,
 Gio::Drive::NETWORK
,
 Gio::Drive::MULTIDISK
,
 Gio::Drive::PASSWORD
 }
 | 
|  | Enumeration describing how a drive can be started/stopped.  More... 
 | 
|  | 
| enum class | Gio::Emblem::Origin { Gio::Emblem::UNKNOWN
,
 Gio::Emblem::DEVICE
,
 Gio::Emblem::LIVEMETADATA
,
 Gio::Emblem::TAG
 }
 | 
|  | GEmblemOrigin is used to add information about the origin of the emblem to Emblem.  More... 
 | 
|  | 
| enum class | Gio::DataStreamByteOrder { Gio::BIG_ENDIAN_ORDER
,
 Gio::LITTLE_ENDIAN_ORDER
,
 Gio::HOST_ENDIAN_ORDER
 }
 | 
|  | DataStreamByteOrder is used to ensure proper endianness of streaming data sources across various machine architectures.  More... 
 | 
|  | 
| enum class | Gio::DataStreamNewlineType { Gio::LF
,
 Gio::CR
,
 Gio::CR_LF
,
 Gio::ANY
 }
 | 
|  | DataStreamNewlineType is used when checking for or setting the line endings for a given file.  More... 
 | 
|  | 
| enum class | Gio::SocketFamily { Gio::INVALID = 0
,
 Gio::UNIX = GLIB_SYSDEF_AF_UNIX
,
 Gio::IPV4 = GLIB_SYSDEF_AF_INET
,
 Gio::IPV6 = GLIB_SYSDEF_AF_INET6
 }
 | 
|  | The protocol family of a SocketAddress.  More... 
 | 
|  | 
| enum class | Gio::TlsAuthenticationMode { Gio::NONE
,
 Gio::REQUESTED
,
 Gio::REQUIRED
 }
 | 
|  | The client authentication mode for a TlsServerConnection.  More... 
 | 
|  | 
| enum class | Gio::TlsCertificateFlags { Gio::NO_FLAGS = 0x0
,
 Gio::UNKNOWN_CA = (1 << 0)
,
 Gio::BAD_IDENTITY = (1 << 1)
,
 Gio::NOT_ACTIVATED = (1 << 2)
,
 Gio::EXPIRED = (1 << 3)
,
 Gio::REVOKED = (1 << 4)
,
 Gio::INSECURE = (1 << 5)
,
 Gio::GENERIC_ERROR = (1 << 6)
,
 Gio::VALIDATE_ALL = 0x007f
 }
 | 
|  | A set of flags describing TLS certification validation.  More... 
 | 
|  | 
| enum class | Gio::FileQueryInfoFlags { Gio::NONE = 0x0
,
 Gio::NOFOLLOW_SYMLINKS = (1 << 0)
 }
 | 
|  | Flags used when querying a FileInfo.  More... 
 | 
|  | 
| enum class | Gio::FileMonitorFlags { Gio::NONE = 0x0
,
 Gio::WATCH_MOUNTS = (1 << 0)
,
 Gio::SEND_MOVED = (1 << 1)
,
 Gio::WATCH_HARD_LINKS = (1 << 2)
,
 Gio::WATCH_MOVES = (1 << 3)
 }
 | 
|  | Flags used to set what a FileMonitor will watch for.  More... 
 | 
|  | 
| enum class | Gio::File::CreateFlags { Gio::File::NONE = 0x0
,
 Gio::File::PRIVATE = (1 << 0)
,
 Gio::File::REPLACE_DESTINATION = (1 << 1)
 }
 | 
|  | Flags used when an operation may create a file.  More... 
 | 
|  | 
| enum class | Gio::File::CopyFlags { Gio::File::NONE = 0x0
,
 Gio::File::OVERWRITE = (1 << 0)
,
 Gio::File::BACKUP = (1 << 1)
,
 Gio::File::NOFOLLOW_SYMLINKS = (1 << 2)
,
 Gio::File::ALL_METADATA = (1 << 3)
,
 Gio::File::NO_FALLBACK_FOR_MOVE = (1 << 4)
,
 Gio::File::TARGET_DEFAULT_PERMS = (1 << 5)
 }
 | 
|  | Flags used when copying or moving files.  More... 
 | 
|  | 
| enum class | Gio::File::MeasureFlags { Gio::File::NONE = 0x0
,
 Gio::File::REPORT_ANY_ERROR = (1 << 1)
,
 Gio::File::APPARENT_SIZE = (1 << 2)
,
 Gio::File::NO_XDEV = (1 << 3)
 }
 | 
|  | Flags that can be used with g_file_measure_disk_usage().  More... 
 | 
|  | 
| enum class | Gio::FileAttributeType { Gio::INVALID
,
 Gio::STRING
,
 Gio::BYTE_STRING
,
 Gio::BOOLEAN
,
 Gio::UINT32
,
 Gio::INT32
,
 Gio::UINT64
,
 Gio::INT64
,
 Gio::OBJECT
,
 Gio::STRINGV
 }
 | 
|  | The data types for file attributes.  More... 
 | 
|  | 
| enum class | Gio::FileAttributeStatus { Gio::UNSET
,
 Gio::SET
,
 Gio::ERROR_SETTING
 }
 | 
|  | Used by g_file_set_attributes_from_info() when setting file attributes.  More... 
 | 
|  | 
| enum class | Gio::FileAttributeInfo::Flags { Gio::FileAttributeInfo::NONE = 0x0
,
 Gio::FileAttributeInfo::COPY_WITH_FILE = (1 << 0)
,
 Gio::FileAttributeInfo::COPY_WHEN_MOVED = (1 << 1)
 }
 | 
|  | Flags specifying the behaviour of an attribute.  More... 
 | 
|  | 
| enum class | Gio::FileType { Gio::UNKNOWN
,
 Gio::REGULAR
,
 Gio::DIRECTORY
,
 Gio::SYMBOLIC_LINK
,
 Gio::SPECIAL
,
 Gio::SHORTCUT
,
 Gio::MOUNTABLE
 }
 | 
|  | Indicates the file's on-disk type.  More... 
 | 
|  | 
| enum class | Gio::FileMonitor::Event { Gio::FileMonitor::CHANGED
,
 Gio::FileMonitor::CHANGES_DONE_HINT
,
 Gio::FileMonitor::DELETED
,
 Gio::FileMonitor::CREATED
,
 Gio::FileMonitor::ATTRIBUTE_CHANGED
,
 Gio::FileMonitor::PRE_UNMOUNT
,
 Gio::FileMonitor::UNMOUNTED
,
 Gio::FileMonitor::MOVED
,
 Gio::FileMonitor::RENAMED
,
 Gio::FileMonitor::MOVED_IN
,
 Gio::FileMonitor::MOVED_OUT
 }
 | 
|  | Specifies what type of event a monitor event is.  More... 
 | 
|  | 
| enum class | Gio::IOStream::SpliceFlags { Gio::IOStream::NONE = 0x0
,
 Gio::IOStream::CLOSE_STREAM1 = (1 << 0)
,
 Gio::IOStream::CLOSE_STREAM2 = (1 << 1)
,
 Gio::IOStream::WAIT_FOR_BOTH = (1 << 2)
 }
 | 
|  | GIOStreamSpliceFlags determine how streams should be spliced.  More... 
 | 
|  | 
| enum class | Gio::Mount::UnmountFlags { Gio::Mount::NONE = 0x0
,
 Gio::Mount::FORCE = (1 << 0)
 }
 | 
|  | Flags used when an unmounting a mount.  More... 
 | 
|  | 
| enum class | Gio::Mount::MountFlags { Gio::Mount::NONE = 0x0
 } | 
|  | Flags used when mounting a mount.  More... 
 | 
|  | 
| enum class | Gio::AskPasswordFlags { Gio::NEED_PASSWORD = (1 << 0)
,
 Gio::NEED_USERNAME = (1 << 1)
,
 Gio::NEED_DOMAIN = (1 << 2)
,
 Gio::SAVING_SUPPORTED = (1 << 3)
,
 Gio::ANONYMOUS_SUPPORTED = (1 << 4)
,
 Gio::TCRYPT = (1 << 5)
 }
 | 
|  | AskPasswordFlags are used to request specific information from the user, or to notify the user of their choices in an authentication situation.  More... 
 | 
|  | 
| enum class | Gio::PasswordSave { Gio::NEVER
,
 Gio::FOR_SESSION
,
 Gio::PERMANENTLY
 }
 | 
|  | PasswordSave is used to indicate the lifespan of a saved password.  More... 
 | 
|  | 
| enum class | Gio::MountOperationResult { Gio::HANDLED
,
 Gio::ABORTED
,
 Gio::UNHANDLED
 }
 | 
|  | MountOperationResult is returned as a result when a request for information is send by the mounting operation.  More... 
 | 
|  | 
| enum class | Gio::NetworkConnectivity { Gio::LOCAL = 1
,
 Gio::LIMITED
,
 Gio::PORTAL
,
 Gio::FULL
 }
 | 
|  | The host's network connectivity state, as reported by NetworkMonitor.  More... 
 | 
|  | 
| enum class | Gio::Notification::Priority { Gio::Notification::NORMAL
,
 Gio::Notification::LOW
,
 Gio::Notification::HIGH
,
 Gio::Notification::URGENT
 }
 | 
|  | Priority levels for Notifications.  More... 
 | 
|  | 
| enum class | Gio::OutputStream::SpliceFlags { Gio::OutputStream::NONE = 0x0
,
 Gio::OutputStream::CLOSE_SOURCE = (1 << 0)
,
 Gio::OutputStream::CLOSE_TARGET = (1 << 1)
 }
 | 
|  | GOutputStreamSpliceFlags determine how streams should be spliced.  More... 
 | 
|  | 
| enum class | Gio::Resolver::RecordType { Gio::Resolver::SRV = 1
,
 Gio::Resolver::MX
,
 Gio::Resolver::TXT
,
 Gio::Resolver::SOA
,
 Gio::Resolver::NS
 }
 | 
|  | The type of record that g_resolver_lookup_records() or g_resolver_lookup_records_async() should retrieve.  More... 
 | 
|  | 
| enum class | Gio::Resolver::NameLookupFlags { Gio::Resolver::DEFAULT = 0x0
,
 Gio::Resolver::IPV4_ONLY = 1 << 0
,
 Gio::Resolver::IPV6_ONLY = 1 << 1
 }
 | 
|  | Flags to modify lookup behavior.  More... 
 | 
|  | 
| enum class | Gio::Resource::Flags { Gio::Resource::NONE = 0x0
,
 Gio::Resource::COMPRESSED = (1<<0)
 }
 | 
|  | GResourceFlags give information about a particular file inside a resource bundle.  More... 
 | 
|  | 
| enum class | Gio::Resource::LookupFlags { Gio::Resource::NONE = 0x0
 } | 
|  | GResourceLookupFlags determine how resource path lookups are handled.  More... 
 | 
|  | 
| enum class | Gio::Settings::BindFlags { Gio::Settings::DEFAULT = 0x0
,
 Gio::Settings::GET = (1<<0)
,
 Gio::Settings::SET = (1<<1)
,
 Gio::Settings::NO_SENSITIVITY = (1<<2)
,
 Gio::Settings::GET_NO_CHANGES = (1<<3)
,
 Gio::Settings::INVERT_BOOLEAN = (1<<4)
 }
 | 
|  | Flags used when creating a binding.  More... 
 | 
|  | 
| enum class | Gio::Socket::Type { Gio::Socket::INVALID
,
 Gio::Socket::STREAM
,
 Gio::Socket::DATAGRAM
,
 Gio::Socket::SEQPACKET
 }
 | 
|  | Flags used when creating a Socket.  More... 
 | 
|  | 
| enum class | Gio::Socket::Protocol { Gio::Socket::UNKNOWN = -1
,
 Gio::Socket::DEFAULT = 0
,
 Gio::Socket::TCP = 6
,
 Gio::Socket::UDP = 17
,
 Gio::Socket::SCTP = 132
 }
 | 
|  | A protocol identifier is specified when creating a Socket, which is a family/type specific identifier, where 0 means the default protocol for the particular family/type.  More... 
 | 
|  | 
| enum class | Gio::Socket::MsgFlags { Gio::Socket::NONE = 0x0
,
 Gio::Socket::OOB = GLIB_SYSDEF_MSG_OOB
,
 Gio::Socket::PEEK = GLIB_SYSDEF_MSG_PEEK
,
 Gio::Socket::DONTROUTE = GLIB_SYSDEF_MSG_DONTROUTE
 }
 | 
|  | Flags used in g_socket_receive_message() and g_socket_send_message().  More... 
 | 
|  | 
| enum class | Gio::SocketClientEvent { Gio::RESOLVING
,
 Gio::RESOLVED
,
 Gio::CONNECTING
,
 Gio::CONNECTED
,
 Gio::PROXY_NEGOTIATING
,
 Gio::PROXY_NEGOTIATED
,
 Gio::TLS_HANDSHAKING
,
 Gio::TLS_HANDSHAKED
,
 Gio::COMPLETE
 }
 | 
|  | Describes an event occurring on a SocketClient.  More... 
 | 
|  | 
| enum class | Gio::TlsProtocolVersion { Gio::UNKNOWN = 0
,
 Gio::SSL_3_0 = 1
,
 Gio::TLS_1_0 = 2
,
 Gio::TLS_1_1 = 3
,
 Gio::TLS_1_2 = 4
,
 Gio::TLS_1_3 = 5
,
 Gio::DTLS_1_0 = 201
,
 Gio::DTLS_1_2 = 202
 }
 | 
|  | The TLS or DTLS protocol version used by a TlsConnection or DtlsConnection.  More... 
 | 
|  | 
| enum class | Gio::TlsDatabase::VerifyFlags { Gio::TlsDatabase::NONE = 0x0
 } | 
|  | Flags for g_tls_database_verify_chain().  More... 
 | 
|  | 
| enum class | Gio::TlsDatabase::LookupFlags { Gio::TlsDatabase::NONE = 0x0
,
 Gio::TlsDatabase::KEYPAIR = 0x1
 }
 | 
|  | Flags for g_tls_database_lookup_certificate_for_handle(), g_tls_database_lookup_certificate_issuer(), and g_tls_database_lookup_certificates_issued_by().  More... 
 | 
|  | 
| enum class | Gio::TlsInteractionResult { Gio::UNHANDLED
,
 Gio::HANDLED
,
 Gio::FAILED
 }
 | 
|  | TlsInteractionResult is returned by various functions in TlsInteraction when finishing an interaction request.  More... 
 | 
|  | 
| enum class | Gio::TlsCertificateRequestFlags { Gio::NONE = 0x0
 } | 
|  | Flags for g_tls_interaction_request_certificate(), g_tls_interaction_request_certificate_async(), and g_tls_interaction_invoke_request_certificate().  More... 
 | 
|  | 
| enum class | Gio::TlsPassword::Flags { Gio::TlsPassword::NONE = 0x0
,
 Gio::TlsPassword::RETRY = 1 << 1
,
 Gio::TlsPassword::MANY_TRIES = 1 << 2
,
 Gio::TlsPassword::FINAL_TRY = 1 << 3
,
 Gio::TlsPassword::PKCS11_USER = 1 << 4
,
 Gio::TlsPassword::PKCS11_SECURITY_OFFICER = 1 << 5
,
 Gio::TlsPassword::PKCS11_CONTEXT_SPECIFIC = 1 << 6
 }
 | 
|  | Various flags for the password.  More... 
 | 
|  | 
| enum class | Gio::ZlibCompressorFormat { Gio::ZLIB
,
 Gio::GZIP
,
 Gio::RAW
 }
 | 
|  | Used to select the type of data format to use for ZlibDecompressor and ZlibCompressor.  More... 
 | 
|  | 
| enum class | Gio::UnixSocketAddress::Type { Gio::UnixSocketAddress::INVALID
,
 Gio::UnixSocketAddress::ANONYMOUS
,
 Gio::UnixSocketAddress::PATH
,
 Gio::UnixSocketAddress::ABSTRACT
,
 Gio::UnixSocketAddress::ABSTRACT_PADDED
 }
 | 
|  | The type of name used by a UnixSocketAddress.  More... 
 | 
|  | 
|  | 
| AppInfo::CreateFlags | Gio::operator| (AppInfo::CreateFlags lhs, AppInfo::CreateFlags rhs) | 
|  | 
| AppInfo::CreateFlags | Gio::operator& (AppInfo::CreateFlags lhs, AppInfo::CreateFlags rhs) | 
|  | 
| AppInfo::CreateFlags | Gio::operator^ (AppInfo::CreateFlags lhs, AppInfo::CreateFlags rhs) | 
|  | 
| AppInfo::CreateFlags | Gio::operator~ (AppInfo::CreateFlags flags) | 
|  | 
| AppInfo::CreateFlags & | Gio::operator|= (AppInfo::CreateFlags & lhs, AppInfo::CreateFlags rhs) | 
|  | 
| AppInfo::CreateFlags & | Gio::operator&= (AppInfo::CreateFlags & lhs, AppInfo::CreateFlags rhs) | 
|  | 
| AppInfo::CreateFlags & | Gio::operator^= (AppInfo::CreateFlags & lhs, AppInfo::CreateFlags rhs) | 
|  | 
| Application::Flags | Gio::operator| (Application::Flags lhs, Application::Flags rhs) | 
|  | 
| Application::Flags | Gio::operator& (Application::Flags lhs, Application::Flags rhs) | 
|  | 
| Application::Flags | Gio::operator^ (Application::Flags lhs, Application::Flags rhs) | 
|  | 
| Application::Flags | Gio::operator~ (Application::Flags flags) | 
|  | 
| Application::Flags & | Gio::operator|= (Application::Flags & lhs, Application::Flags rhs) | 
|  | 
| Application::Flags & | Gio::operator&= (Application::Flags & lhs, Application::Flags rhs) | 
|  | 
| Application::Flags & | Gio::operator^= (Application::Flags & lhs, Application::Flags rhs) | 
|  | 
| Converter::Flags | Gio::operator| (Converter::Flags lhs, Converter::Flags rhs) | 
|  | 
| Converter::Flags | Gio::operator& (Converter::Flags lhs, Converter::Flags rhs) | 
|  | 
| Converter::Flags | Gio::operator^ (Converter::Flags lhs, Converter::Flags rhs) | 
|  | 
| Converter::Flags | Gio::operator~ (Converter::Flags flags) | 
|  | 
| Converter::Flags & | Gio::operator|= (Converter::Flags & lhs, Converter::Flags rhs) | 
|  | 
| Converter::Flags & | Gio::operator&= (Converter::Flags & lhs, Converter::Flags rhs) | 
|  | 
| Converter::Flags & | Gio::operator^= (Converter::Flags & lhs, Converter::Flags rhs) | 
|  | 
| CallFlags | Gio::DBus::operator| (CallFlags lhs, CallFlags rhs) | 
|  | 
| CallFlags | Gio::DBus::operator& (CallFlags lhs, CallFlags rhs) | 
|  | 
| CallFlags | Gio::DBus::operator^ (CallFlags lhs, CallFlags rhs) | 
|  | 
| CallFlags | Gio::DBus::operator~ (CallFlags flags) | 
|  | 
| CallFlags & | Gio::DBus::operator|= (CallFlags & lhs, CallFlags rhs) | 
|  | 
| CallFlags & | Gio::DBus::operator&= (CallFlags & lhs, CallFlags rhs) | 
|  | 
| CallFlags & | Gio::DBus::operator^= (CallFlags & lhs, CallFlags rhs) | 
|  | 
| ConnectionFlags | Gio::DBus::operator| (ConnectionFlags lhs, ConnectionFlags rhs) | 
|  | 
| ConnectionFlags | Gio::DBus::operator& (ConnectionFlags lhs, ConnectionFlags rhs) | 
|  | 
| ConnectionFlags | Gio::DBus::operator^ (ConnectionFlags lhs, ConnectionFlags rhs) | 
|  | 
| ConnectionFlags | Gio::DBus::operator~ (ConnectionFlags flags) | 
|  | 
| ConnectionFlags & | Gio::DBus::operator|= (ConnectionFlags & lhs, ConnectionFlags rhs) | 
|  | 
| ConnectionFlags & | Gio::DBus::operator&= (ConnectionFlags & lhs, ConnectionFlags rhs) | 
|  | 
| ConnectionFlags & | Gio::DBus::operator^= (ConnectionFlags & lhs, ConnectionFlags rhs) | 
|  | 
| SendMessageFlags | Gio::DBus::operator| (SendMessageFlags lhs, SendMessageFlags rhs) | 
|  | 
| SendMessageFlags | Gio::DBus::operator& (SendMessageFlags lhs, SendMessageFlags rhs) | 
|  | 
| SendMessageFlags | Gio::DBus::operator^ (SendMessageFlags lhs, SendMessageFlags rhs) | 
|  | 
| SendMessageFlags | Gio::DBus::operator~ (SendMessageFlags flags) | 
|  | 
| SendMessageFlags & | Gio::DBus::operator|= (SendMessageFlags & lhs, SendMessageFlags rhs) | 
|  | 
| SendMessageFlags & | Gio::DBus::operator&= (SendMessageFlags & lhs, SendMessageFlags rhs) | 
|  | 
| SendMessageFlags & | Gio::DBus::operator^= (SendMessageFlags & lhs, SendMessageFlags rhs) | 
|  | 
| SignalFlags | Gio::DBus::operator| (SignalFlags lhs, SignalFlags rhs) | 
|  | 
| SignalFlags | Gio::DBus::operator& (SignalFlags lhs, SignalFlags rhs) | 
|  | 
| SignalFlags | Gio::DBus::operator^ (SignalFlags lhs, SignalFlags rhs) | 
|  | 
| SignalFlags | Gio::DBus::operator~ (SignalFlags flags) | 
|  | 
| SignalFlags & | Gio::DBus::operator|= (SignalFlags & lhs, SignalFlags rhs) | 
|  | 
| SignalFlags & | Gio::DBus::operator&= (SignalFlags & lhs, SignalFlags rhs) | 
|  | 
| SignalFlags & | Gio::DBus::operator^= (SignalFlags & lhs, SignalFlags rhs) | 
|  | 
| SubtreeFlags | Gio::DBus::operator| (SubtreeFlags lhs, SubtreeFlags rhs) | 
|  | 
| SubtreeFlags | Gio::DBus::operator& (SubtreeFlags lhs, SubtreeFlags rhs) | 
|  | 
| SubtreeFlags | Gio::DBus::operator^ (SubtreeFlags lhs, SubtreeFlags rhs) | 
|  | 
| SubtreeFlags | Gio::DBus::operator~ (SubtreeFlags flags) | 
|  | 
| SubtreeFlags & | Gio::DBus::operator|= (SubtreeFlags & lhs, SubtreeFlags rhs) | 
|  | 
| SubtreeFlags & | Gio::DBus::operator&= (SubtreeFlags & lhs, SubtreeFlags rhs) | 
|  | 
| SubtreeFlags & | Gio::DBus::operator^= (SubtreeFlags & lhs, SubtreeFlags rhs) | 
|  | 
| InterfaceSkeleton::Flags | Gio::DBus::operator| (InterfaceSkeleton::Flags lhs, InterfaceSkeleton::Flags rhs) | 
|  | 
| InterfaceSkeleton::Flags | Gio::DBus::operator& (InterfaceSkeleton::Flags lhs, InterfaceSkeleton::Flags rhs) | 
|  | 
| InterfaceSkeleton::Flags | Gio::DBus::operator^ (InterfaceSkeleton::Flags lhs, InterfaceSkeleton::Flags rhs) | 
|  | 
| InterfaceSkeleton::Flags | Gio::DBus::operator~ (InterfaceSkeleton::Flags flags) | 
|  | 
| InterfaceSkeleton::Flags & | Gio::DBus::operator|= (InterfaceSkeleton::Flags & lhs, InterfaceSkeleton::Flags rhs) | 
|  | 
| InterfaceSkeleton::Flags & | Gio::DBus::operator&= (InterfaceSkeleton::Flags & lhs, InterfaceSkeleton::Flags rhs) | 
|  | 
| InterfaceSkeleton::Flags & | Gio::DBus::operator^= (InterfaceSkeleton::Flags & lhs, InterfaceSkeleton::Flags rhs) | 
|  | 
| PropertyInfoFlags | Gio::DBus::operator| (PropertyInfoFlags lhs, PropertyInfoFlags rhs) | 
|  | 
| PropertyInfoFlags | Gio::DBus::operator& (PropertyInfoFlags lhs, PropertyInfoFlags rhs) | 
|  | 
| PropertyInfoFlags | Gio::DBus::operator^ (PropertyInfoFlags lhs, PropertyInfoFlags rhs) | 
|  | 
| PropertyInfoFlags | Gio::DBus::operator~ (PropertyInfoFlags flags) | 
|  | 
| PropertyInfoFlags & | Gio::DBus::operator|= (PropertyInfoFlags & lhs, PropertyInfoFlags rhs) | 
|  | 
| PropertyInfoFlags & | Gio::DBus::operator&= (PropertyInfoFlags & lhs, PropertyInfoFlags rhs) | 
|  | 
| PropertyInfoFlags & | Gio::DBus::operator^= (PropertyInfoFlags & lhs, PropertyInfoFlags rhs) | 
|  | 
| MessageFlags | Gio::DBus::operator| (MessageFlags lhs, MessageFlags rhs) | 
|  | 
| MessageFlags | Gio::DBus::operator& (MessageFlags lhs, MessageFlags rhs) | 
|  | 
| MessageFlags | Gio::DBus::operator^ (MessageFlags lhs, MessageFlags rhs) | 
|  | 
| MessageFlags | Gio::DBus::operator~ (MessageFlags flags) | 
|  | 
| MessageFlags & | Gio::DBus::operator|= (MessageFlags & lhs, MessageFlags rhs) | 
|  | 
| MessageFlags & | Gio::DBus::operator&= (MessageFlags & lhs, MessageFlags rhs) | 
|  | 
| MessageFlags & | Gio::DBus::operator^= (MessageFlags & lhs, MessageFlags rhs) | 
|  | 
| CapabilityFlags | Gio::DBus::operator| (CapabilityFlags lhs, CapabilityFlags rhs) | 
|  | 
| CapabilityFlags | Gio::DBus::operator& (CapabilityFlags lhs, CapabilityFlags rhs) | 
|  | 
| CapabilityFlags | Gio::DBus::operator^ (CapabilityFlags lhs, CapabilityFlags rhs) | 
|  | 
| CapabilityFlags | Gio::DBus::operator~ (CapabilityFlags flags) | 
|  | 
| CapabilityFlags & | Gio::DBus::operator|= (CapabilityFlags & lhs, CapabilityFlags rhs) | 
|  | 
| CapabilityFlags & | Gio::DBus::operator&= (CapabilityFlags & lhs, CapabilityFlags rhs) | 
|  | 
| CapabilityFlags & | Gio::DBus::operator^= (CapabilityFlags & lhs, CapabilityFlags rhs) | 
|  | 
| ObjectManagerClient::Flags | Gio::DBus::operator| (ObjectManagerClient::Flags lhs, ObjectManagerClient::Flags rhs) | 
|  | 
| ObjectManagerClient::Flags | Gio::DBus::operator& (ObjectManagerClient::Flags lhs, ObjectManagerClient::Flags rhs) | 
|  | 
| ObjectManagerClient::Flags | Gio::DBus::operator^ (ObjectManagerClient::Flags lhs, ObjectManagerClient::Flags rhs) | 
|  | 
| ObjectManagerClient::Flags | Gio::DBus::operator~ (ObjectManagerClient::Flags flags) | 
|  | 
| ObjectManagerClient::Flags & | Gio::DBus::operator|= (ObjectManagerClient::Flags & lhs, ObjectManagerClient::Flags rhs) | 
|  | 
| ObjectManagerClient::Flags & | Gio::DBus::operator&= (ObjectManagerClient::Flags & lhs, ObjectManagerClient::Flags rhs) | 
|  | 
| ObjectManagerClient::Flags & | Gio::DBus::operator^= (ObjectManagerClient::Flags & lhs, ObjectManagerClient::Flags rhs) | 
|  | 
| BusNameOwnerFlags | Gio::DBus::operator| (BusNameOwnerFlags lhs, BusNameOwnerFlags rhs) | 
|  | 
| BusNameOwnerFlags | Gio::DBus::operator& (BusNameOwnerFlags lhs, BusNameOwnerFlags rhs) | 
|  | 
| BusNameOwnerFlags | Gio::DBus::operator^ (BusNameOwnerFlags lhs, BusNameOwnerFlags rhs) | 
|  | 
| BusNameOwnerFlags | Gio::DBus::operator~ (BusNameOwnerFlags flags) | 
|  | 
| BusNameOwnerFlags & | Gio::DBus::operator|= (BusNameOwnerFlags & lhs, BusNameOwnerFlags rhs) | 
|  | 
| BusNameOwnerFlags & | Gio::DBus::operator&= (BusNameOwnerFlags & lhs, BusNameOwnerFlags rhs) | 
|  | 
| BusNameOwnerFlags & | Gio::DBus::operator^= (BusNameOwnerFlags & lhs, BusNameOwnerFlags rhs) | 
|  | 
| ProxyFlags | Gio::DBus::operator| (ProxyFlags lhs, ProxyFlags rhs) | 
|  | 
| ProxyFlags | Gio::DBus::operator& (ProxyFlags lhs, ProxyFlags rhs) | 
|  | 
| ProxyFlags | Gio::DBus::operator^ (ProxyFlags lhs, ProxyFlags rhs) | 
|  | 
| ProxyFlags | Gio::DBus::operator~ (ProxyFlags flags) | 
|  | 
| ProxyFlags & | Gio::DBus::operator|= (ProxyFlags & lhs, ProxyFlags rhs) | 
|  | 
| ProxyFlags & | Gio::DBus::operator&= (ProxyFlags & lhs, ProxyFlags rhs) | 
|  | 
| ProxyFlags & | Gio::DBus::operator^= (ProxyFlags & lhs, ProxyFlags rhs) | 
|  | 
| Server::Flags | Gio::DBus::operator| (Server::Flags lhs, Server::Flags rhs) | 
|  | 
| Server::Flags | Gio::DBus::operator& (Server::Flags lhs, Server::Flags rhs) | 
|  | 
| Server::Flags | Gio::DBus::operator^ (Server::Flags lhs, Server::Flags rhs) | 
|  | 
| Server::Flags | Gio::DBus::operator~ (Server::Flags flags) | 
|  | 
| Server::Flags & | Gio::DBus::operator|= (Server::Flags & lhs, Server::Flags rhs) | 
|  | 
| Server::Flags & | Gio::DBus::operator&= (Server::Flags & lhs, Server::Flags rhs) | 
|  | 
| Server::Flags & | Gio::DBus::operator^= (Server::Flags & lhs, Server::Flags rhs) | 
|  | 
| BusNameWatcherFlags | Gio::DBus::operator| (BusNameWatcherFlags lhs, BusNameWatcherFlags rhs) | 
|  | 
| BusNameWatcherFlags | Gio::DBus::operator& (BusNameWatcherFlags lhs, BusNameWatcherFlags rhs) | 
|  | 
| BusNameWatcherFlags | Gio::DBus::operator^ (BusNameWatcherFlags lhs, BusNameWatcherFlags rhs) | 
|  | 
| BusNameWatcherFlags | Gio::DBus::operator~ (BusNameWatcherFlags flags) | 
|  | 
| BusNameWatcherFlags & | Gio::DBus::operator|= (BusNameWatcherFlags & lhs, BusNameWatcherFlags rhs) | 
|  | 
| BusNameWatcherFlags & | Gio::DBus::operator&= (BusNameWatcherFlags & lhs, BusNameWatcherFlags rhs) | 
|  | 
| BusNameWatcherFlags & | Gio::DBus::operator^= (BusNameWatcherFlags & lhs, BusNameWatcherFlags rhs) | 
|  | 
| Drive::StartFlags | Gio::operator| (Drive::StartFlags lhs, Drive::StartFlags rhs) | 
|  | 
| Drive::StartFlags | Gio::operator& (Drive::StartFlags lhs, Drive::StartFlags rhs) | 
|  | 
| Drive::StartFlags | Gio::operator^ (Drive::StartFlags lhs, Drive::StartFlags rhs) | 
|  | 
| Drive::StartFlags | Gio::operator~ (Drive::StartFlags flags) | 
|  | 
| Drive::StartFlags & | Gio::operator|= (Drive::StartFlags & lhs, Drive::StartFlags rhs) | 
|  | 
| Drive::StartFlags & | Gio::operator&= (Drive::StartFlags & lhs, Drive::StartFlags rhs) | 
|  | 
| Drive::StartFlags & | Gio::operator^= (Drive::StartFlags & lhs, Drive::StartFlags rhs) | 
|  | 
| TlsCertificateFlags | Gio::operator| (TlsCertificateFlags lhs, TlsCertificateFlags rhs) | 
|  | 
| TlsCertificateFlags | Gio::operator& (TlsCertificateFlags lhs, TlsCertificateFlags rhs) | 
|  | 
| TlsCertificateFlags | Gio::operator^ (TlsCertificateFlags lhs, TlsCertificateFlags rhs) | 
|  | 
| TlsCertificateFlags | Gio::operator~ (TlsCertificateFlags flags) | 
|  | 
| TlsCertificateFlags & | Gio::operator|= (TlsCertificateFlags & lhs, TlsCertificateFlags rhs) | 
|  | 
| TlsCertificateFlags & | Gio::operator&= (TlsCertificateFlags & lhs, TlsCertificateFlags rhs) | 
|  | 
| TlsCertificateFlags & | Gio::operator^= (TlsCertificateFlags & lhs, TlsCertificateFlags rhs) | 
|  | 
| FileQueryInfoFlags | Gio::operator| (FileQueryInfoFlags lhs, FileQueryInfoFlags rhs) | 
|  | 
| FileQueryInfoFlags | Gio::operator& (FileQueryInfoFlags lhs, FileQueryInfoFlags rhs) | 
|  | 
| FileQueryInfoFlags | Gio::operator^ (FileQueryInfoFlags lhs, FileQueryInfoFlags rhs) | 
|  | 
| FileQueryInfoFlags | Gio::operator~ (FileQueryInfoFlags flags) | 
|  | 
| FileQueryInfoFlags & | Gio::operator|= (FileQueryInfoFlags & lhs, FileQueryInfoFlags rhs) | 
|  | 
| FileQueryInfoFlags & | Gio::operator&= (FileQueryInfoFlags & lhs, FileQueryInfoFlags rhs) | 
|  | 
| FileQueryInfoFlags & | Gio::operator^= (FileQueryInfoFlags & lhs, FileQueryInfoFlags rhs) | 
|  | 
| FileMonitorFlags | Gio::operator| (FileMonitorFlags lhs, FileMonitorFlags rhs) | 
|  | 
| FileMonitorFlags | Gio::operator& (FileMonitorFlags lhs, FileMonitorFlags rhs) | 
|  | 
| FileMonitorFlags | Gio::operator^ (FileMonitorFlags lhs, FileMonitorFlags rhs) | 
|  | 
| FileMonitorFlags | Gio::operator~ (FileMonitorFlags flags) | 
|  | 
| FileMonitorFlags & | Gio::operator|= (FileMonitorFlags & lhs, FileMonitorFlags rhs) | 
|  | 
| FileMonitorFlags & | Gio::operator&= (FileMonitorFlags & lhs, FileMonitorFlags rhs) | 
|  | 
| FileMonitorFlags & | Gio::operator^= (FileMonitorFlags & lhs, FileMonitorFlags rhs) | 
|  | 
| File::CreateFlags | Gio::operator| (File::CreateFlags lhs, File::CreateFlags rhs) | 
|  | 
| File::CreateFlags | Gio::operator& (File::CreateFlags lhs, File::CreateFlags rhs) | 
|  | 
| File::CreateFlags | Gio::operator^ (File::CreateFlags lhs, File::CreateFlags rhs) | 
|  | 
| File::CreateFlags | Gio::operator~ (File::CreateFlags flags) | 
|  | 
| File::CreateFlags & | Gio::operator|= (File::CreateFlags & lhs, File::CreateFlags rhs) | 
|  | 
| File::CreateFlags & | Gio::operator&= (File::CreateFlags & lhs, File::CreateFlags rhs) | 
|  | 
| File::CreateFlags & | Gio::operator^= (File::CreateFlags & lhs, File::CreateFlags rhs) | 
|  | 
| File::CopyFlags | Gio::operator| (File::CopyFlags lhs, File::CopyFlags rhs) | 
|  | 
| File::CopyFlags | Gio::operator& (File::CopyFlags lhs, File::CopyFlags rhs) | 
|  | 
| File::CopyFlags | Gio::operator^ (File::CopyFlags lhs, File::CopyFlags rhs) | 
|  | 
| File::CopyFlags | Gio::operator~ (File::CopyFlags flags) | 
|  | 
| File::CopyFlags & | Gio::operator|= (File::CopyFlags & lhs, File::CopyFlags rhs) | 
|  | 
| File::CopyFlags & | Gio::operator&= (File::CopyFlags & lhs, File::CopyFlags rhs) | 
|  | 
| File::CopyFlags & | Gio::operator^= (File::CopyFlags & lhs, File::CopyFlags rhs) | 
|  | 
| File::MeasureFlags | Gio::operator| (File::MeasureFlags lhs, File::MeasureFlags rhs) | 
|  | 
| File::MeasureFlags | Gio::operator& (File::MeasureFlags lhs, File::MeasureFlags rhs) | 
|  | 
| File::MeasureFlags | Gio::operator^ (File::MeasureFlags lhs, File::MeasureFlags rhs) | 
|  | 
| File::MeasureFlags | Gio::operator~ (File::MeasureFlags flags) | 
|  | 
| File::MeasureFlags & | Gio::operator|= (File::MeasureFlags & lhs, File::MeasureFlags rhs) | 
|  | 
| File::MeasureFlags & | Gio::operator&= (File::MeasureFlags & lhs, File::MeasureFlags rhs) | 
|  | 
| File::MeasureFlags & | Gio::operator^= (File::MeasureFlags & lhs, File::MeasureFlags rhs) | 
|  | 
| FileAttributeInfo::Flags | Gio::operator| (FileAttributeInfo::Flags lhs, FileAttributeInfo::Flags rhs) | 
|  | 
| FileAttributeInfo::Flags | Gio::operator& (FileAttributeInfo::Flags lhs, FileAttributeInfo::Flags rhs) | 
|  | 
| FileAttributeInfo::Flags | Gio::operator^ (FileAttributeInfo::Flags lhs, FileAttributeInfo::Flags rhs) | 
|  | 
| FileAttributeInfo::Flags | Gio::operator~ (FileAttributeInfo::Flags flags) | 
|  | 
| FileAttributeInfo::Flags & | Gio::operator|= (FileAttributeInfo::Flags & lhs, FileAttributeInfo::Flags rhs) | 
|  | 
| FileAttributeInfo::Flags & | Gio::operator&= (FileAttributeInfo::Flags & lhs, FileAttributeInfo::Flags rhs) | 
|  | 
| FileAttributeInfo::Flags & | Gio::operator^= (FileAttributeInfo::Flags & lhs, FileAttributeInfo::Flags rhs) | 
|  | 
| IOStream::SpliceFlags | Gio::operator| (IOStream::SpliceFlags lhs, IOStream::SpliceFlags rhs) | 
|  | 
| IOStream::SpliceFlags | Gio::operator& (IOStream::SpliceFlags lhs, IOStream::SpliceFlags rhs) | 
|  | 
| IOStream::SpliceFlags | Gio::operator^ (IOStream::SpliceFlags lhs, IOStream::SpliceFlags rhs) | 
|  | 
| IOStream::SpliceFlags | Gio::operator~ (IOStream::SpliceFlags flags) | 
|  | 
| IOStream::SpliceFlags & | Gio::operator|= (IOStream::SpliceFlags & lhs, IOStream::SpliceFlags rhs) | 
|  | 
| IOStream::SpliceFlags & | Gio::operator&= (IOStream::SpliceFlags & lhs, IOStream::SpliceFlags rhs) | 
|  | 
| IOStream::SpliceFlags & | Gio::operator^= (IOStream::SpliceFlags & lhs, IOStream::SpliceFlags rhs) | 
|  | 
| Mount::UnmountFlags | Gio::operator| (Mount::UnmountFlags lhs, Mount::UnmountFlags rhs) | 
|  | 
| Mount::UnmountFlags | Gio::operator& (Mount::UnmountFlags lhs, Mount::UnmountFlags rhs) | 
|  | 
| Mount::UnmountFlags | Gio::operator^ (Mount::UnmountFlags lhs, Mount::UnmountFlags rhs) | 
|  | 
| Mount::UnmountFlags | Gio::operator~ (Mount::UnmountFlags flags) | 
|  | 
| Mount::UnmountFlags & | Gio::operator|= (Mount::UnmountFlags & lhs, Mount::UnmountFlags rhs) | 
|  | 
| Mount::UnmountFlags & | Gio::operator&= (Mount::UnmountFlags & lhs, Mount::UnmountFlags rhs) | 
|  | 
| Mount::UnmountFlags & | Gio::operator^= (Mount::UnmountFlags & lhs, Mount::UnmountFlags rhs) | 
|  | 
| Mount::MountFlags | Gio::operator| (Mount::MountFlags lhs, Mount::MountFlags rhs) | 
|  | 
| Mount::MountFlags | Gio::operator& (Mount::MountFlags lhs, Mount::MountFlags rhs) | 
|  | 
| Mount::MountFlags | Gio::operator^ (Mount::MountFlags lhs, Mount::MountFlags rhs) | 
|  | 
| Mount::MountFlags | Gio::operator~ (Mount::MountFlags flags) | 
|  | 
| Mount::MountFlags & | Gio::operator|= (Mount::MountFlags & lhs, Mount::MountFlags rhs) | 
|  | 
| Mount::MountFlags & | Gio::operator&= (Mount::MountFlags & lhs, Mount::MountFlags rhs) | 
|  | 
| Mount::MountFlags & | Gio::operator^= (Mount::MountFlags & lhs, Mount::MountFlags rhs) | 
|  | 
| AskPasswordFlags | Gio::operator| (AskPasswordFlags lhs, AskPasswordFlags rhs) | 
|  | 
| AskPasswordFlags | Gio::operator& (AskPasswordFlags lhs, AskPasswordFlags rhs) | 
|  | 
| AskPasswordFlags | Gio::operator^ (AskPasswordFlags lhs, AskPasswordFlags rhs) | 
|  | 
| AskPasswordFlags | Gio::operator~ (AskPasswordFlags flags) | 
|  | 
| AskPasswordFlags & | Gio::operator|= (AskPasswordFlags & lhs, AskPasswordFlags rhs) | 
|  | 
| AskPasswordFlags & | Gio::operator&= (AskPasswordFlags & lhs, AskPasswordFlags rhs) | 
|  | 
| AskPasswordFlags & | Gio::operator^= (AskPasswordFlags & lhs, AskPasswordFlags rhs) | 
|  | 
| OutputStream::SpliceFlags | Gio::operator| (OutputStream::SpliceFlags lhs, OutputStream::SpliceFlags rhs) | 
|  | 
| OutputStream::SpliceFlags | Gio::operator& (OutputStream::SpliceFlags lhs, OutputStream::SpliceFlags rhs) | 
|  | 
| OutputStream::SpliceFlags | Gio::operator^ (OutputStream::SpliceFlags lhs, OutputStream::SpliceFlags rhs) | 
|  | 
| OutputStream::SpliceFlags | Gio::operator~ (OutputStream::SpliceFlags flags) | 
|  | 
| OutputStream::SpliceFlags & | Gio::operator|= (OutputStream::SpliceFlags & lhs, OutputStream::SpliceFlags rhs) | 
|  | 
| OutputStream::SpliceFlags & | Gio::operator&= (OutputStream::SpliceFlags & lhs, OutputStream::SpliceFlags rhs) | 
|  | 
| OutputStream::SpliceFlags & | Gio::operator^= (OutputStream::SpliceFlags & lhs, OutputStream::SpliceFlags rhs) | 
|  | 
| Resolver::NameLookupFlags | Gio::operator| (Resolver::NameLookupFlags lhs, Resolver::NameLookupFlags rhs) | 
|  | 
| Resolver::NameLookupFlags | Gio::operator& (Resolver::NameLookupFlags lhs, Resolver::NameLookupFlags rhs) | 
|  | 
| Resolver::NameLookupFlags | Gio::operator^ (Resolver::NameLookupFlags lhs, Resolver::NameLookupFlags rhs) | 
|  | 
| Resolver::NameLookupFlags | Gio::operator~ (Resolver::NameLookupFlags flags) | 
|  | 
| Resolver::NameLookupFlags & | Gio::operator|= (Resolver::NameLookupFlags & lhs, Resolver::NameLookupFlags rhs) | 
|  | 
| Resolver::NameLookupFlags & | Gio::operator&= (Resolver::NameLookupFlags & lhs, Resolver::NameLookupFlags rhs) | 
|  | 
| Resolver::NameLookupFlags & | Gio::operator^= (Resolver::NameLookupFlags & lhs, Resolver::NameLookupFlags rhs) | 
|  | 
| Resource::Flags | Gio::operator| (Resource::Flags lhs, Resource::Flags rhs) | 
|  | 
| Resource::Flags | Gio::operator& (Resource::Flags lhs, Resource::Flags rhs) | 
|  | 
| Resource::Flags | Gio::operator^ (Resource::Flags lhs, Resource::Flags rhs) | 
|  | 
| Resource::Flags | Gio::operator~ (Resource::Flags flags) | 
|  | 
| Resource::Flags & | Gio::operator|= (Resource::Flags & lhs, Resource::Flags rhs) | 
|  | 
| Resource::Flags & | Gio::operator&= (Resource::Flags & lhs, Resource::Flags rhs) | 
|  | 
| Resource::Flags & | Gio::operator^= (Resource::Flags & lhs, Resource::Flags rhs) | 
|  | 
| Resource::LookupFlags | Gio::operator| (Resource::LookupFlags lhs, Resource::LookupFlags rhs) | 
|  | 
| Resource::LookupFlags | Gio::operator& (Resource::LookupFlags lhs, Resource::LookupFlags rhs) | 
|  | 
| Resource::LookupFlags | Gio::operator^ (Resource::LookupFlags lhs, Resource::LookupFlags rhs) | 
|  | 
| Resource::LookupFlags | Gio::operator~ (Resource::LookupFlags flags) | 
|  | 
| Resource::LookupFlags & | Gio::operator|= (Resource::LookupFlags & lhs, Resource::LookupFlags rhs) | 
|  | 
| Resource::LookupFlags & | Gio::operator&= (Resource::LookupFlags & lhs, Resource::LookupFlags rhs) | 
|  | 
| Resource::LookupFlags & | Gio::operator^= (Resource::LookupFlags & lhs, Resource::LookupFlags rhs) | 
|  | 
| Settings::BindFlags | Gio::operator| (Settings::BindFlags lhs, Settings::BindFlags rhs) | 
|  | 
| Settings::BindFlags | Gio::operator& (Settings::BindFlags lhs, Settings::BindFlags rhs) | 
|  | 
| Settings::BindFlags | Gio::operator^ (Settings::BindFlags lhs, Settings::BindFlags rhs) | 
|  | 
| Settings::BindFlags | Gio::operator~ (Settings::BindFlags flags) | 
|  | 
| Settings::BindFlags & | Gio::operator|= (Settings::BindFlags & lhs, Settings::BindFlags rhs) | 
|  | 
| Settings::BindFlags & | Gio::operator&= (Settings::BindFlags & lhs, Settings::BindFlags rhs) | 
|  | 
| Settings::BindFlags & | Gio::operator^= (Settings::BindFlags & lhs, Settings::BindFlags rhs) | 
|  | 
| Socket::MsgFlags | Gio::operator| (Socket::MsgFlags lhs, Socket::MsgFlags rhs) | 
|  | 
| Socket::MsgFlags | Gio::operator& (Socket::MsgFlags lhs, Socket::MsgFlags rhs) | 
|  | 
| Socket::MsgFlags | Gio::operator^ (Socket::MsgFlags lhs, Socket::MsgFlags rhs) | 
|  | 
| Socket::MsgFlags | Gio::operator~ (Socket::MsgFlags flags) | 
|  | 
| Socket::MsgFlags & | Gio::operator|= (Socket::MsgFlags & lhs, Socket::MsgFlags rhs) | 
|  | 
| Socket::MsgFlags & | Gio::operator&= (Socket::MsgFlags & lhs, Socket::MsgFlags rhs) | 
|  | 
| Socket::MsgFlags & | Gio::operator^= (Socket::MsgFlags & lhs, Socket::MsgFlags rhs) | 
|  | 
| TlsDatabase::VerifyFlags | Gio::operator| (TlsDatabase::VerifyFlags lhs, TlsDatabase::VerifyFlags rhs) | 
|  | 
| TlsDatabase::VerifyFlags | Gio::operator& (TlsDatabase::VerifyFlags lhs, TlsDatabase::VerifyFlags rhs) | 
|  | 
| TlsDatabase::VerifyFlags | Gio::operator^ (TlsDatabase::VerifyFlags lhs, TlsDatabase::VerifyFlags rhs) | 
|  | 
| TlsDatabase::VerifyFlags | Gio::operator~ (TlsDatabase::VerifyFlags flags) | 
|  | 
| TlsDatabase::VerifyFlags & | Gio::operator|= (TlsDatabase::VerifyFlags & lhs, TlsDatabase::VerifyFlags rhs) | 
|  | 
| TlsDatabase::VerifyFlags & | Gio::operator&= (TlsDatabase::VerifyFlags & lhs, TlsDatabase::VerifyFlags rhs) | 
|  | 
| TlsDatabase::VerifyFlags & | Gio::operator^= (TlsDatabase::VerifyFlags & lhs, TlsDatabase::VerifyFlags rhs) | 
|  | 
| TlsDatabase::LookupFlags | Gio::operator| (TlsDatabase::LookupFlags lhs, TlsDatabase::LookupFlags rhs) | 
|  | 
| TlsDatabase::LookupFlags | Gio::operator& (TlsDatabase::LookupFlags lhs, TlsDatabase::LookupFlags rhs) | 
|  | 
| TlsDatabase::LookupFlags | Gio::operator^ (TlsDatabase::LookupFlags lhs, TlsDatabase::LookupFlags rhs) | 
|  | 
| TlsDatabase::LookupFlags | Gio::operator~ (TlsDatabase::LookupFlags flags) | 
|  | 
| TlsDatabase::LookupFlags & | Gio::operator|= (TlsDatabase::LookupFlags & lhs, TlsDatabase::LookupFlags rhs) | 
|  | 
| TlsDatabase::LookupFlags & | Gio::operator&= (TlsDatabase::LookupFlags & lhs, TlsDatabase::LookupFlags rhs) | 
|  | 
| TlsDatabase::LookupFlags & | Gio::operator^= (TlsDatabase::LookupFlags & lhs, TlsDatabase::LookupFlags rhs) | 
|  | 
| TlsCertificateRequestFlags | Gio::operator| (TlsCertificateRequestFlags lhs, TlsCertificateRequestFlags rhs) | 
|  | 
| TlsCertificateRequestFlags | Gio::operator& (TlsCertificateRequestFlags lhs, TlsCertificateRequestFlags rhs) | 
|  | 
| TlsCertificateRequestFlags | Gio::operator^ (TlsCertificateRequestFlags lhs, TlsCertificateRequestFlags rhs) | 
|  | 
| TlsCertificateRequestFlags | Gio::operator~ (TlsCertificateRequestFlags flags) | 
|  | 
| TlsCertificateRequestFlags & | Gio::operator|= (TlsCertificateRequestFlags & lhs, TlsCertificateRequestFlags rhs) | 
|  | 
| TlsCertificateRequestFlags & | Gio::operator&= (TlsCertificateRequestFlags & lhs, TlsCertificateRequestFlags rhs) | 
|  | 
| TlsCertificateRequestFlags & | Gio::operator^= (TlsCertificateRequestFlags & lhs, TlsCertificateRequestFlags rhs) | 
|  | 
| TlsPassword::Flags | Gio::operator| (TlsPassword::Flags lhs, TlsPassword::Flags rhs) | 
|  | 
| TlsPassword::Flags | Gio::operator& (TlsPassword::Flags lhs, TlsPassword::Flags rhs) | 
|  | 
| TlsPassword::Flags | Gio::operator^ (TlsPassword::Flags lhs, TlsPassword::Flags rhs) | 
|  | 
| TlsPassword::Flags | Gio::operator~ (TlsPassword::Flags flags) | 
|  | 
| TlsPassword::Flags & | Gio::operator|= (TlsPassword::Flags & lhs, TlsPassword::Flags rhs) | 
|  | 
| TlsPassword::Flags & | Gio::operator&= (TlsPassword::Flags & lhs, TlsPassword::Flags rhs) | 
|  | 
| TlsPassword::Flags & | Gio::operator^= (TlsPassword::Flags & lhs, TlsPassword::Flags rhs) | 
|  |