| 256 } |
256 } |
| 257 |
257 |
| 258 static gboolean |
258 static gboolean |
| 259 plugin_load(GaimPlugin *plugin) { |
259 plugin_load(GaimPlugin *plugin) { |
| 260 void *conv_list_handle; |
260 void *conv_list_handle; |
| |
261 |
| |
262 GAIM_DBUS_RETURN_FALSE_IF_DISABLED(plugin); |
| 261 |
263 |
| 262 /* First, we have to register our four exported functions with the |
264 /* First, we have to register our four exported functions with the |
| 263 main gaim dbus loop. Without this statement, the gaim dbus |
265 main gaim dbus loop. Without this statement, the gaim dbus |
| 264 code wouldn't know about our functions. */ |
266 code wouldn't know about our functions. */ |
| 265 GAIM_DBUS_REGISTER_BINDINGS(plugin); |
267 GAIM_DBUS_REGISTER_BINDINGS(plugin); |