summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ply-boot-splash-plugin.h2
1 files changed, 1 insertions, 1 deletions
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);