📄 plugin.h
字号:
/* * plugin interface - load/save/find plugin * * Authors: Michael Jochum <e9725005@stud3.tuwien.ac.at> * Gerhard Khueny <e9625442@student.tuwien.ac.at> * TODO: * * Fixes: * * For license terms, see the file COPYING in the project directory. */#ifndef __PLUGIN_H__#define __PLUGIN_H__#include "gsms-plugin.h"extern GSList *plugin_list;GList * plugin_find (const char *tel);PluginData* plugin_load(const gchar *file);void plugins_init(void);void plugin_unload(PluginData *pd);#endif /* __PLUGIN_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -