1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-26 08:41:47 -07:00

Document the interface type mps_fun_t.

Copied from Perforce
 Change: 183644
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Gareth Rees 2013-11-06 16:25:29 +00:00
parent ba3aaeb575
commit b19dd3cbf3

View file

@ -312,6 +312,14 @@ General types
:c:func:`mps_clock`.
.. c:type:: mps_fun_t
The type of a generic function pointer.
It is a :term:`transparent alias <transparent type>` for
``void (*)(void)``.
.. c:type:: mps_label_t
The type of a :term:`telemetry label`.