comparison libpurple/dbus-maybe.h @ 22981:410f1bf7f734

I have no idea why this only started being an issue now, but as I was checking to see if I could build the RPMs, dbus started complaining that DBUS_API_SUBJECT_TO_CHANGE was not defined. Hopefully this fix will make that unlikely to be a problem ever again.
author Stu Tomlinson <stu@nosnilmot.com>
date Fri, 16 May 2008 21:01:24 +0000
parents 32c366eeeb99
children 1568dc7a14f8
comparison
equal deleted inserted replaced
22980:77fc073e5a0b 22981:410f1bf7f734
5 5
6 #ifndef _PURPLE_DBUS_MAYBE_H_ 6 #ifndef _PURPLE_DBUS_MAYBE_H_
7 #define _PURPLE_DBUS_MAYBE_H_ 7 #define _PURPLE_DBUS_MAYBE_H_
8 8
9 #ifdef HAVE_DBUS 9 #ifdef HAVE_DBUS
10
11 #ifndef DBUS_API_SUBJECT_TO_CHANGE
12 #define DBUS_API_SUBJECT_TO_CHANGE
13 #endif
10 14
11 #include "dbus-server.h" 15 #include "dbus-server.h"
12 16
13 /* this provides a type check */ 17 /* this provides a type check */
14 #define PURPLE_DBUS_REGISTER_POINTER(ptr, type) { \ 18 #define PURPLE_DBUS_REGISTER_POINTER(ptr, type) { \