diff options
Diffstat (limited to 'doc/fr/dev/plugin_c_api.fr.xml')
-rw-r--r-- | doc/fr/dev/plugin_c_api.fr.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/fr/dev/plugin_c_api.fr.xml b/doc/fr/dev/plugin_c_api.fr.xml index 9033f4879..e0f3a3888 100644 --- a/doc/fr/dev/plugin_c_api.fr.xml +++ b/doc/fr/dev/plugin_c_api.fr.xml @@ -9084,7 +9084,7 @@ weechat_printf (NULL, "WeeChat home is: %s", <title>Infolists</title> <para> - Functions to get infolists. + Infolists functions. </para> <para> @@ -9850,7 +9850,7 @@ weechat_printf (NULL, "time value = 0x%ld", <para> Prototype: <programlisting> -void weechat_infolist_free (struct t_weelist *weelist); +void weechat_infolist_free (struct t_infolist *infolist); </programlisting> </para> <para> |