[][src]Module weechat::buffer

Weechat Buffer module containing Buffer and Nick types.

Structs

Buffer

A Weechat buffer.

BufferBuilder

Builder for the creation of a buffer.

BufferBuilderAsyncasync

Builder for the creation of a buffer.

BufferHandle

A handle to a buffer that was created in the current plugin.

BufferLine

The buffer line, makes it possible to modify the printed message and other line data.

BufferLines

An iterator that steps over the lines of the buffer.

LineData

Struct that can be used to update multiple line fields at once.

Nick

Weechat Nick type

NickGroup

Weechat nicklist Group type.

NickSettings

Settings to create a new nick.

Traits

BufferCloseCallback

Trait for the buffer close callback

BufferInputCallback

Trait for the buffer input callback

BufferInputCallbackAsyncasync

Trait for the buffer input callback.