abook.h

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

H
31
字号
/* * addressbook dialog * * Authors:     Gerhard Khueny <e9625442@student.tuwien.ac.at> * * TODO:         * * Fixes: * * For license terms, see the file COPYING in the project directory. */#ifndef GSMS_ABOOK_H #define GSMS_ABOOK_H typedef struct {	gchar *nick;	gchar *name;	gchar *number;	GList *alias;}AbookEntry; GtkWidget* gsms_abook_new(void); void abook_open (void); AbookEntry* abook_search(gchar *nick);void abook_insert_entry(GtkWidget *entry);#endif

⌨️ 快捷键说明

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