doc: fix prototype of function weechat_hashtable_dup (plugin API reference)

v2.8-utf8proc
stfn 2014-04-28 19:48:43 +02:00
parent b174b3c3c8
commit cf89b22de0
4 changed files with 4 additions and 4 deletions

View File

@ -3661,7 +3661,7 @@ Prototype:
[source,C]
----
struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable);
struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable);
----
Arguments:

View File

@ -3715,7 +3715,7 @@ Prototype :
[source,C]
----
struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable);
struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable);
----
Paramètres :

View File

@ -3731,7 +3731,7 @@ Prototipo:
[source,C]
----
struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable);
struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable);
----
Argomenti:

View File

@ -3657,7 +3657,7 @@ _WeeChat バージョン 0.4.4 以上で利用可。_
[source,C]
----
struct t_hashtable *hashtable_dup (struct t_hashtable *hashtable);
struct t_hashtable *weechat_hashtable_dup (struct t_hashtable *hashtable);
----
引数: