doc: remove "name" in hdata object (relay protocol)

This commit is contained in:
Sebastien Helleu 2013-03-13 10:55:28 +01:00
parent 7cf9c8a656
commit 37e609252c

View File

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