[ CCode ( cname = "xapp_set_xid_progress_pulse" ) ]
public void set_xid_progress_pulse (ulong xid, bool pulse)
Sets the progress pulse hint hint for a window manager (like muffin) to make available when applications want to display indeterminate or ongoing progress in a task manager.
Note: If a window will stick around after progress is complete, you will probably need to set progress to 0 to remove any progress effects on taskbars and window lists.
Setting an explicit progress value will unset this flag.
| xid |
The Window to set the progress for |
| pulse |
Whether to have pulsing set or not. |