
Defines | |
| #define | SET(foo) [self setMeta: "" forLabel: o_##foo##_txt]; |
| #define | SET(foo, bar) |
| #define | utf8(o_blub) [[o_blub stringValue] UTF8String] |
| #define | IsALeafNode ((id)-1) |
Variables | |
| static VLCInfo * | _o_sharedInstance = nil |
| #define IsALeafNode ((id)-1) |
Referenced by VLCInfoTreeItem::numberOfChildren.
| #define SET | ( | foo, | |||
| bar | ) |
Value:
char *psz_##foo = input_item_Get##bar ( p_item ); \ [self setMeta: psz_##foo forLabel: o_##foo##_txt]; \ FREENULL( psz_##foo );
| #define SET | ( | foo | ) | [self setMeta: "" forLabel: o_##foo##_txt]; |
| #define utf8 | ( | o_blub | ) | [[o_blub stringValue] UTF8String] |
Referenced by decode_string(), Eia608TextLine(), Eia608TextUtf8(), FromLatin1(), VLCInfo::saveMetaData:, and utf8_vasprintf().
VLCInfo* _o_sharedInstance = nil [static] |
1.5.6