log.h

来自「GNOME下的短信息发送中心」· C头文件 代码 · 共 23 行

H
23
字号
/* * Logging Window and handler 	 * * Authors:     Gerhard Khueny <e9625442@student.tuwien.ac.at> * * TODO:         * * Fixes: * * For license terms, see the file COPYING in the project directory. */#ifndef LOG_WINDOW_H#define LOG_WINDOW_H#include <gnome.h>GtkWidget *log_window_new(void);void log_on(void);void gsms_log_func(const gchar * log_domain, GLogLevelFlags log_level,		   const gchar * message, gpointer user_data);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?