plugin.h
来自「GNOME下的短信息发送中心」· C头文件 代码 · 共 26 行
H
26 行
/* * 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 + =
减小字号Ctrl + -
显示快捷键?