1
0
Fork 0
firefox/docs/nspr/reference/prlibrary.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
364 B
ReStructuredText

PRLibrary
=========
An opaque structure identifying a library.
Syntax
------
.. code::
#include <prlink.h>
typedef struct PRLibrary PRLibrary;
Description
-----------
A PRLibrary is an opaque structure. A reference to such a structure can
be returned by some of the functions in the runtime and serve to
identify a particular instance of a library.