mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
ce377110d8
Differential Revision: https://phabricator.services.mozilla.com/D165625
23 lines
364 B
ReStructuredText
23 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.
|