diff options
| author | Ray Strode <rstrode@redhat.com> | 2008-05-19 23:45:50 -0400 |
|---|---|---|
| committer | Ray Strode <rstrode@redhat.com> | 2008-05-19 23:45:50 -0400 |
| commit | b8781ead8406cf21603b0b2b4760f90e436f9c24 (patch) | |
| tree | cc341b4ad6a2cdb0b0876a81124b8ab4584b19a3 /src/ply-boot-splash.h | |
| parent | 2103fb014f00c03ac52efce2d7b29fb8fff23ca9 (diff) | |
| download | plymouth-b8781ead8406cf21603b0b2b4760f90e436f9c24.tar.gz plymouth-b8781ead8406cf21603b0b2b4760f90e436f9c24.tar.xz plymouth-b8781ead8406cf21603b0b2b4760f90e436f9c24.zip | |
Add hook to ply-terminal-session to notify on boot output.
Drop set_output_buffer api and propagate boot output to splash plugins
Diffstat (limited to 'src/ply-boot-splash.h')
| -rw-r--r-- | src/ply-boot-splash.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ply-boot-splash.h b/src/ply-boot-splash.h index b314378..fefb359 100644 --- a/src/ply-boot-splash.h +++ b/src/ply-boot-splash.h @@ -40,6 +40,9 @@ void ply_boot_splash_free (ply_boot_splash_t *splash); bool ply_boot_splash_show (ply_boot_splash_t *splash); void ply_boot_splash_update_status (ply_boot_splash_t *splash, const char *status); +void ply_boot_splash_update_output (ply_boot_splash_t *splash, + const char *output, + size_t size); char *ply_boot_splash_ask_for_password (ply_boot_splash_t *splash); void ply_boot_splash_hide (ply_boot_splash_t *splash); |
