history.h

来自「基于minigui的浏览器. 这是最新版本.」· C头文件 代码 · 共 27 行

H
27
字号
#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 + =
减小字号Ctrl + -
显示快捷键?