1
0
Fork 0
firefox/docs/nspr/reference/prcalloncefn.rst
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

22 lines
378 B
ReStructuredText

PRCallOnceFN
============
Defines the signature of the function a client must implement.
Syntax
------
.. code::
#include <prinit.h>
typedef PRStatus (PR_CALLBACK *PRCallOnceFN)(void);
Description
-----------
The function is called to perform the initialization desired. The
function is expected to return a :ref:`PRStatus` indicating the outcome of
the process.