comparison libpurple/dbus-server.h @ 32672:3828a61c44da

A boring and large patch so I can merge heads.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Fri, 23 Dec 2011 08:21:58 +0000
parents c900484e41c0
children
comparison
equal deleted inserted replaced
32671:0e69949b3e61 32672:3828a61c44da
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