Hi List,
 
I am new to DBusKit and would like to fully understand it.
The HelloWorldService sample main.m includes these lines:
 

    // WARNING: This is not a public API. Don't use it.

    [p _setObject: obj atPath: @"/eu/numberfour/installer/p"];

    id pProxy = [p _objectPathNodeAtPath: @"/eu/numberfour/installer/p"];

    [pProxy _loadIntrospectionFromFile: @"N4InstallerService.xml"];

 
How should they be correctly written without private API usage?
I would like to understand the DBusKit but the provided documentation is too sketchy for me.
 
- Sven
_______________________________________________
Gnustep-dev mailing list
Gnustep-dev@gnu.org
https://lists.gnu.org/mailman/listinfo/gnustep-dev

Reply via email to