Skip to content

Commit

Permalink
Clean up some docs for Handle PMC
Browse files Browse the repository at this point in the history
  • Loading branch information
Whiteknight committed Aug 22, 2012
1 parent c9c0625 commit cdd13f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/pmc/handle.pmc
Expand Up @@ -34,12 +34,11 @@ EXCEPTION_INVALID_OPERATION.
pmclass Handle provides Handle manual_attrs {
/* TODO: Consider encapsulating PIOHANDLE as a PMC type, for subclassing */
ATTR PIOHANDLE os_handle; /* Low level OS descriptor */
ATTR STRING *record_separator; /* Record separator (only single
* char supported) */
ATTR IO_VTABLE *io_vtable; /* Function dispatch table */
ATTR STRING *record_separator; /* Record separator */
ATTR IO_VTABLE *io_vtable; /* Function dispatch table */
ATTR IO_BUFFER *read_buffer; /* Read Buffer */
ATTR IO_BUFFER *write_buffer; /* Write Buffer */
ATTR STRING *encoding; /* The encoding for read/write */
ATTR STRING *encoding; /* The encoding for read/write */


VTABLE void init() {
Expand Down

0 comments on commit cdd13f8

Please sign in to comment.