webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Classes | Macros | Typedefs | Functions | Variables
WebLocalizableStrings.h File Reference

Go to the source code of this file.

Classes

struct  WebLocalizableStringsBundle
 

Macros

#define UI_STRING(string, comment)   WebLocalizedStringWithValue(0, string, string)
 
#define UI_STRING_KEY(string, key, comment)   WebLocalizedStringWithValue(0, key, string)
 

Typedefs

typedef struct NSBundle NSBundle
 
typedef CFStringRef WebLocalizedStringType
 

Functions

WebLocalizedStringType WebLocalizedString (WebLocalizableStringsBundle *bundle, const char *key)
 

Variables

static const char * key
 
static const char const char * value
 

Macro Definition Documentation

◆ UI_STRING

#define UI_STRING (   string,
  comment 
)    WebLocalizedStringWithValue(0, string, string)

◆ UI_STRING_KEY

#define UI_STRING_KEY (   string,
  key,
  comment 
)    WebLocalizedStringWithValue(0, key, string)

Typedef Documentation

◆ NSBundle

◆ WebLocalizedStringType

Function Documentation

◆ WebLocalizedString()

WebLocalizedStringType WebLocalizedString ( WebLocalizableStringsBundle bundle,
const char *  key 
)

Variable Documentation

◆ key

const char* key

◆ value

const char const char* value
Initial value:
{
Definition: RTCConfiguration.idl:27
static const char * key
Definition: WebLocalizableStrings.h:56
WebLocalizedStringType WebLocalizedString(WebLocalizableStringsBundle *bundle, const char *key)
Definition: WebLocalizableStrings.mm:36