comparison libpurple/dbus-server.h @ 27590:a08e84032814

merge of '2348ff22f0ff3453774b8b25b36238465580c609' and 'e76f11543c2a4aa05bdf584f087cbe3439029661'
author Paul Aurich <paul@darkrain42.org>
date Sun, 12 Jul 2009 05:43:38 +0000
parents c900484e41c0
children 02a2e8183b1d
comparison
equal deleted inserted replaced
27104:048bcf41deef 27590:a08e84032814
190 void purple_dbus_uninit(void); 190 void purple_dbus_uninit(void);
191 191
192 /** 192 /**
193 193
194 Macro #DBUS_EXPORT expands to nothing. It is used to indicate to the 194 Macro #DBUS_EXPORT expands to nothing. It is used to indicate to the
195 dbus-analize-functions.py script that the given function should be 195 dbus-analyze-functions.py script that the given function should be
196 available to other applications through DBUS. If 196 available to other applications through DBUS. If
197 dbus-analize-functions.py is run without the "--export-only" option, 197 dbus-analyze-functions.py is run without the "--export-only" option,
198 this prefix is ignored. 198 this prefix is ignored.
199 199
200 */ 200 */
201 201
202 #define DBUS_EXPORT 202 #define DBUS_EXPORT
203 203
204 /* 204 /*
205 Here we include the list of #PURPLE_DBUS_DECLARE_TYPE statements for 205 Here we include the list of #PURPLE_DBUS_DECLARE_TYPE statements for
206 all structs defined in purple. This file has been generated by the 206 all structs defined in purple. This file has been generated by the
207 #dbus-analize-types.py script. 207 #dbus-analyze-types.py script.
208 */ 208 */
209 209
210 #include "dbus-types.h" 210 #include "dbus-types.h"
211 211
212 G_END_DECLS 212 G_END_DECLS