Application
Description:
public namespace Application
Utilities for Applications
Content:
Methods:
- public async bool set_badge (int64 count) throws Error
Set the badge count, usually visible with the dock in the desktop.
There is no guarantee that the target environment supports it in any way. For it to be visible, one has to make sure to call
set_badge_visible().
- public async bool set_badge_visible (bool visible) throws Error
Set the badge visibility.
- public async bool set_progress (double progress) throws Error
Set the progress of the application, usually visible with the dock in
the desktop. There is no guarantee that the target environment supports it in any way. For it to be visible, one has to make sure to
call set_progress_visible().
- public async bool set_progress_visible (bool visible) throws Error
Set the progress visibility.