Lines Matching +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>
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…
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 */
186 G_FILE_QUERY_INFO_NOFOLLOW_SYMLINKS = (1 << 0) /*< nick=nofollow-symlinks >*/
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`.
310 …* @G_FILE_COPY_TARGET_DEFAULT_PERMS: Leaves target file with default perms, instead of setting the…
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
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).
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
895 G_SOCKET_PROTOCOL_UNKNOWN = -1,
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,
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. */
997 * @G_BUS_NAME_WATCHER_FLAGS_AUTO_START: If no-one owns the name when
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
1057 * A D-Bus bus address was malformed.
1072 * this is confusingly-named given that %G_DBUS_ERROR_TIMED_OUT also
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 */
1207 * @G_DBUS_CONNECTION_FLAGS_DELAY_MESSAGE_PROCESSING: If set, processing of D-Bus messages is
1338 * Flags describing the access control of a D-Bus property.
1369 * @G_DBUS_SERVER_FLAGS_RUN_IN_THREAD: All #GDBusServer::new-connection
1393 * D-Bus call for this signal subscription. This gives you more control
1461 * Enumeration used to describe the byte order of a D-Bus message.
1494 * to the #GApplication::command-line signal handler, via
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.
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
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.
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" -->