tor-browser

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

praccesshow.rst (375B)


      1 PRAccessHow
      2 ===========
      3 
      4 This is the declaration for the enumeration :ref:`PRAccessHow`, used in the
      5 ``how`` parameter of :ref:`PR_Access`:
      6 
      7 .. code::
      8 
      9   #include <prio.h>
     10 
     11   typedef enum PRAccessHow {
     12     PR_ACCESS_EXISTS = 1,
     13     PR_ACCESS_WRITE_OK = 2,
     14     PR_ACCESS_READ_OK = 3
     15   } PRAccessHow;
     16 
     17 See `PR_Access <en/PR_Access>`__ for what each of these values mean.