mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
spelling: callbacks
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
fd1899aa12
commit
08895863d9
@@ -10009,7 +10009,7 @@ C examples:
|
||||
[source,c]
|
||||
----
|
||||
/* hook modifier with priority = 2000 */
|
||||
/* high priority: called before other modifier calbacks */
|
||||
/* high priority: called before other modifier callbacks */
|
||||
weechat_hook_modifier ("2000|input_text_display", &modifier_cb, NULL, NULL);
|
||||
|
||||
/* hook two signals with priority = 3000 */
|
||||
|
||||
@@ -10395,7 +10395,7 @@ C examples:
|
||||
[source,c]
|
||||
----
|
||||
/* hook per il modificatore con priorità = 2000 */
|
||||
/* high priority: called before other modifier calbacks */
|
||||
/* high priority: called before other modifier callbacks */
|
||||
weechat_hook_modifier ("2000|input_text_display", &modifier_cb, NULL, NULL);
|
||||
|
||||
/* hook two signals with priority = 3000 */
|
||||
|
||||
@@ -10143,7 +10143,7 @@ C examples:
|
||||
[source,c]
|
||||
----
|
||||
/* hook modifier with priority = 2000 */
|
||||
/* high priority: called before other modifier calbacks */
|
||||
/* high priority: called before other modifier callbacks */
|
||||
weechat_hook_modifier ("2000|input_text_display", &modifier_cb, NULL, NULL);
|
||||
|
||||
/* hook two signals with priority = 3000 */
|
||||
|
||||
Reference in New Issue
Block a user