gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

DBusKit HelloWorldService Example


From: svh79
Subject: DBusKit HelloWorldService Example
Date: Tue, 1 Apr 2014 08:04:11 +0200

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

reply via email to

[Prev in Thread] Current Thread [Next in Thread]