1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-12 14:14:48 +02:00

Merge pull request #64 from stfnm/doc_fix_prototype_weechat_hashtable_dup

doc: fix prototype of function weechat_hashtable_dup (plugin API referen...
This commit is contained in:
Sébastien Helleu
2014-04-28 21:33:18 +02:00
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);
----
引数: