return plugin;
}
+static void
+detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
+{
+ plugin->loop = NULL;
+
+ ply_trace ("detaching from event loop");
+}
+
void
destroy_plugin (ply_boot_splash_plugin_t *plugin)
{
ply_text_pulser_stop (plugin->pulser);
}
-static void
-detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
-{
- plugin->loop = NULL;
-
- ply_trace ("detaching from event loop");
-}
-
void
on_keyboard_input (ply_boot_splash_plugin_t *plugin,
const char *keyboard_input,