[vlc-commits] Replace VLC_EXPORT macro with a simple prefix, VLC_API
Rémi Denis-Courmont
git at videolan.org
Sat May 7 17:43:54 CEST 2011
vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat May 7 14:06:21 2011 +0300| [6f258887aa634d8cceaf9797779521dfd8340be2] | committer: Rémi Denis-Courmont
Replace VLC_EXPORT macro with a simple prefix, VLC_API
This should help Doxygen parse VLC headers, and generally makes headers
easier to read. LibVLC already uses a similar approach.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6f258887aa634d8cceaf9797779521dfd8340be2
---
include/vlc_access.h | 2 +-
include/vlc_acl.h | 12 +++---
include/vlc_aout.h | 46 ++++++++++----------
include/vlc_atomic.h | 10 ++--
include/vlc_block.h | 30 ++++++------
include/vlc_charset.h | 40 +++++++++---------
include/vlc_codec.h | 22 +++++-----
include/vlc_codec_synchro.h | 18 ++++----
include/vlc_common.h | 70 +++++++++++++++---------------
include/vlc_config_cat.h | 4 +-
include/vlc_configuration.h | 48 ++++++++++----------
include/vlc_cpu.h | 6 +-
include/vlc_demux.h | 8 ++--
include/vlc_dialog.h | 18 ++++----
include/vlc_epg.h | 14 +++---
include/vlc_es.h | 22 +++++-----
include/vlc_events.h | 31 ++++++-------
include/vlc_extensions.h | 2 +-
include/vlc_filter.h | 38 ++++++++--------
include/vlc_fourcc.h | 18 ++++----
include/vlc_fs.h | 30 ++++++------
include/vlc_http.h | 16 +++---
include/vlc_httpd.h | 46 ++++++++++----------
include/vlc_image.h | 10 ++--
include/vlc_input.h | 34 +++++++-------
include/vlc_input_item.h | 58 ++++++++++++------------
include/vlc_interface.h | 6 +-
include/vlc_iso_lang.h | 6 +-
include/vlc_keys.h | 6 +-
include/vlc_md5.h | 6 +-
include/vlc_media_library.h | 34 +++++++-------
include/vlc_messages.h | 26 ++++++------
include/vlc_meta.h | 26 ++++++------
include/vlc_modules.h | 38 ++++++++--------
include/vlc_mtime.h | 26 ++++++------
include/vlc_network.h | 40 +++++++++---------
include/vlc_objects.h | 18 ++++----
include/vlc_opengl.h | 4 +-
include/vlc_osd.h | 32 +++++++-------
include/vlc_picture.h | 20 ++++----
include/vlc_picture_fifo.h | 14 +++---
include/vlc_picture_pool.h | 16 +++---
include/vlc_playlist.h | 76 ++++++++++++++++----------------
include/vlc_plugin.h | 2 +-
include/vlc_rand.h | 8 ++--
include/vlc_services_discovery.h | 20 ++++----
include/vlc_sout.h | 42 +++++++++---------
include/vlc_spu.h | 16 +++---
include/vlc_sql.h | 6 +-
include/vlc_stream.h | 24 +++++-----
include/vlc_strings.h | 24 +++++-----
include/vlc_subpicture.h | 14 +++---
include/vlc_text_style.h | 8 ++--
include/vlc_threads.h | 88 +++++++++++++++++++-------------------
include/vlc_tls.h | 4 +-
include/vlc_update.h | 12 +++---
include/vlc_url.h | 10 ++--
include/vlc_variables.h | 34 +++++++-------
include/vlc_video_splitter.h | 4 +-
include/vlc_vlm.h | 20 ++++----
include/vlc_vout.h | 28 ++++++------
include/vlc_vout_display.h | 4 +-
include/vlc_vout_osd.h | 10 ++--
include/vlc_vout_window.h | 6 +-
include/vlc_vout_wrapper.h | 26 ++++++------
include/vlc_xml.h | 10 ++--
src/Makefile.am | 19 +--------
src/check_symbols | 14 ------
src/control/libvlc_internal.h | 14 +++---
69 files changed, 740 insertions(+), 774 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=6f258887aa634d8cceaf9797779521dfd8340be2
More information about the vlc-commits
mailing list