1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-01 07:16:37 +02:00

doc: add missing quotes in plugin API reference

This commit is contained in:
Sébastien Helleu
2016-03-28 11:15:12 +02:00
parent 4fa2edc865
commit 75243a46a1
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -4425,8 +4425,8 @@ Arguments:
* 'callback_write_data': pointer given to callback when it is called by WeeChat;
if not NULL, it must have been allocated with malloc (or similar function)
and it is automatically freed when the section is freed
* callback_write_default: function called when default values for section must
be written in file, arguments and return value:
* 'callback_write_default': function called when default values for section
must be written in file, arguments and return value:
** 'const void *pointer': pointer
** 'void *data': pointer
** 'struct t_config_file *config_file': configuration file pointer
+1 -1
View File
@@ -4504,7 +4504,7 @@ Paramètres :
par WeeChat; si non NULL, doit avoir été alloué par malloc (ou une fonction
similaire) et est automatiquement libéré (par free) lorsque la section est
libérée
* callback_write_default : fonction appelée lorsque les valeurs par défaut
* 'callback_write_default' : fonction appelée lorsque les valeurs par défaut
doivent être écrites dans le fichier, paramètres et valeur de retour :
** 'const void *pointer' : pointeur
** 'void *data' : pointeur
+2 -2
View File
@@ -4556,8 +4556,8 @@ Argomenti:
* 'callback_write_data': puntatore fornito dalla callback quando chiamata da
WeeChat; if not NULL, it must have been allocated with malloc (or similar
function) and it is automatically freed when the section is freed
* callback_write_default: funzione chiamata quando i valori predefiniti per la sezione
devono essere scritti in un file, argomenti e valore restituito:
* 'callback_write_default': funzione chiamata quando i valori predefiniti per
la sezione devono essere scritti in un file, argomenti e valore restituito:
** 'const void *pointer': puntatore
** 'void *data': puntatore
** 'struct t_config_file *config_file': puntatore al file di configurazione
+1 -1
View File
@@ -4427,7 +4427,7 @@ struct t_config_section *weechat_config_new_section (
* 'callback_write_data': WeeChat がコールバックを呼び出す際にコールバックに渡すポインタ;
if not NULL, it must have been allocated with malloc (or similar function)
and it is automatically freed when the section is freed
* callback_write_default:
* 'callback_write_default':
セクションのデフォルト値が必ずファイルに書き込まれる際に呼び出す関数、引数と戻り値:
** 'const void *pointer': ポインタ
** 'void *data': ポインタ