Top | ![]() |
![]() |
![]() |
![]() |
AnjutaCommandQueueAnjutaCommandQueue — AnjutaCommandQueue is used to queue commands |
AnjutaCommandQueue * | anjuta_command_queue_new () |
void | anjuta_command_queue_push () |
gboolean | anjuta_command_queue_start () |
AnjutaCommandQueue always starts the next command in the queue when the previous command finishes. That also works for asyncronous commands
AnjutaCommandQueue *
anjuta_command_queue_new (AnjutaCommandQueueExecuteMode mode
);
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
“finished”
signalvoid user_function (AnjutaCommandQueue *anjutacommandqueue, gpointer user_data)
Flags: Run First