comparison libpurple/dbus-server.h @ 27290:c900484e41c0

s/analize/analyze/g since those scripts just don't exist.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 05 Jul 2009 03:32:34 +0000
parents 584063555949
children 02a2e8183b1d
comparison
equal deleted inserted replaced
27289:4c55aa5aab82 27290:c900484e41c0
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