gtkaccount.xs
来自「Linux下的多协议即时通讯程序源代码」· XS 代码 · 共 25 行
XS
25 行
#include "gtkmodule.h"MODULE = Pidgin::Account PACKAGE = Pidgin::Account PREFIX = pidgin_account_PROTOTYPES: ENABLEPurple::Handlepidgin_account_get_handle()MODULE = Pidgin::Account PACKAGE = Pidgin::Account::Dialog PREFIX = pidgin_account_dialog_PROTOTYPES: ENABLEvoidpidgin_account_dialog_show(type, account) Pidgin::Account::Dialog::Type type Purple::Account accountMODULE = Pidgin::Account PACKAGE = Pidgin::Account::Window PREFIX = pidgin_accounts_window_PROTOTYPES: ENABLEvoidpidgin_accounts_window_show()voidpidgin_accounts_window_hide()
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?