Home
last modified time | relevance | path

Searched defs:DBusTransport (Results 1 – 2 of 2) sorted by relevance

/dports/devel/dbus/dbus-1.12.20/dbus/
H A Ddbus-transport-protected.h80 struct DBusTransport struct
84 const DBusTransportVTable *vtable; /**< Virtual methods for this instance. */ argument
86 DBusConnection *connection; /**< Connection owning this transport. */
88 DBusMessageLoader *loader; /**< Message-loading buffer. */
90 DBusAuth *auth; /**< Authentication conversation */
92 …DBusCredentials *credentials; /**< Credentials of other end read from the socket */
94 long max_live_messages_size; /**< Max total size of received messages. */
95 long max_live_messages_unix_fds; /**< Max total unix fds of received messages. */
97 …DBusCounter *live_messages; /**< Counter for size/unix fds of all live messages. */
122 dbus_bool_t _dbus_transport_init_base (DBusTransport *transport, argument
H A Ddbus-transport.h33 typedef struct DBusTransport DBusTransport; typedef