Home | History | Annotate | Download | only in dbus

Lines Matching full:used

39 // version used at runtime may be different from the one used at compile time.
51 // The message type used in D-Bus. Redefined here so client code
63 // The data type used in the D-Bus type system. See the comment at
133 // Helper function used in ToString().
141 // MessageCall is a type of message used for calling a method via D-Bus.
164 // Only used internally.
170 // Signal is a type of message used to send a signal.
193 // Only used internally.
199 // Response is a type of message used for receiving a response from a
208 // Used for implementing exported methods. Does NOT take the ownership of
224 // ErrorResponse is a type of message used to return an error to the
234 // "org.freedesktop.DBus.Error.Failed". Used for returning an error to a
248 // MessageWriter is used to write outgoing messages for calling methods
290 // |signature| parameter is used to supply the D-Bus type signature of
308 // Appends the array of bytes. Arrays of bytes are often used for
313 // Appends the array of strings. Arrays of strings are often used for
319 // used when exchanging object paths, hence it's worth having a
332 // widely used in D-Bus services so it's worth having a specialized
348 // Helper function used to implement AppendByte etc.
351 // Helper function used to implement AppendVariantOfByte() etc.
361 // MessageReader is used to read incoming messages such as responses for
374 // used to iterate contents in a container like:
408 // Arrays of bytes are often used for exchanging binary blobs hence it's
418 // Arrays of strings are often used to communicate with D-Bus
426 // Arrays of object paths are often used to communicate with D-Bus
443 // Variants are widely used in D-Bus services so it's worth having a
468 // Helper function used to implement PopByte() etc.
471 // Helper function used to implement PopArray() etc.
474 // Helper function used to implement PopVariantOfByte() etc.