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:
@@ -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