]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
fix up signature of plugin show splash vfunc
authorRay Strode <rstrode@redhat.com>
Wed, 6 Jun 2007 21:08:42 +0000 (17:08 -0400)
committerRay Strode <rstrode@redhat.com>
Wed, 6 Jun 2007 21:08:42 +0000 (17:08 -0400)
src/ply-boot-splash-plugin.h

index 798d9f1034d788c8d4c9b060001303e5ddc3d698..6bb8c2daaca32c316e8870a6fc02aaa91356262f 100644 (file)
@@ -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);