diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-13 10:55:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-03-13 10:55:28 +0100 |
commit | 37e609252c036c49675bb5e7d2b8bec3dbe51b80 (patch) | |
tree | 5b10a66fabaa5ad44c215cdf1f9c9082d737cc60 /doc/en/weechat_relay_protocol.en.txt | |
parent | 7cf9c8a656b3da59b80b3525b9f9dde9212e5c10 (diff) | |
download | weechat-37e609252c036c49675bb5e7d2b8bec3dbe51b80.zip |
doc: remove "name" in hdata object (relay protocol)
Diffstat (limited to 'doc/en/weechat_relay_protocol.en.txt')
-rw-r--r-- | doc/en/weechat_relay_protocol.en.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/en/weechat_relay_protocol.en.txt b/doc/en/weechat_relay_protocol.en.txt index 14b4c2a0f..d16e440e4 100644 --- a/doc/en/weechat_relay_protocol.en.txt +++ b/doc/en/weechat_relay_protocol.en.txt @@ -1336,7 +1336,6 @@ objects, and then set of objects (path with pointers, then objects). └────────┴──────┴───────╨────────┴─────────────────────╨────────┴─────────────────────╨─────┘ ....................................... -* 'name' (string): name of hdata ('buffer', 'window', 'bar', ...) * 'h-path' (string): path used to reach hdata (example: 'buffer/lines/line/line_data'); the last element in path is the hdata returned * 'keys' (string): string with list of 'key:type' (separated by commas), @@ -1359,7 +1358,7 @@ hdata buffer:gui_buffers(*) number,full_name │ buffer │ number:int,full_name:str │ 2 ║ 0x12345 │ 1 │ core.weechat ║ 0x6789a │ 2 │irc.server.freenode │ └────────┴──────────────────────────┴───╨─────────┴───┴──────────────╨─────────┴───┴────────────────────┘ └──────┘ └────────────────────────┘ └─┘ └──────────────────────────┘ └────────────────────────────────┘ - hpath keys count buffer 1 buffer 2 + h-path keys count buffer 1 buffer 2 ....................................... Example of hdata with lines of core buffer: |