tor-browser

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

LocaleDirection.d.h (465B)


      1 #ifndef LocaleDirection_D_H
      2 #define LocaleDirection_D_H
      3 
      4 #include <stdio.h>
      5 #include <stdint.h>
      6 #include <stddef.h>
      7 #include <stdbool.h>
      8 #include "diplomat_runtime.h"
      9 
     10 
     11 
     12 
     13 
     14 typedef enum LocaleDirection {
     15  LocaleDirection_LeftToRight = 0,
     16  LocaleDirection_RightToLeft = 1,
     17  LocaleDirection_Unknown = 2,
     18 } LocaleDirection;
     19 
     20 typedef struct LocaleDirection_option {union { LocaleDirection ok; }; bool is_ok; } LocaleDirection_option;
     21 
     22 
     23 
     24 #endif // LocaleDirection_D_H