~ubuntu-branches/debian/sid/xiphos/sid

« back to all changes in this revision

Viewing changes to src/gui/bookmarks_treeview.h

  • Committer: Package Import Robot
  • Author(s): Dimitri John Ledkov
  • Date: 2014-07-12 17:08:46 UTC
  • mfrom: (1.3.3)
  • Revision ID: package-import@ubuntu.com-20140712170846-ja9jzhgt51d3fkrd
Tags: 3.2.2+dfsg1-1
* New upstream release.
* Bump standards version.
* Switch uscan to sf.net redirector.
* Unpack waf in get-orig-source target.
* Bump to debhelper 9.
* Add uuid-dev build-dep.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Xiphos Bible Study Tool
3
3
 * bookmarks_treeview.h - gui for bookmarks
4
4
 *
5
 
 * Copyright (C) 2003-2011 Xiphos Developer Team
 
5
 * Copyright (C) 2003-2014 Xiphos Developer Team
6
6
 *
7
7
 * This program is free software; you can redistribute it and/or modify
8
8
 * it under the terms of the GNU General Public License as published by
71
71
                            GtkTreeIter *parent);
72
72
GtkWidget* gui_create_dialog_add_bookmark(gchar * label,
73
73
                                gchar * module_name, gchar * key);
74
 
void gui_save_old_bookmarks_to_new(GNode * gnode);
75
74
 
76
75
#ifdef __cplusplus
77
76
}