Lines Matching +full:no +full:- +full:srv +full:- +full:ipv4 +full:- +full:single +full:- +full:target
1 /* GIO - GLib Input, Output and Streaming Library
3 * Copyright (C) 2006-2007 Red Hat, Inc.
28 #include <glib-object.h>
35 * @G_APP_INFO_CREATE_NONE: No flags.
44 G_APP_INFO_CREATE_NEEDS_TERMINAL = (1 << 0), /*< nick=needs-terminal >*/
45 G_APP_INFO_CREATE_SUPPORTS_URIS = (1 << 1), /*< nick=supports-uris >*/
46 …G_APP_INFO_CREATE_SUPPORTS_STARTUP_NOTIFICATION = (1 << 2) /*< nick=supports-startup-notificati…
51 * @G_CONVERTER_NO_FLAGS: No flags.
61 G_CONVERTER_INPUT_AT_END = (1 << 0), /*< nick=input-at-end >*/
122 * @G_FILE_ATTRIBUTE_TYPE_BYTE_STRING: a zero terminated string of non-zero bytes.
124 * @G_FILE_ATTRIBUTE_TYPE_UINT32: an unsigned 4-byte/32-bit integer.
125 * @G_FILE_ATTRIBUTE_TYPE_INT32: a signed 4-byte/32-bit integer.
126 * @G_FILE_ATTRIBUTE_TYPE_UINT64: an unsigned 8-byte/64-bit integer.
127 * @G_FILE_ATTRIBUTE_TYPE_INT64: a signed 8-byte/64-bit integer.
136 G_FILE_ATTRIBUTE_TYPE_BYTE_STRING, /* zero terminated string of non-zero bytes */
149 * @G_FILE_ATTRIBUTE_INFO_NONE: no flags set.
179 * @G_FILE_QUERY_INFO_NONE: No flags set.
186 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS = (1 << 0) /*< nick=nofollow-symlinks >*/
192 * @G_FILE_CREATE_NONE: No flags set.
216 * @G_FILE_MEASURE_NONE: No flags set.
221 * sizes. Normally, the block-size is used, if available, as this is a
223 * Compare with `du --apparent-size`.
225 * Compare with `du -x`.
240 * @G_MOUNT_MOUNT_NONE: No flags set.
251 * @G_MOUNT_UNMOUNT_NONE: No flags set.
264 * @G_DRIVE_START_NONE: No flags set.
304 * @G_FILE_COPY_NONE: No flags set.
310 …* @G_FILE_COPY_TARGET_DEFAULT_PERMS: Leaves target file with default perms, instead of setting the…
327 * @G_FILE_MONITOR_NONE: No flags set.
330 * by file renames (moves) and send a single G_FILE_MONITOR_EVENT_MOVED
332 * behaviour -without specifying this flag- is to send single DELETED
365 * Indicates the file's on-disk type.
370 * not have a single filesystem object type for symbolic links - it has
413 * @G_FILE_MONITOR_EVENT_MOVED: the file was moved -- only sent if the
416 * current directory -- only sent if the %G_FILE_MONITOR_WATCH_MOVES
419 * monitored directory from another location -- only sent if the
422 * monitored directory to another location -- only sent if the
450 * and no more specific #GIOErrorEnum value is defined.
462 * @G_IO_ERROR_NO_SPACE: No space left on drive.
491 * domain. Use g_dbus_error_get_remote_error() to extract the D-Bus
517 * |[<!-- language="C" -->
647 * @G_OUTPUT_STREAM_SPLICE_CLOSE_TARGET: Close the target stream after
683 * @G_EMBLEM_ORIGIN_DEVICE: Emblem adds device-specific information
685 * @G_EMBLEM_ORIGIN_TAG: Emblem comes from a user-defined tag, e.g. set by nautilus (in the future)
720 * @G_RESOLVER_RECORD_SRV: look up DNS SRV records for a domain
741 * records only contain a single string, but
742 * [RFC 1035](https://tools.ietf.org/html/rfc1035#section-3.3.14) does allow a
746 * [RFC 7208](https://tools.ietf.org/html/rfc7208#section-3.3).
769 * @G_RESOURCE_ERROR_NOT_FOUND: no file was found at the requested path
784 * @G_RESOURCE_FLAGS_NONE: No flags set.
799 * @G_RESOURCE_LOOKUP_FLAGS_NONE: No flags set.
811 * @G_SOCKET_FAMILY_INVALID: no address family
812 * @G_SOCKET_FAMILY_IPV4: the IPv4 family
832 * @G_SOCKET_TYPE_STREAM: Reliable connection-based byte streams (e.g. TCP).
835 * @G_SOCKET_TYPE_SEQPACKET: Reliable connection-based passing of datagrams
853 * @G_SOCKET_MSG_NONE: No flags.
895 G_SOCKET_PROTOCOL_UNKNOWN = -1,
906 * @G_ZLIB_COMPRESSOR_FORMAT_RAW: deflate compression with no header
925 * @G_UNIX_SOCKET_ADDRESS_ABSTRACT_PADDED: an abstract name, 0-padded
931 * indicates a socket not bound to any name (eg, a client-side socket,
956 * @G_BUS_TYPE_SYSTEM: The system-wide message bus.
959 * An enumeration for well-known message buses.
965 G_BUS_TYPE_STARTER = -1,
973 * @G_BUS_NAME_OWNER_FLAGS_NONE: No flags set.
987 G_BUS_NAME_OWNER_FLAGS_ALLOW_REPLACEMENT = (1<<0), /*< nick=allow-replacement >*/
989 G_BUS_NAME_OWNER_FLAGS_DO_NOT_QUEUE = (1<<2) /*< nick=do-not-queue >*/
992 * used in the D-Bus Specification. */
996 * @G_BUS_NAME_WATCHER_FLAGS_NONE: No flags set.
997 * @G_BUS_NAME_WATCHER_FLAGS_AUTO_START: If no-one owns the name when
1013 * @G_DBUS_PROXY_FLAGS_NONE: No flags set.
1016 * @G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START: If the proxy is for a well-known name,
1018 * This flag is only meaningful in proxies for well-known names.
1019 …-specification.html#standard-interfaces-properties) D-Bus signal and the property will not cause e…
1020 * @G_DBUS_PROXY_FLAGS_DO_NOT_AUTO_START_AT_CONSTRUCTION: If the proxy is for a well-known name,
1022 * autostarted by a method call. This flag is only meaningful in proxies for well-known names,
1042 * A generic error; "something went wrong" - see the error message for
1050 * The bus name you referenced doesn't exist (i.e. no application owns
1053 * No reply to a message expecting one, usually means a timeout occurred.
1057 * A D-Bus bus address was malformed.
1072 * this is confusingly-named given that %G_DBUS_ERROR_TIMED_OUT also
1076 * No network access (probably ENETUNREACH on a socket).
1096 * Property you tried to set is read-only. Since 2.42
1099 * confusingly-named given that %G_DBUS_ERROR_TIMEOUT also exists. We
1122 * Service file not found in system-services directory.
1148 /* Well-known errors in the org.freedesktop.DBus.Error namespace */
1199 * @G_DBUS_CONNECTION_FLAGS_NONE: No flags set.
1207 * @G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING: If set, processing of D-Bus messages is
1228 * @G_DBUS_CAPABILITY_FLAGS_NONE: No flags set.
1243 * @G_DBUS_CALL_FLAGS_NONE: No flags set.
1283 * @G_DBUS_MESSAGE_FLAGS_NONE: No flags set.
1334 * @G_DBUS_PROPERTY_INFO_FLAGS_NONE: No flags set.
1338 * Flags describing the access control of a D-Bus property.
1351 * @G_DBUS_SUBTREE_FLAGS_NONE: No flags set.
1368 * @G_DBUS_SERVER_FLAGS_NONE: No flags set.
1369 * @G_DBUS_SERVER_FLAGS_RUN_IN_THREAD: All #GDBusServer::new-connection
1391 * @G_DBUS_SIGNAL_FLAGS_NONE: No flags set.
1393 * D-Bus call for this signal subscription. This gives you more control
1415 * @G_DBUS_SEND_MESSAGE_FLAGS_NONE: No flags set.
1461 * Enumeration used to describe the byte order of a D-Bus message.
1481 * implementation of local_command_line(), and has no effect if
1494 * to the #GApplication::command-line signal handler, via
1496 * @G_APPLICATION_NON_UNIQUE: Make no attempts to do any of the typical
1497 * single-instance application negotiation, even if the application
1503 * application ID from the command line with `--gapplication-app-id`.
1508 * usually set by passing `--gapplication-replace` on the commandline.
1534 * @G_TLS_ERROR_UNAVAILABLE: No TLS provider is available
1543 * the server requested a client-side certificate, but none was
1553 * TLS-related routine.
1590 * #GTlsConnection::accept-certificate).
1625 * [`tls-unique`](https://tools.ietf.org/html/rfc5929#section-3) binding
1628 * [`tls-server-end-point`](https://tools.ietf.org/html/rfc5929#section-4)
1633 * [`tls-unique-for-telnet`](https://tools.ietf.org/html/rfc5929#section-5)
1658 * `tls-server-end-point` binding data for a certificate which has no hash
1688 * Deprecated: 2.60. Changing the rehandshake mode is no longer
1700 * @G_TLS_PASSWORD_NONE: No flags
1742 * @G_DBUS_INTERFACE_SKELETON_FLAGS_NONE: No flags set.
1760 * @G_DBUS_OBJECT_MANAGER_CLIENT_FLAGS_NONE: No flags set.
1762 * manager is for a well-known name, then request the bus to launch
1763 * an owner for the name if no-one owns the name. This flag can only
1764 * be used in managers for well-known names.
1778 * @G_TLS_DATABASE_VERIFY_NONE: No verification flags
1790 * @G_TLS_DATABASE_LOOKUP_NONE: No lookup flags
1807 * @G_TLS_CERTIFICATE_REQUEST_NONE: No flags
1821 * @G_IO_MODULE_SCOPE_NONE: No module scan flags
1898 * @G_TEST_DBUS_NONE: No flags.
1910 * @G_SUBPROCESS_FLAGS_NONE: No flags.
1931 * been explicitly marked as close-on-exec. This flag has no effect
1961 * immediate attention - typically used for contextual background
1967 * usually because responses are time-sensitive (for example chat and SMS
2029 G_POLLABLE_RETURN_WOULD_BLOCK = -G_IO_ERROR_WOULD_BLOCK
2035 * should free up unneeded resources (for example, in-memory caches) so they can
2048 * |[<!-- language="C" -->