Authors
- Niels Grewe (
niels.grewe@halbordnung.de
)
-
Copyright: (C) 2014 Free Software Foundation, Inc.
- Declared in:
- DBusKit/DKVariant.h
- Conforms to:
- DKVariant
A lightweight proxy class to encapsulate objects that are
supposed to be returned as variants.
Instance Variables
Method summary
+ (id)
variantWithObject: (id)object;
Description forthcoming.
- (id)
initWithObject: (id)object;
Description forthcoming.
Instance Variables for DKVariant Class
@protected id object;
Description forthcoming.
- Declared in:
- DBusKit/DKVariant.h
This protocol can be adopted by classes which want to
indicate to the serialisation logic that their
instances need to be returned as variants in the
D-Bus wire protocol. This only takes effect if they are
members of arrays, structures or dictionaries that
are passed inside variant-typed arguments.
Method summary
- (BOOL)
isDBusVariant;
Return YES
from this method if the
D-Bus representation of the receiver should be a
variant.