![]() |
![]() |
![]() |
GtkSourceCompletion Reference Manual | ![]() |
---|---|---|---|---|
#define GSC_TRIGGER_AUTOWORDS_NAME GscTriggerAutowordsPrivate; GscTriggerAutowords; GscTriggerAutowords* gsc_trigger_autowords_new (GscManager *completion); void gsc_trigger_autowords_set_delay (GscTriggerAutowords *trigger, guint delay);
GscTriggerAutowords* gsc_trigger_autowords_new (GscManager *completion);
|
The GscManager where the triggered will be used Returns The new GscTriggerAutowords |
Returns : |
void gsc_trigger_autowords_set_delay (GscTriggerAutowords *trigger, guint delay);
The delay time is the time between the last user key pressed and the instant when the trigger call to the completion. If delay is 2000 then the user press a key and 2 seconds later this trigger call to the completion if the user don't press another key.
|
The GscTriggerAutowords |
|
milliseconds to delay the autocompletion event. |