tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

prlibrary.rst (364B)


      1 PRLibrary
      2 =========
      3 
      4 An opaque structure identifying a library.
      5 
      6 
      7 Syntax
      8 ------
      9 
     10 .. code::
     11 
     12   #include <prlink.h>
     13 
     14   typedef struct PRLibrary PRLibrary;
     15 
     16 
     17 Description
     18 -----------
     19 
     20 A PRLibrary is an opaque structure. A reference to such a structure can
     21 be returned by some of the functions in the runtime and serve to
     22 identify a particular instance of a library.