diff options
| author | Ray Strode <rstrode@redhat.com> | 2007-06-06 17:08:42 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2007-06-06 17:08:42 -0400 |
| commit | 9478db2d3d333abe569e9b87b3aa2c9be2c9d7a6 (patch) | |
| tree | faa6e7da18dd79428d8d6301487ac3051bb73d68 /src | |
| parent | 2224329fddf5b4e9a27790090b3cd9a6680c3ebd (diff) | |
fix up signature of plugin show splash vfunc
Diffstat (limited to 'src')
| -rw-r--r-- | src/ply-boot-splash-plugin.h | 2 |
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); |
