~ubuntu-branches/ubuntu/natty/geany/natty

« back to all changes in this revision

Viewing changes to src/keyfile.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-08-07 03:23:12 UTC
  • mfrom: (1.4.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 22.
  • Revision ID: james.westby@ubuntu.com-20100807032312-ot70ac9d50cn79we
Tags: upstream-0.19
ImportĀ upstreamĀ versionĀ 0.19

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
 *      along with this program; if not, write to the Free Software
19
19
 *      Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
20
20
 *
21
 
 * $Id: keyfile.h 4630 2010-01-31 21:54:47Z eht16 $
 
21
 * $Id: keyfile.h 4776 2010-03-18 17:04:17Z ntrel $
22
22
 */
23
23
 
24
24
 
33
33
 
34
34
void configuration_finalize(void);
35
35
 
36
 
struct GeanyPrefGroup;
 
36
struct StashGroup;
37
37
 
38
 
void configuration_add_pref_group(struct GeanyPrefGroup *group, gboolean for_prefs_dialog);
 
38
void configuration_add_pref_group(struct StashGroup *group, gboolean for_prefs_dialog);
39
39
 
40
40
void configuration_save(void);
41
41