From 23fd23fd1a189ad13573bd4277def21ead4b91ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sat, 4 Jul 2015 16:23:04 +0200 Subject: api: fix type of value returned by function util_get_time_string --- doc/fr/weechat_plugin_api.fr.asciidoc | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'doc/fr') diff --git a/doc/fr/weechat_plugin_api.fr.asciidoc b/doc/fr/weechat_plugin_api.fr.asciidoc index d857d2747..79b5e7e64 100644 --- a/doc/fr/weechat_plugin_api.fr.asciidoc +++ b/doc/fr/weechat_plugin_api.fr.asciidoc @@ -3015,21 +3015,26 @@ Cette fonction n'est pas disponible dans l'API script. ==== util_get_time_string -_WeeChat ≥ 0.3.2._ +_WeeChat ≥ 0.3.2, mise à jour dans la 1.3._ -Retourner la date/heure sous forme de chaîne construite avec "strftime". +Retourner la date/heure sous forme de chaîne construite avec "strftime" et le +format défini dans l'option 'weechat.look.time_format'. Prototype : [source,C] ---- -char *weechat_util_get_time_string (const time_t *date); +const char *weechat_util_get_time_string (const time_t *date); ---- Paramètres : * 'date' : pointeur vers la date +Valeur de retour : + +* pointeur vers une chaîne contenant la date/heure + Exemple en C : [source,C] -- cgit v1.2.3