darling-dbuskit/Source
Niels Grewe 12639b9de3 Support for explicitly designating an object to be exposed as a structure
on D-Bus. This is only required in some corner cases where the structure
appears inside a variant-typed argument. This means that we don't have any
introspection information to decide whether we want to marshall an NSArray
as a D-Bus structure or a D-Bus array.
Also start support for converting NSData to D-Bus byte arrays. 


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/dbuskit/trunk@37531 72102866-910b-0410-8b05-ffd578937521
2014-01-01 19:36:36 +00:00
..
config.h.in Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKArgument.h Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKArgument.m Support for explicitly designating an object to be exposed as a structure 2014-01-01 19:36:36 +00:00
DKBoxingUtils.h Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKBoxingUtils.m Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKEndpoint.h Merge DBusKit-ThreadRewrite branch. DBusKit now offloads all interactions with 2011-02-15 22:05:24 +00:00
DKEndpoint.m Replace incorrect usage of NSDebugMLog in functions with NSDebugFLog. 2012-11-11 13:25:44 +00:00
DKEndpointManager.h Implement recovery of D-Bus connections for the bus objects. 2011-02-19 21:44:56 +00:00
DKEndpointManager.m First batch of object vending changes. We can now succesfully export arbitrary 2012-05-24 20:32:14 +00:00
DKInterface.h Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKInterface.m Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKIntrospectionNode.h Implement generation of XML introspection data for methods. 2012-01-27 13:58:57 +00:00
DKIntrospectionNode.m Implement generation of XML introspection data for methods. 2012-01-27 13:58:57 +00:00
DKIntrospectionParserDelegate.h Documentation improvements. 2010-08-13 19:54:49 +00:00
DKIntrospectionParserDelegate.m Tweak for compatibility with different XML parser versions in gnustep-base. 2011-01-03 08:05:54 +00:00
DKMessage.h Documentation improvements. 2010-08-13 19:54:49 +00:00
DKMessage.m First batch of object vending changes. We can now succesfully export arbitrary 2012-05-24 20:32:14 +00:00
DKMethod.h Further work on generating D-Bus introspection data. We can now successfully 2012-08-22 21:34:25 +00:00
DKMethod.m Fix unmarshalling of arguments in incoming D-Bus method calls. 2013-12-30 22:25:33 +00:00
DKMethodCall.h Merge DBusKit-ThreadRewrite branch. DBusKit now offloads all interactions with 2011-02-15 22:05:24 +00:00
DKMethodCall.m Merge DBusKit-ThreadRewrite branch. DBusKit now offloads all interactions with 2011-02-15 22:05:24 +00:00
DKMethodReturn.h First batch of object vending changes. We can now succesfully export arbitrary 2012-05-24 20:32:14 +00:00
DKMethodReturn.m Fix unmarshalling of arguments in incoming D-Bus method calls. 2013-12-30 22:25:33 +00:00
DKNonAutoInvalidatingPort.h Start working on recovery of the bus objects after disconnection from the bus. 2011-02-18 21:20:19 +00:00
DKNonAutoInvalidatingPort.m Start working on recovery of the bus objects after disconnection from the bus. 2011-02-18 21:20:19 +00:00
DKNotificationCenter.m Deal with clang warnings about cast of SEL to uintptr_t. 2012-09-23 07:55:41 +00:00
DKObjectPathNode.h Add missing include (patch by Philippe Roussell) and improve some object export functionality. 2013-07-10 19:26:49 +00:00
DKObjectPathNode.m Minor build compatibility tweaks. 2012-08-17 08:38:33 +00:00
DKOutgoingProxy.h First batch of object vending changes. We can now succesfully export arbitrary 2012-05-24 20:32:14 +00:00
DKOutgoingProxy.m Add missing include (patch by Philippe Roussell) and improve some object export functionality. 2013-07-10 19:26:49 +00:00
DKPort.m Add missing include (patch by Philippe Roussell) and improve some object export functionality. 2013-07-10 19:26:49 +00:00
DKPort+Private.h First batch of object vending changes. We can now succesfully export arbitrary 2012-05-24 20:32:14 +00:00
DKPortNameServer.m Assorted small maintenance changes. 2011-09-09 15:16:14 +00:00
DKProperty.h Start working on KVO support. 2011-09-30 23:53:29 +00:00
DKProperty.m Implement generation of XML introspection data for properties. 2012-01-27 14:29:35 +00:00
DKPropertyMethod.h Further work on property support. 2010-09-11 21:26:12 +00:00
DKPropertyMethod.m Use constants for argument directions consistently. 2012-01-27 14:40:45 +00:00
DKProxy.m Fix last commit. 2013-07-02 14:32:32 +00:00
DKProxy+Private.h Expose some more DKProxy state for subclasses. Implement private method 2013-07-02 10:30:00 +00:00
DKSignal.h Use constants for argument directions consistently. 2012-01-27 14:40:45 +00:00
DKSignal.m Further work on XML introspection data generation. 2012-01-28 13:44:28 +00:00
DKStruct.m Support for explicitly designating an object to be exposed as a structure 2014-01-01 19:36:36 +00:00
GNUmakefile Support for explicitly designating an object to be exposed as a structure 2014-01-01 19:36:36 +00:00
GNUmakefile.postamble Reorganise the project so that the tests are built as a separate subproject and 2010-07-14 10:46:23 +00:00
NSConnection+DBus.m Move declarations around (patch by Phillipe Roussel) 2012-04-21 11:20:15 +00:00
type_encoding_cases.h Implement functions that determine whether we certain types can be converted. 2011-09-21 15:56:52 +00:00