comparison libpurple/dbus-server.h @ 32226:02a2e8183b1d

Clean the API documentation in preparation for 3.0.0 by removing all the old @since tags.
author andrew.victor@mxit.com
date Sun, 25 Sep 2011 18:56:58 +0000
parents c900484e41c0
children
comparison
equal deleted inserted replaced
32224:9d5b87e1a4d0 32226:02a2e8183b1d
171 */ 171 */
172 void *purple_dbus_get_handle(void); 172 void *purple_dbus_get_handle(void);
173 173
174 /** 174 /**
175 * Determines whether this instance owns the DBus service name 175 * Determines whether this instance owns the DBus service name
176 *
177 * @since 2.1.0
178 */ 176 */
179 gboolean purple_dbus_is_owner(void); 177 gboolean purple_dbus_is_owner(void);
180 178
181 /** 179 /**
182 * Starts Purple's D-BUS server. It is responsible for handling DBUS 180 * Starts Purple's D-BUS server. It is responsible for handling DBUS