# HG changeset patch # User William Pitcock # Date 1202094582 21600 # Node ID 5ac89fc5f10105e87c323c004bc37273ebdfe61c # Parent 58bc8f042f692296d8a759bec30c668c323b9acb Dropped doc/libaudacious. This is _really_ old. diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-decl-list.txt --- a/doc/libaudacious/libaudacious-decl-list.txt Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,93 +0,0 @@ -
-configdb -ConfigDb -bmp_cfg_db_open -bmp_cfg_db_close -bmp_cfg_db_get_string -bmp_cfg_db_get_int -bmp_cfg_db_get_bool -bmp_cfg_db_get_float -bmp_cfg_db_get_double -bmp_cfg_db_set_string -bmp_cfg_db_set_int -bmp_cfg_db_set_bool -bmp_cfg_db_set_float -bmp_cfg_db_set_double -bmp_cfg_db_unset_key -
- -
-beepctrl -xmms_connect_to_session -xmms_remote_playlist -xmms_remote_get_version -xmms_remote_playlist_add -xmms_remote_playlist_delete -xmms_remote_play -xmms_remote_pause -xmms_remote_stop -xmms_remote_is_playing -xmms_remote_is_paused -xmms_remote_get_playlist_pos -xmms_remote_set_playlist_pos -xmms_remote_get_playlist_length -xmms_remote_playlist_clear -xmms_remote_get_output_time -xmms_remote_jump_to_time -xmms_remote_get_volume -xmms_remote_get_main_volume -xmms_remote_get_balance -xmms_remote_set_volume -xmms_remote_set_main_volume -xmms_remote_set_balance -xmms_remote_get_skin -xmms_remote_set_skin -xmms_remote_get_playlist_file -xmms_remote_get_playlist_title -xmms_remote_get_playlist_time -xmms_remote_get_info -xmms_remote_main_win_toggle -xmms_remote_pl_win_toggle -xmms_remote_eq_win_toggle -xmms_remote_is_main_win -xmms_remote_is_pl_win -xmms_remote_is_eq_win -xmms_remote_show_prefs_box -xmms_remote_toggle_aot -xmms_remote_eject -xmms_remote_playlist_prev -xmms_remote_playlist_next -xmms_remote_playlist_add_url_string -xmms_remote_playlist_enqueue_to_temp -xmms_remote_is_running -xmms_remote_toggle_repeat -xmms_remote_toggle_shuffle -xmms_remote_is_repeat -xmms_remote_is_shuffle -xmms_remote_get_eq -xmms_remote_get_eq_preamp -xmms_remote_get_eq_band -xmms_remote_set_eq -xmms_remote_set_eq_preamp -xmms_remote_set_eq_band -xmms_remote_quit -xmms_remote_play_pause -xmms_remote_playlist_ins_url_string -xmms_remote_playqueue_add -xmms_remote_playqueue_remove -xmms_remote_get_playqueue_length -xmms_remote_toggle_advance -xmms_remote_is_advance -xmms_remote_activate -xmms_remote_show_jtf_box -xmms_remote_playqueue_clear -xmms_remote_playqueue_is_queued -xmms_remote_get_playqueue_position -xmms_remote_get_playqueue_queue_position -audacious_set_session_uri -audacious_get_session_uri -audacious_set_session_type -xmms_remote_play_files -xmms_remote_add_files -
- diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-decl.txt --- a/doc/libaudacious/libaudacious-decl.txt Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,423 +0,0 @@ - -ConfigDb - - -bmp_cfg_db_open -ConfigDb * - - - -bmp_cfg_db_close -void -ConfigDb *db - - -bmp_cfg_db_get_string -gboolean -ConfigDb *db,const gchar *section,const gchar *key,gchar **value - - -bmp_cfg_db_get_int -gboolean -ConfigDb *db,const gchar *section,const gchar *key,gint *value - - -bmp_cfg_db_get_bool -gboolean -ConfigDb *db,const gchar *section,const gchar *key,gboolean *value - - -bmp_cfg_db_get_float -gboolean -ConfigDb *db,const gchar *section,const gchar *key,gfloat *value - - -bmp_cfg_db_get_double -gboolean -ConfigDb *db,const gchar *section,const gchar *key,gdouble *value - - -bmp_cfg_db_set_string -void -ConfigDb *db,const gchar *section,const gchar *key,const gchar *value - - -bmp_cfg_db_set_int -void -ConfigDb *db,const gchar *section,const gchar *key,gint value - - -bmp_cfg_db_set_bool -void -ConfigDb *db,const gchar *section,const gchar *key,gboolean value - - -bmp_cfg_db_set_float -void -ConfigDb *db,const gchar *section,const gchar *key,gfloat value - - -bmp_cfg_db_set_double -void -ConfigDb *db,const gchar *section,const gchar *key,gdouble value - - -bmp_cfg_db_unset_key -void -ConfigDb *db,const gchar *section,const gchar *key - - -xmms_connect_to_session -gint -gint session - - -xmms_remote_playlist -void -gint session, gchar ** list, gint num,gboolean enqueue - - -xmms_remote_get_version -gint -gint session - - -xmms_remote_playlist_add -void -gint session, GList * list - - -xmms_remote_playlist_delete -void -gint session, gint pos - - -xmms_remote_play -void -gint session - - -xmms_remote_pause -void -gint session - - -xmms_remote_stop -void -gint session - - -xmms_remote_is_playing -gboolean -gint session - - -xmms_remote_is_paused -gboolean -gint session - - -xmms_remote_get_playlist_pos -gint -gint session - - -xmms_remote_set_playlist_pos -void -gint session, gint pos - - -xmms_remote_get_playlist_length -gint -gint session - - -xmms_remote_playlist_clear -void -gint session - - -xmms_remote_get_output_time -gint -gint session - - -xmms_remote_jump_to_time -void -gint session, gint pos - - -xmms_remote_get_volume -void -gint session, gint * vl, gint * vr - - -xmms_remote_get_main_volume -gint -gint session - - -xmms_remote_get_balance -gint -gint session - - -xmms_remote_set_volume -void -gint session, gint vl, gint vr - - -xmms_remote_set_main_volume -void -gint session, gint v - - -xmms_remote_set_balance -void -gint session, gint b - - -xmms_remote_get_skin -gchar * -gint session - - -xmms_remote_set_skin -void -gint session, gchar * skinfile - - -xmms_remote_get_playlist_file -gchar * -gint session, gint pos - - -xmms_remote_get_playlist_title -gchar * -gint session, gint pos - - -xmms_remote_get_playlist_time -gint -gint session, gint pos - - -xmms_remote_get_info -void -gint session, gint * rate, gint * freq,gint * nch - - -xmms_remote_main_win_toggle -void -gint session, gboolean show - - -xmms_remote_pl_win_toggle -void -gint session, gboolean show - - -xmms_remote_eq_win_toggle -void -gint session, gboolean show - - -xmms_remote_is_main_win -gboolean -gint session - - -xmms_remote_is_pl_win -gboolean -gint session - - -xmms_remote_is_eq_win -gboolean -gint session - - -xmms_remote_show_prefs_box -void -gint session - - -xmms_remote_toggle_aot -void -gint session, gboolean ontop - - -xmms_remote_eject -void -gint session - - -xmms_remote_playlist_prev -void -gint session - - -xmms_remote_playlist_next -void -gint session - - -xmms_remote_playlist_add_url_string -void -gint session, gchar * string - - -xmms_remote_playlist_enqueue_to_temp -void -gint session, gchar * string - - -xmms_remote_is_running -gboolean -gint session - - -xmms_remote_toggle_repeat -void -gint session - - -xmms_remote_toggle_shuffle -void -gint session - - -xmms_remote_is_repeat -gboolean -gint session - - -xmms_remote_is_shuffle -gboolean -gint session - - -xmms_remote_get_eq -void -gint session, gfloat * preamp,gfloat ** bands - - -xmms_remote_get_eq_preamp -gfloat -gint session - - -xmms_remote_get_eq_band -gfloat -gint session, gint band - - -xmms_remote_set_eq -void -gint session, gfloat preamp, gfloat * bands - - -xmms_remote_set_eq_preamp -void -gint session, gfloat preamp - - -xmms_remote_set_eq_band -void -gint session, gint band, gfloat value - - -xmms_remote_quit -void -gint session - - -xmms_remote_play_pause -void -gint session - - -xmms_remote_playlist_ins_url_string -void -gint session, gchar * string,gint pos - - -xmms_remote_playqueue_add -void -gint session, gint pos - - -xmms_remote_playqueue_remove -void -gint session, gint pos - - -xmms_remote_get_playqueue_length -gint -gint session - - -xmms_remote_toggle_advance -void -gint session - - -xmms_remote_is_advance -gboolean -gint session - - -xmms_remote_activate -void -gint session - - -xmms_remote_show_jtf_box -void -gint session - - -xmms_remote_playqueue_clear -void -gint session - - -xmms_remote_playqueue_is_queued -gboolean -gint session, gint pos - - -xmms_remote_get_playqueue_position -gint -gint session, gint pos - - -xmms_remote_get_playqueue_queue_position -gint -gint session, gint pos - - -audacious_set_session_uri -void -gchar *uri - - -audacious_get_session_uri -gchar * -gint session - - -audacious_set_session_type -void -gint type - - -xmms_remote_play_files -void -gint session, GList * list - - -xmms_remote_add_files -#define xmms_remote_add_files(session,list) \ - xmms_remote_playlist_add(session,list) - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-main.sgml --- a/doc/libaudacious/libaudacious-main.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ - - - - - libaudacious SDK Reference Manual - - - - libaudacious SDK - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-overrides.txt diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-sections.txt --- a/doc/libaudacious/libaudacious-sections.txt Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,173 +0,0 @@ -
-vfs -VFSFile -VFSConstructor -vfs_fopen -vfs_fclose -vfs_fread -vfs_fwrite -vfs_getc -vfs_ungetc -vfs_fgets -vfs_fseek -vfs_rewind -vfs_ftell -vfs_feof -vfs_file_test -vfs_is_writeable -vfs_truncate -vfs_fprintf -vfs_register_transport -
- -
-beepctrl -xmms_connect_to_session -xmms_remote_playlist -xmms_remote_get_version -xmms_remote_playlist_add -xmms_remote_playlist_delete -xmms_remote_play -xmms_remote_pause -xmms_remote_stop -xmms_remote_is_playing -xmms_remote_is_paused -xmms_remote_get_playlist_pos -xmms_remote_set_playlist_pos -xmms_remote_get_playlist_length -xmms_remote_playlist_clear -xmms_remote_get_output_time -xmms_remote_jump_to_time -xmms_remote_get_volume -xmms_remote_get_main_volume -xmms_remote_get_balance -xmms_remote_set_volume -xmms_remote_set_main_volume -xmms_remote_set_balance -xmms_remote_get_skin -xmms_remote_set_skin -xmms_remote_get_playlist_file -xmms_remote_get_playlist_title -xmms_remote_get_playlist_time -xmms_remote_get_info -xmms_remote_main_win_toggle -xmms_remote_pl_win_toggle -xmms_remote_eq_win_toggle -xmms_remote_is_main_win -xmms_remote_is_pl_win -xmms_remote_is_eq_win -xmms_remote_show_prefs_box -xmms_remote_toggle_aot -xmms_remote_eject -xmms_remote_playlist_prev -xmms_remote_playlist_next -xmms_remote_playlist_add_url_string -xmms_remote_is_running -xmms_remote_toggle_repeat -xmms_remote_toggle_shuffle -xmms_remote_is_repeat -xmms_remote_is_shuffle -xmms_remote_get_eq -xmms_remote_get_eq_preamp -xmms_remote_get_eq_band -xmms_remote_set_eq -xmms_remote_set_eq_preamp -xmms_remote_set_eq_band -xmms_remote_quit -xmms_remote_play_pause -xmms_remote_playlist_ins_url_string -xmms_remote_playqueue_add -xmms_remote_playqueue_remove -xmms_remote_get_playqueue_length -xmms_remote_toggle_advance -xmms_remote_is_advance -xmms_remote_activate -xmms_remote_show_jtf_box -xmms_remote_playqueue_clear -xmms_remote_playqueue_is_queued -xmms_remote_get_playqueue_position -xmms_remote_get_playqueue_queue_position -audacious_set_session_uri -audacious_get_session_uri -audacious_set_session_type -xmms_remote_play_files -xmms_remote_add_files -
- -
-titlestring -TitleInput -BmpTitleInput -XMMS_TITLEINPUT_SIZE -XMMS_TITLEINPUT_VERSION -XMMS_NEW_TITLEINPUT -bmp_title_input_new -bmp_title_input_free -xmms_get_titlestring -xmms_titlestring_descriptions -
- -
-formatter -Formatter -xmms_formatter_new -xmms_formatter_destroy -xmms_formatter_associate -xmms_formatter_dissociate -xmms_formatter_format -
- -
-rcfile -RcLine -RcSection -RcFile -bmp_rcfile_new -bmp_rcfile_free -bmp_rcfile_open -bmp_rcfile_write -bmp_rcfile_read_string -bmp_rcfile_read_int -bmp_rcfile_read_bool -bmp_rcfile_read_float -bmp_rcfile_read_double -bmp_rcfile_write_string -bmp_rcfile_write_int -bmp_rcfile_write_boolean -bmp_rcfile_write_float -bmp_rcfile_write_double -bmp_rcfile_remove_key -
- -
-xconvert -xmms_convert_buffers -
- -
-configdb -ConfigDb -bmp_cfg_db_open -bmp_cfg_db_close -bmp_cfg_db_get_string -bmp_cfg_db_get_int -bmp_cfg_db_get_bool -bmp_cfg_db_get_float -bmp_cfg_db_get_double -bmp_cfg_db_set_string -bmp_cfg_db_set_int -bmp_cfg_db_set_bool -bmp_cfg_db_set_float -bmp_cfg_db_set_double -bmp_cfg_db_unset_key -
- -
-util -
- -
-dirbrowser -xmms_create_dir_browser -
- diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-undocumented.txt --- a/doc/libaudacious/libaudacious-undocumented.txt Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,8 +0,0 @@ -100% symbol docs coverage. -102 symbols documented. -0 symbols incomplete. -0 not documented. - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/libaudacious-unused.txt --- a/doc/libaudacious/libaudacious-unused.txt Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -xmms_remote_playlist_enqueue_to_temp diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/beepctrl.sgml --- a/doc/libaudacious/tmpl/beepctrl.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,648 +0,0 @@ - -Control Socket API ("beepctrl") - - -Remote access to an Audacious server. - - - -The control socket is used to remotely control audacious. - - - - - - - - - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@list: -@num: -@enqueue: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@list: - - - - - - - -@session: -@pos: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@pos: - - - - - - - -@session: -@Returns: - - - - - - - -@session: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@pos: - - - - - - - -@session: -@vl: -@vr: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@vl: -@vr: - - - - - - - -@session: -@v: - - - - - - - -@session: -@b: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@skinfile: - - - - - - - -@session: -@pos: -@Returns: - - - - - - - -@session: -@pos: -@Returns: - - - - - - - -@session: -@pos: -@Returns: - - - - - - - -@session: -@rate: -@freq: -@nch: - - - - - - - -@session: -@show: - - - - - - - -@session: -@show: - - - - - - - -@session: -@show: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@Returns: - - - - - - - -@session: - - - - - - - -@session: -@ontop: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: -@string: - - - - - - - -@session: -@Returns: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@preamp: -@bands: - - - - - - - -@session: -@Returns: - - - - - - - -@session: -@band: -@Returns: - - - - - - - -@session: -@preamp: -@bands: - - - - - - - -@session: -@preamp: - - - - - - - -@session: -@band: -@value: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: -@string: -@pos: - - - - - - - -@session: -@pos: - - - - - - - -@session: -@pos: - - - - - - - -@session: -@Returns: - - - - - - - -@session: - - - - - - - -@session: -@Returns: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: - - - - - - - -@session: -@pos: -@Returns: - - - - - - - -@session: -@pos: -@Returns: - - - - - - - -@session: -@pos: -@Returns: - - - - - - - -@uri: - - - - - - - -@session: -@Returns: - - - - - - - -@type: - - - - - - - -@session: -@list: - - - - - - - -@session: -@list: - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/configdb.sgml --- a/doc/libaudacious/tmpl/configdb.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,166 +0,0 @@ - -ConfigDB - - -The audacious configuration database. - - - -The configuration database is used to store settings used by Audacious and it's plugins. - - - - - - - - - - - - - - - - - - - - - -@Returns: - - - - - - - -@db: - - - - - - - -@db: -@section: -@key: -@value: -@Returns: - - - - - - - -@db: -@section: -@key: -@value: -@Returns: - - - - - - - -@db: -@section: -@key: -@value: -@Returns: - - - - - - - -@db: -@section: -@key: -@value: -@Returns: - - - - - - - -@db: -@section: -@key: -@value: -@Returns: - - - - - - - -@db: -@section: -@key: -@value: - - - - - - - -@db: -@section: -@key: -@value: - - - - - - - -@db: -@section: -@key: -@value: - - - - - - - -@db: -@section: -@key: -@value: - - - - - - - -@db: -@section: -@key: -@value: - - - - - - - -@db: -@section: -@key: - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/dirbrowser.sgml --- a/doc/libaudacious/tmpl/dirbrowser.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -Directory Browser - - -A directory browser widget. - - - - - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/formatter.sgml --- a/doc/libaudacious/tmpl/formatter.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -Formatter - - -A simple id->substitution class. - - - -The formatter class provides a simple id->value substitution method, which is useful for plugins to use. - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/libaudacious-unused.sgml --- a/doc/libaudacious/tmpl/libaudacious-unused.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,532 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - -xml_document - - - - - - - - - - - - - -@values: - - - - - - -@sections: - - - - - - -@key: -@value: - - - - - - -@name: -@lines: - - - - - - -@__size: -@__version: -@performer: -@album_name: -@track_name: -@track_number: -@year: -@date: -@genre: -@comment: -@file_name: -@file_ext: -@file_path: -@length: -@formatter: -@mtime: - - - - - - -@uri_id: -@vfs_fopen_impl: -@vfs_fclose_impl: -@vfs_fread_impl: -@vfs_fwrite_impl: -@vfs_getc_impl: -@vfs_ungetc_impl: -@vfs_fseek_impl: -@vfs_rewind_impl: -@vfs_ftell_impl: -@vfs_feof_impl: -@vfs_truncate_impl: - - - - - - -@uri: -@handle: -@base: - - - - - - -@input: - - - - - - - - - - - - - - - - - - -@entry: - - - - - - -@file: - - - - - - -@Returns: - - - - - - -@filename: -@Returns: - - - - - - -@file: -@section: -@key: -@value: -@Returns: - - - - - - -@file: -@section: -@key: -@value: -@Returns: - - - - - - -@file: -@section: -@key: -@value: -@Returns: - - - - - - -@file: -@section: -@key: -@value: -@Returns: - - - - - - -@file: -@section: -@key: -@value: -@Returns: - - - - - - -@file: -@section: -@key: - - - - - - -@file: -@filename: -@Returns: - - - - - - -@file: -@section: -@key: -@value: - - - - - - -@file: -@section: -@key: -@value: - - - - - - -@file: -@section: -@key: -@value: - - - - - - -@file: -@section: -@key: -@value: - - - - - - -@file: -@section: -@key: -@value: - - - - - - -@input: - - - - - - -@Returns: - - - - - - - - - - - - -@file: -@Returns: - - - - - - -@file: -@Returns: - - - - - - -@s: -@n: -@stream: -@Returns: - - - - - - -@path: -@test: -@Returns: - - - - - - -@path: -@mode: -@Returns: - - - - - - -@stream: -@format: -@Varargs: -@Returns: - - - - - - -@ptr: -@size: -@nmemb: -@file: -@Returns: - - - - - - -@file: -@offset: -@whence: -@Returns: - - - - - - -@file: -@Returns: - - - - - - -@ptr: -@size: -@nmemb: -@file: -@Returns: - - - - - - -@stream: -@Returns: - - - - - - -@Returns: - - - - - - -@path: -@Returns: - - - - - - -@vtable: -@Returns: - - - - - - -@file: - - - - - - -@file: -@length: -@Returns: - - - - - - -@c: -@stream: -@Returns: - - - - - - - - - - - - -@title: -@current_path: -@mode: -@handler: -@Returns: - - - - - - -@Returns: - - - - - - -@formatter: -@id: -@value: - - - - - - -@formatter: - - - - - - -@formatter: -@id: - - - - - - -@formatter: -@format: -@Returns: - - - - - - -@Returns: - - - - - - -@fmt: -@input: -@Returns: - - - - - - -@tags: -@columns: -@Returns: - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/rcfile.sgml --- a/doc/libaudacious/tmpl/rcfile.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -RcFile - - -Manipulation of RcFiles (old XMMS ConfigFile) - - - -Audacious plugins use RcFiles to store additional configuration data which may not be suitable for storage in the configuration database. - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/titlestring.sgml --- a/doc/libaudacious/tmpl/titlestring.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -Tuples and Title Formatting - - -Generating tuples and titles from them. - - - -Audacious uses Tuples to generate titles and store information about media. - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/util.sgml --- a/doc/libaudacious/tmpl/util.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -Miscillaneous Utility Functions - - -MessageBoxes, sleeping. - - - -These are miscillaneous utility functions used by plugins. - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/vfs.sgml --- a/doc/libaudacious/tmpl/vfs.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,20 +0,0 @@ - -VFS - - -Stream-based I/O in Audacious - - - -Audacious uses the VFS subsystem for implementing the I/O transport layer. VFSConstructors provide a base table for deriving streams from. Stream -methods may be derived from the base classes registered with the VFS subsystem via vfs_register_transport(). - - - - - - - - - - diff -r 58bc8f042f69 -r 5ac89fc5f101 doc/libaudacious/tmpl/xconvert.sgml --- a/doc/libaudacious/tmpl/xconvert.sgml Mon Feb 04 06:11:37 2008 +0300 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ - -XConvert - - -Resampling and byteswapping. - - - -Audacious plugins use XConvert to resample, downmix, upmix, and byteswap audio. - - - - - - - - - -