From 9478db2d3d333abe569e9b87b3aa2c9be2c9d7a6 Mon Sep 17 00:00:00 2001 From: Ray Strode Date: Wed, 6 Jun 2007 17:08:42 -0400 Subject: fix up signature of plugin show splash vfunc --- src/ply-boot-splash-plugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/ply-boot-splash-plugin.h b/src/ply-boot-splash-plugin.h index 798d9f1..6bb8c2d 100644 --- a/src/ply-boot-splash-plugin.h +++ b/src/ply-boot-splash-plugin.h @@ -35,7 +35,7 @@ typedef struct ply_boot_splash_plugin_t * (* create_plugin) (void); void (* destroy_plugin) (ply_boot_splash_plugin_t *plugin); - void (* show_splash_screen) (ply_boot_splash_plugin_t *plugin); + bool (* show_splash_screen) (ply_boot_splash_plugin_t *plugin); void (* update_status) (ply_boot_splash_plugin_t *plugin, const char *status); void (* hide_splash_screen) (ply_boot_splash_plugin_t *plugin); -- cgit