Gtk.Entry.prototype.progress_pulse
function progress_pulse():void {
// Gjs wrapper for gtk_entry_progress_pulse()
}Indicates that some progress is made, but you don't know how much. Causes the entry's progress indicator to enter "activity mode," where a block bounces back and forth. Each call to Gtk.Entry.prototype.progress_pulse causes the block to move by a little bit (the amount of movement per pulse is determined by Gtk.set_progress_pulse_step).
Since 2.16