diff options
| author | James Thomas | 2025-10-12 14:06:29 +0530 |
|---|---|---|
| committer | Eli Zaretskii | 2025-10-12 12:44:47 +0300 |
| commit | d1e173140de4036db2223a68c24942d36aa3e2c0 (patch) | |
| tree | b8bb03dc550953c4f3f0743c85a9d052ef4e6d03 /doc | |
| parent | 1ec7f8f9b20dc88caa06859a3a7d50143a9590f3 (diff) | |
| download | emacs-d1e173140de4036db2223a68c24942d36aa3e2c0.tar.gz emacs-d1e173140de4036db2223a68c24942d36aa3e2c0.zip | |
; * doc/misc/gnus.texi (Optional Back End Functions): Add newer (bug#79484).
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/misc/gnus.texi | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/misc/gnus.texi b/doc/misc/gnus.texi index 777ab5f7dac..74da7df3247 100644 --- a/doc/misc/gnus.texi +++ b/doc/misc/gnus.texi | |||
| @@ -30269,6 +30269,19 @@ in the same format as @code{nnchoke-request-group} gives. | |||
| 30269 | group-buffer = *active-line / *group-status | 30269 | group-buffer = *active-line / *group-status |
| 30270 | @end example | 30270 | @end example |
| 30271 | 30271 | ||
| 30272 | @item (nnchoke-retrieve-group-data-early @var{server} &optional @var{infos}) | ||
| 30273 | |||
| 30274 | This is for starting an early async retrieval from @var{server} to | ||
| 30275 | update @var{infos}, its current group info structure list. The return | ||
| 30276 | value is a token for the corresponding | ||
| 30277 | @code{nnchoke-finish-retrieve-group-infos}. | ||
| 30278 | |||
| 30279 | @item (nnchoke-finish-retrieve-group-infos @var{server} @var{infos} @var{data}) | ||
| 30280 | |||
| 30281 | This will be called later to conclude the async retrieval of | ||
| 30282 | @code{nnchoke-retrieve-group-data-early} -- whose token is passed as | ||
| 30283 | @var{data} -- and should update @var{infos}. | ||
| 30284 | |||
| 30272 | @item (nnchoke-request-update-info @var{group} @var{info} &optional @var{server}) | 30285 | @item (nnchoke-request-update-info @var{group} @var{info} &optional @var{server}) |
| 30273 | 30286 | ||
| 30274 | A Gnus group info (@pxref{Group Info}) is handed to the back end for | 30287 | A Gnus group info (@pxref{Group Info}) is handed to the back end for |