Dillo
v3.1.1-99-gf3103cc4
Loading...
Searching...
No Matches
bookmark.h
Go to the documentation of this file.
1
#ifndef __BOOKMARK_H__
2
#define __BOOKMARK_H__
3
4
#include "
bw.h
"
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
/* __cplusplus */
9
10
void
a_Bookmarks_add
(
BrowserWindow
*bw,
const
DilloUrl
*url);
11
12
/* TODO: this is for testing purposes */
13
void
a_Bookmarks_chat_add
(
BrowserWindow
*Bw,
char
*Cmd,
char
*answer);
14
15
#ifdef __cplusplus
16
}
17
#endif
/* __cplusplus */
18
19
#endif
/* __BOOKMARK_H__ */
a_Bookmarks_add
void a_Bookmarks_add(BrowserWindow *bw, const DilloUrl *url)
Add the new bookmark through the bookmarks server.
Definition
bookmark.c:71
a_Bookmarks_chat_add
void a_Bookmarks_chat_add(BrowserWindow *Bw, char *Cmd, char *answer)
Have a short chat with the bookmarks server, and finally ask it to add a new bookmark.
Definition
bookmark.c:27
bw.h
BrowserWindow
Contains the specific data for a single window.
Definition
bw.h:27
DilloUrl
Definition
url.h:88
src
bookmark.h
Generated on Sun Nov 24 2024 01:38:41 for Dillo by
1.9.8