They serve no real purpose.
https://bugs.freedesktop.org/show_bug.cgi?id=42285
redraw_views (plugin);
}
-static void
-on_interrupt (ply_boot_splash_plugin_t *plugin)
-{
- ply_event_loop_exit (plugin->loop, 1);
- stop_animation (plugin);
-}
-
static void
detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
{
ply_event_loop_watch_for_exit (loop, (ply_event_loop_exit_handler_t)
detach_from_event_loop,
plugin);
- ply_event_loop_watch_signal (plugin->loop,
- SIGINT,
- (ply_event_handler_t)
- on_interrupt, plugin);
if (!load_views (plugin))
{
script_parse_op_free (plugin->script_main_op);
}
-static void
-on_interrupt (ply_boot_splash_plugin_t *plugin)
-{
- ply_event_loop_exit (plugin->loop, 1);
- stop_animation (plugin);
-}
-
static void
detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
{
detach_from_event_loop,
plugin);
- ply_event_loop_watch_signal (plugin->loop,
- SIGINT,
- (ply_event_handler_t)
- on_interrupt, plugin);
-
ply_trace ("starting boot animation");
return start_animation (plugin);
}
}
}
-static void
-on_interrupt (ply_boot_splash_plugin_t *plugin)
-{
- ply_event_loop_exit (plugin->loop, 1);
- stop_animation (plugin);
-}
-
static void
detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
{
detach_from_event_loop,
plugin);
- ply_event_loop_watch_signal (plugin->loop,
- SIGINT,
- (ply_event_handler_t)
- on_interrupt, plugin);
-
ply_trace ("starting boot animation");
start_animation (plugin);
ply_trigger_pull (trigger, NULL);
}
-static void
-on_interrupt (ply_boot_splash_plugin_t *plugin)
-{
- ply_event_loop_exit (plugin->loop, 1);
- stop_animation (plugin, NULL);
-}
-
static void
detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
{
detach_from_event_loop,
plugin);
- ply_event_loop_watch_signal (plugin->loop,
- SIGINT,
- (ply_event_handler_t)
- on_interrupt, plugin);
-
ply_trace ("starting boot animation");
start_animation (plugin);
ply_trigger_pull (trigger, NULL);
}
-static void
-on_interrupt (ply_boot_splash_plugin_t *plugin)
-{
- ply_event_loop_exit (plugin->loop, 1);
- stop_animation (plugin, NULL);
-}
-
static void
detach_from_event_loop (ply_boot_splash_plugin_t *plugin)
{
detach_from_event_loop,
plugin);
- ply_event_loop_watch_signal (plugin->loop,
- SIGINT,
- (ply_event_handler_t)
- on_interrupt, plugin);
-
ply_trace ("starting boot animations");
start_progress_animation (plugin);