Skip to content

Commit

Permalink
Merge pull request #37 from tromey/document-finish-type
Browse files Browse the repository at this point in the history
document PLUGIN_FINISH_TYPE
  • Loading branch information
davidmalcolm committed Nov 23, 2015
2 parents 6b7e6ee + e4c47bb commit d721624
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/callbacks.rst
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,15 @@ ID Meaning

where `decl` is a :py:class:`gcc.Declaration`.

.. py:data:: gcc.PLUGIN_FINISH_TYPE

Called when GCC has finished parsing a type. Arguments to the
callback are:

(`type`, `*extraargs`, `**kwargs`)

where `type` is a :py:class:`gcc.Type`.

.. py:data:: gcc.PLUGIN_FINISH

Called before GCC exits.
Expand Down

0 comments on commit d721624

Please sign in to comment.