📄 simple.h
字号:
#ifndef _GAIM_SIMPLE_H_#define _GAIM_SIMPLE_H_#include <glib.h>#include "connection.h"#include "sslconn.h"struct simple_connection_cache { GHashTable *friends;};struct simple_friend_cache { char *status_string; int status_int;};static struct simple_friend_cache *simple_friend_cache_new();static void simple_friend_cache_free(gpointer); #endif /* _GAIM_SIMPLE_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -