plugins/musicmessaging/musicmessaging.c

changeset 14018
0d82c17d8000
parent 13234
1d8e569b2053
equal deleted inserted replaced
14017:db3f1bdc95c6 14018:0d82c17d8000
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);

mercurial