summaryrefslogtreecommitdiff
path: root/src/bookmarks.h
blob: e63a8a9b0c1e7b48bcb956089472da90b8146b3f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// C++ Interface: bookmarks
//
// Description: 
//
//
// Author: Adam Tee <adam@ajtee.plus.com>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
// 
//

#ifndef BOOKMARKS_H
#define BOOKMARKS_H

#include <denemo/denemo.h>

void addbookmark(GtkAction *action, gpointer param);
void gotobookmark(GtkAction *action, gpointer param);
void nextbookmark(GtkAction *action, gpointer param);
void prevbookmark(GtkAction *action, gpointer param);
void deletebookmarks(GtkAction *action, gpointer param);


#endif