libpurple/dbus-server.h

changeset 17121
43d41f5ce17b
parent 15884
4de1981757fc
child 17883
85abd6e343df
equal deleted inserted replaced
17120:28587edbfd06 17121:43d41f5ce17b
167 * @return The dbus subsystem handle. 167 * @return The dbus subsystem handle.
168 */ 168 */
169 void *purple_dbus_get_handle(void); 169 void *purple_dbus_get_handle(void);
170 170
171 /** 171 /**
172 * Determines whether this instance owns the DBus service name
173 */
174 gboolean purple_dbus_is_owner();
175
176 /**
172 * Starts Purple's D-BUS server. It is responsible for handling DBUS 177 * Starts Purple's D-BUS server. It is responsible for handling DBUS
173 * requests from other applications. 178 * requests from other applications.
174 */ 179 */
175 void purple_dbus_init(void); 180 void purple_dbus_init(void);
176 181

mercurial