]> git.sesse.net Git - vlc/commit
* ./include/modules_inner.h, ./src/misc/configuration.c: support for config
authorSam Hocevar <sam@videolan.org>
Fri, 3 May 2002 20:49:30 +0000 (20:49 +0000)
committerSam Hocevar <sam@videolan.org>
Fri, 3 May 2002 20:49:30 +0000 (20:49 +0000)
commit71865b97085eb73bb9f391cb4b77cb34a190d358
tree1c00f5cef453a43aea6ffa181a91803d46ca6cce
parent9e00d135711d4a104a3b42e8dc008bbaa3c7ed4e
  * ./include/modules_inner.h, ./src/misc/configuration.c: support for config
    options callbacks.

    They don't take any argument for the moment, but this will change when
    I'm finished with my other vlc changes. There is a little problem: the
    Gtk+ interface keeps calling Put***Variable each time we click on "Apply"
    or "Save". I think it should only call it once. Is there a way to fix
    this? Gildas? lool? :-)
include/common.h
include/configuration.h
include/modules_inner.h
src/misc/configuration.c
src/misc/modules_plugin.h