| Top |
AnjutaCommandQueueAnjutaCommandQueue — AnjutaCommandQueue is used to queue commands |
Description
AnjutaCommandQueue always starts the next command in the queue when the previous command finishes. That also works for asyncronous commands
Functions
anjuta_command_queue_new ()
AnjutaCommandQueue *
anjuta_command_queue_new (AnjutaCommandQueueExecuteMode mode);
anjuta_command_queue_push ()
void anjuta_command_queue_push (AnjutaCommandQueue *self,AnjutaCommand *command);
Adds a command to the Queue and starts it if there are no other commands waiting
Signal Details
The “finished” signal
void user_function (AnjutaCommandQueue *anjutacommandqueue, gpointer user_data)
Flags: Run First
