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:
@@ -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:
|
||||
|
||||
@@ -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 :
|
||||
|
||||
@@ -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:
|
||||
|
||||
@@ -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);
|
||||
----
|
||||
|
||||
引数:
|
||||
|
||||
Reference in New Issue
Block a user