MCPcopy Index your code

hub / github.com/godbus/dbus / types & classes

Types & classes132 in github.com/godbus/dbus

↓ 27 callersTypeAliasInvalidMessageError
An InvalidMessageError describes the reason why a D-Bus message is regarded as invalid.
message.go:78
↓ 22 callersTypeAliasObjectPath
An ObjectPath is an object path as defined by the D-Bus spec.
dbus.go:301
↓ 13 callersTypeAliasFormatError
A FormatError is an error in the wire format.
decoder.go:316
↓ 10 callersTypeAliasUnixFD
A UnixFD is a Unix file descriptor sent over the wire. See the package-level documentation for more information about Unix file descriptor passing.
dbus.go:335
↓ 4 callersTypeAliasSequence
Sequence represents the value of a monotonically increasing counter.
sequence.go:4
↓ 2 callersTypeAliasHeaderField
HeaderField represents the possible byte codes for the headers of a D-Bus message.
message.go:61
↓ 2 callersTypeAliasIntrospectable
Introspectable implements org.freedesktop.Introspectable. You can create it by converting the XML-formatted introspection data from a string to an In
introspect/introspectable.go:16
↓ 2 callersTypeAliasUnixFDIndex
A UnixFDIndex is the representation of a Unix file descriptor in a message.
dbus.go:338
↓ 2 callersFuncTypeintro_fn
func() string
server_interfaces_test.go:195
↓ 1 callersTypeAliasFlags
Flags represents the possible flags of a D-Bus message.
message.go:15
↓ 1 callersTypeAliasReleaseNameReply
ReleaseNameReply is the reply to a ReleaseName call.
export.go:433
↓ 1 callersTypeAliasRequestNameReply
RequestNameReply is the reply to a RequestName call.
export.go:463
↓ 1 callersTypeAliasType
Type represents the possible types of a D-Bus message.
message.go:35
↓ 1 callersTypeAliasboolNode
variant_parser.go:393
↓ 1 callersTypeAliasboolean
encoder_test.go:361
↓ 1 callersTypeAliasbyteStringNode
variant_parser.go:732
↓ 1 callersTypeAliasfoo
_examples/prop.go:12
↓ 1 callersTypeAliasfoo
_examples/server.go:23
↓ 1 callersTypeAliasfooimpl
encoder_test.go:121
↓ 1 callersStructintro
server_interfaces_test.go:21
↓ 1 callersFuncTypeterrfn
func(in string) error
server_interfaces_test.go:132
StructAnnotation
Annotation is an annotation in the introspection format.
introspect/introspect.go:99
StructArg
Arg represents an argument of a method or a signal.
introspect/introspect.go:92
InterfaceArgumentDecoder
An Argument Decoder can decode arguments using the non-standard mechanism If a method implements this interface then the non-standard decoder will be
server_interfaces.go:64
InterfaceAuth
Auth defines the behaviour of an authentication mechanism.
auth.go:39
TypeAliasAuthStatus
AuthStatus represents the Status of an authentication mechanism.
auth.go:13
StructBar
proto_test.go:197
InterfaceBusObject
BusObject is the interface of a remote object on which methods can be invoked.
object.go:11
StructCall
Call represents a pending or completed method call.
call.go:8
StructChange
Change represents a change of a property by a call to Set.
prop/prop.go:167
StructConn
Conn represents a connection to a message bus (usually, the system or session bus). Connections are either shared or private. Shared connections are
conn.go:31
FuncTypeConnOption
ConnOption is a connection option.
conn.go:201
InterfaceDBusError
A DBusError is used to convert a generic object to a D-Bus error. Any custom error mechanism may implement this interface to provide a custom encodin
server_interfaces.go:95
TypeAliasEmitType
EmitType controls how org.freedesktop.DBus.Properties.PropertiesChanged is emitted for a property. If it is EmitTrue, the signal is emitted. If it is
prop/prop.go:19
StructError
Error represents a D-Bus message of type Error.
conn.go:716
StructFoo
_examples/prop.go:19
StructFoo
prop/prop_test.go:10
InterfaceHandler
Handler is the representation of a D-Bus Application. The Handler must have a way to lookup objects given an ObjectPath. The returned object must imp
server_interfaces.go:14
FuncTypeInterceptor
Interceptor intercepts incoming and outgoing messages.
conn.go:236
InterfaceInterface
An Interface is the representation of a D-Bus Interface. Interfaces are a grouping of methods implemented by the Objects. Interfaces are responsible
server_interfaces.go:34
StructInterface
Interface describes a DBus interface that is available on the message bus.
introspect/introspect.go:61
StructInvalidTypeError
An InvalidTypeError signals that a value which cannot be represented in the D-Bus wire format was passed to a function.
dbus.go:33
StructMatchOption
MatchOption specifies option for dbus routing match rule. Options can be constructed with WithMatch* helpers. For full list of available options consu
match.go:11
StructMessage
Message represents a single D-Bus message.
message.go:107
InterfaceMethod
A Method represents the exposed methods on D-Bus.
server_interfaces.go:39
StructMethod
Method describes a Method on an Interface as returned by an introspection.
introspect/introspect.go:70
StructNode
Node is the root element of an introspection.
introspect/introspect.go:53
StructObject
Object represents a remote object on which methods can be invoked.
object.go:26
StructProp
Prop represents a single property. It is used for creating a Properties value.
prop/prop.go:128
StructProperties
Properties is a set of values that can be made available to the message bus using the org.freedesktop.DBus.Properties interface. It is safe for concur
prop/prop.go:177
StructProperty
Property describes a property of an Interface.
introspect/introspect.go:84
TypeAliasRequestNameFlags
RequestNameFlags represents the possible flags for a RequestName call.
export.go:454
TypeAliasSender
Sender is a type which can be used in exported methods to receive the message sender.
export.go:60
InterfaceSerialGenerator
SerialGenerator is responsible for serials generation. Different approaches for the serial generation can be used, maintaining a map guarded with a m
server_interfaces.go:104
InterfaceServerObject
ServerObject is the representation of an D-Bus Object. Objects are registered at a path for a given Handler. The Objects implement D-Bus interfaces.
server_interfaces.go:26
StructSignal
Signal represents a D-Bus message of type Signal. The name member is given in "interface.member" notation, e.g. org.freedesktop.D-Bus.NameLost.
conn.go:737
StructSignal
Signal describes a Signal emitted on an Interface.
introspect/introspect.go:77
InterfaceSignalHandler
A SignalHandler is responsible for delivering a signal. Signal delivery may be changed from the default channel based approach by Handlers implementi
server_interfaces.go:76
InterfaceSignalRegistrar
SignalRegistrar manages signal delivery channels. This is an optional set of methods for `SignalHandler`.
server_interfaces.go:83
StructSignature
Signature represents a correct type signature as specified by the D-Bus specification. The zero value represents the empty signature, "".
sig.go:28
StructSignatureError
A SignatureError indicates that a signature passed to a function or received on a connection is not a valid signature.
sig.go:170
InterfaceTerminator
Terminator allows a handler to implement a shutdown mechanism that is called when the connection terminates.
server_interfaces.go:5
StructTestStruct
dbus_test.go:9
StructTesting
variant_test.go:8
StructUcred
http://golang.org/src/pkg/syscall/ztypes_linux_amd64.go https://golang.org/src/syscall/ztypes_freebsd_amd64.go Note: FreeBSD actually uses a 'struct
transport_unixcred_freebsd.go:25
StructUcred
http://golang.org/src/pkg/syscall/ztypes_linux_amd64.go http://golang.org/src/pkg/syscall/ztypes_dragonfly_amd64.go
transport_unixcred_dragonfly.go:24
StructVariant
Variant represents the D-Bus variant type.
variant.go:12
StructX
server_interfaces_test.go:450
StructarrayNode
variant_parser.go:417
StructauthAnonymous
auth_anonymous.go:8
StructauthCookieSha1
auth_sha1_windows.go:19
StructauthExternal
AuthExternal implements the EXTERNAL authentication mechanism.
auth_external.go:14
TypeAliasauthState
auth.go:30
StructbadExport
export_test.go:27
StructbarExport
export_test.go:21
StructcallTracker
conn.go:918
Structdecoder
decoder.go:10
StructdefaultHandler
default_handler.go:35
StructdefaultSignalHandler
default_handler.go:250
StructdepthCounter
sig.go:179
StructdictEntry
variant_parser.go:569
StructdictNode
variant_parser.go:573
TypeAliasempty
encoder_test.go:89
Structencoder
An encoder encodes values to the D-Bus wire format.
encoder.go:13
StructerrorExport
export_test.go:39
StructexportedIntf
default_handler.go:225
StructexportedMethod
default_handler.go:116
StructexportedObj
default_handler.go:179
StructfakeAuth
conn_test.go:158
StructfooExport
export_test.go:12
Interfacefooer
encoder_test.go:117
StructgenericTransport
transport_generic.go:24
Structheader
message.go:116
StructinvalidMessageExport
export_test.go:33
FuncTypelexState
func(*varLexer) lexState
variant_lexer.go:45
StructlowerCaseExport
export_test.go:10
Structmsghead
msghead represents the part of the message header that has a constant size (byte order + 15 bytes).
transport_unix.go:16
StructnameTracker
conn.go:866
StructnoErrorExport
export_test.go:48
StructnopServer
object_test.go:69
next →1–100 of 132, ranked by callers