From 37e609252c036c49675bb5e7d2b8bec3dbe51b80 Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 13 Mar 2013 10:55:28 +0100 Subject: [PATCH] doc: remove "name" in hdata object (relay protocol) --- doc/en/weechat_relay_protocol.en.txt | 3 +-- 1 file changed, 1 insertion(+), 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: