~ubuntu-branches/ubuntu/trusty/xiphos/trusty

« back to all changes in this revision

Viewing changes to src/main/sword.h

  • Committer: Bazaar Package Importer
  • Author(s): Dmitrijs Ledkovs, Jonathan Marsden, Dmitrijs Ledkovs
  • Date: 2010-11-25 21:26:48 UTC
  • mfrom: (2.1.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20101125212648-mc64wvs0nw3xp7bx
Tags: 3.1.4-1
[ Jonathan Marsden ]
* New upstream release 3.1.4
* Removed debian/patch/* since the one patch was included upstream.
* Bumped Standards-Version to 3.9.1 (no changes required).
* debian/README.Debian: Corrected spelling and reworded for clarity.
* debian/control: Add Jonathan Marsden back into Uploaders.

[ Dmitrijs Ledkovs ]
* Added local options dpkg-source to unapply patches and fail on
  upstream source changes (ignoring false positives).
* Added bzr-builddeb hook to generate source-format before build. If you
  are not using bzr-builddeb, you must run "./debian/rules clean" before
  building.
* patches/xul-2.0.patch: bump UPPER_RANGE to allow running against xul20.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
 * Xiphos Bible Study Tool
3
3
 * sword.h - glue
4
4
 *
5
 
 * Copyright (C) 2000-2009 Xiphos Developer Team
 
5
 * Copyright (C) 2000-2010 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
76
76
char *main_get_path_to_mods(void);
77
77
const char *main_get_sword_version(void);
78
78
void main_shutdown_backend(void);
79
 
void main_set_module_unlocked(char * mod_name, char * key);
80
 
void main_save_module_key(char * mod_name, char * key);
 
79
void main_set_module_unlocked(const char * mod_name, char * key);
 
80
void main_save_module_key(const char * mod_name, char * key);
81
81
gchar *main_update_nav_controls(const gchar * key);
82
82
char *main_get_active_pane_key(void);
83
83
char *main_get_active_pane_module(void);
97
97
const char *main_get_module_language(const char *module_name);
98
98
int main_check_for_global_option(char * mod_name, char * option);
99
99
int main_has_cipher_tag(char *mod_name);
 
100
void main_check_unlock(const char *mod_name, gboolean conditional);
100
101
int main_is_module(char * mod_name);
101
102
int main_has_search_framework(char *mod_name);
102
103
int main_optimal_search(char *mod_name);
120
121
gboolean main_is_Bible_key(gchar *key);
121
122
const char* main_get_osisref_from_key(const char *module, const char *key);
122
123
const char *main_get_language_map(const char *language);
 
124
char **main_get_module_language_list(void);
123
125
void main_init_language_map(void);
124
126
 
125
127
#ifdef __cplusplus