Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
f3f2b962
Commit
f3f2b962
authored
Dec 21, 2007
by
Rémi Denis-Courmont
Browse files
Use vlc_config_set for categories (close #1411)
parent
e65e7197
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/vlc_configuration.h
View file @
f3f2b962
...
...
@@ -326,11 +326,11 @@ VLC_EXPORT( int, vlc_config_set, (module_config_t *, int, ...) );
#define set_category( i_id ) \
add_type_inner( CONFIG_CATEGORY ); \
p
_config
->value.i =
i_id
vlc
_config
_set (p_config, VLC_CONFIG_VALUE, (int)(
i_id
))
#define set_subcategory( i_id ) \
add_type_inner( CONFIG_SUBCATEGORY ); \
p
_config
->value.i =
i_id
vlc
_config
_set (p_config, VLC_CONFIG_VALUE, (int)(
i_id
))
#define set_section( text, longtext ) \
add_typedesc_inner( CONFIG_SECTION, text, longtext )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment