mirror of
https://gitlab.freedesktop.org/plymouth/plymouth.git
synced 2026-05-07 09:38:04 +02:00
fix up signature of plugin show splash vfunc
This commit is contained in:
parent
2224329fdd
commit
9478db2d3d
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue