mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-03 10:31:37 -08:00
Converting varags on buffer and ap creation into keyword argument lists.
Copied from Perforce Change: 181680 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
af44d1241f
commit
688b5bf73d
11 changed files with 99 additions and 70 deletions
|
|
@ -331,6 +331,7 @@ typedef struct BufferClassStruct {
|
|||
ProtocolClassStruct protocol;
|
||||
const char *name; /* class name string */
|
||||
size_t size; /* size of outer structure */
|
||||
BufferVarargsMethod varargs; /* parse obsolete varargs */
|
||||
BufferInitMethod init; /* initialize the buffer */
|
||||
BufferFinishMethod finish; /* finish the buffer */
|
||||
BufferAttachMethod attach; /* attach the buffer */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue