Skip to content

Commit d721624

Browse files
committed
Merge pull request #37 from tromey/document-finish-type
document PLUGIN_FINISH_TYPE
2 parents 6b7e6ee + e4c47bb commit d721624

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/callbacks.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,15 @@ ID Meaning
178178

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

181+
.. py:data:: gcc.PLUGIN_FINISH_TYPE
182+
183+
Called when GCC has finished parsing a type. Arguments to the
184+
callback are:
185+
186+
(`type`, `*extraargs`, `**kwargs`)
187+
188+
where `type` is a :py:class:`gcc.Type`.
189+
181190
.. py:data:: gcc.PLUGIN_FINISH
182191

183192
Called before GCC exits.

0 commit comments

Comments
 (0)