Mercurial > pidgin.yaz
comparison libpurple/dbus-server.h @ 18168:285779ebfe0b
propagate from branch 'im.pidgin.pidgin' (head f61e46616c5562046a9f89a538ae10f5e5ef29ae)
to branch 'im.pidgin.soc.2007.remotelogging' (head c8ca0bef43c668d71394e63296b0a07fd0496e59)
author | Michael Shkutkov <mshkutkov@soc.pidgin.im> |
---|---|
date | Sun, 17 Jun 2007 21:03:22 +0000 |
parents | 2c10f77c2378 |
children | 2177a11e169d |
comparison
equal
deleted
inserted
replaced
17983:535a71646a47 | 18168:285779ebfe0b |
---|---|
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 * @since 2.1.0 | |
175 */ | |
176 gboolean purple_dbus_is_owner(void); | |
177 | |
178 /** | |
172 * Starts Purple's D-BUS server. It is responsible for handling DBUS | 179 * Starts Purple's D-BUS server. It is responsible for handling DBUS |
173 * requests from other applications. | 180 * requests from other applications. |
174 */ | 181 */ |
175 void purple_dbus_init(void); | 182 void purple_dbus_init(void); |
176 | 183 |