1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-03 08:13:14 +02:00

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

This commit is contained in:
stfn
2014-04-28 19:48:43 +02:00
parent b174b3c3c8
commit cf89b22de0
4 changed files with 4 additions and 4 deletions
+1 -1
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:
+1 -1
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 :
+1 -1
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:
+1 -1
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);
----
引数: