📄 history.h
字号:
#ifndef __DILLO_HISTORY_H__#define __DILLO_HISTORY_H__#include <glib.h>#include "url.h"#ifdef __cplusplusextern "C" {#endif /* __cplusplus */int a_History_add_url(DilloUrl *url);int a_History_set_title(gint idx, const gchar *title);DilloUrl *a_History_get_url(gint idx);const gchar *a_History_get_title(gint idx);const gchar *a_History_get_title_by_url(DilloUrl *url, gint force);void a_History_free(void);#ifdef __cplusplus}#endif /* __cplusplus */#endif /* __DILLO_HISTORY_H__ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -