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

« back to all changes in this revision

Viewing changes to bus/test.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:
24
24
#ifndef BUS_TEST_H
25
25
#define BUS_TEST_H
26
26
 
27
 
#include <config.h>
28
 
 
29
27
#ifdef DBUS_BUILD_TESTS
30
28
 
31
29
#include <dbus/dbus.h>
51
49
BusContext* bus_context_new_test      (const DBusString             *test_data_dir,
52
50
                                       const char                   *filename);
53
51
 
54
 
 
 
52
#ifdef HAVE_UNIX_FD_PASSING
 
53
dbus_bool_t bus_unix_fds_passing_test (const DBusString             *test_data_dir);
 
54
#endif
55
55
 
56
56
#endif
57
57