doc: remove "name" in hdata object (relay protocol)
This commit is contained in:
parent
7cf9c8a656
commit
37e609252c
@ -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:
|
* 'h-path' (string): path used to reach hdata (example:
|
||||||
'buffer/lines/line/line_data'); the last element in path is the hdata returned
|
'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),
|
* '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 │
|
│ 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:
|
Example of hdata with lines of core buffer:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user