⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 history.h

📁 飞漫公司的minigui的1.6.8收费增值版本的demon等示例程序
💻 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 + -