forked from mirrors/gecko-dev
Depends on D137612 Differential Revision: https://phabricator.services.mozilla.com/D137650
19 lines
269 B
ReStructuredText
19 lines
269 B
ReStructuredText
PRPrimordialFn
|
|
==============
|
|
|
|
The type for the root function used by :ref:`PR_Initialize` is specified as
|
|
follows:
|
|
|
|
|
|
Syntax
|
|
------
|
|
|
|
.. code:: eval
|
|
|
|
typedef PRIntn (PR_CALLBACK *PRPrimordialFn)(PRIntn argc, char **argv);
|
|
|
|
|
|
See Also
|
|
--------
|
|
|
|
- :ref:`PR_Initialize`
|