~ubuntu-branches/ubuntu/maverick/dbus/maverick-proposed

« back to all changes in this revision

Viewing changes to dbus/dbus-misc.h

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-09-27 13:06:32 UTC
  • mfrom: (1.1.23 upstream)
  • Revision ID: james.westby@ubuntu.com-20100927130632-bqs145trvchd2lmf
Tags: 1.4.0-0ubuntu1
* New upstream release
 - Fixes https://bugs.freedesktop.org/show_bug.cgi?id=17754 Race condition in protected_change_timeout
 - Requested by various upstream KDE developers http://lists.kde.org/?t=128514970000004&r=1&w=2

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 * @addtogroup DBusMisc
37
37
 * @{
38
38
 */
39
 
 
 
39
DBUS_EXPORT
40
40
char*       dbus_get_local_machine_id  (void);
41
41
 
 
42
DBUS_EXPORT
42
43
void        dbus_get_version           (int *major_version_p,
43
44
                                        int *minor_version_p,
44
45
                                        int *micro_version_p);