showlyricapp.h
来自「ShowLyric是一款用于Audacious的歌词显示插件」· C头文件 代码 · 共 18 行
H
18 行
#ifndef _SHOW_LYRIC_APP_H_#define _SHOW_LYRIC_APP_H_ void Init(); void Clean(); void ShowConfigDlg(); void UpdataSetting(); gboolean PreChangeSong(SongInfo* info); void ChangeSong(SongInfo info); void SetAppState(enum AppState state); gboolean _LoadLyric(SongInfo info); void _FreeList(GList* lpList); void About(GtkWindow* pParent); void GetDefautConfigs(Configs* pConfig); gboolean SearchLyric(SongInfo info, gboolean bSmartDownLoad); void DownLoadLyric(const gchar* lpszId, const gchar* lpszTitle, const gchar* lpszArtist);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?