~ubuntu-branches/ubuntu/feisty/gnumeric/feisty

« back to all changes in this revision

Viewing changes to src/gnumeric-gconf.h

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2006-12-06 13:55:23 UTC
  • mfrom: (1.1.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20061206135523-6bh02cebuk0hduva
Tags: 1.7.5-1ubuntu1
* Merge with debian experimental:
  - debian/control, debian/*-gtk-*, debian/rules,
    debian/shlibs.local: Xubuntu changes for
    gtk/gnome multibuild.
  - run intltool-update in po*
  - Build Depend on intltool

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
 
4
4
#include "numbers.h"
5
5
#include <gnumeric.h>
 
6
#include <glib-object.h>
6
7
#include <print-info.h>
7
8
 
8
9
typedef struct {
90
91
 
91
92
void     gnm_conf_init (gboolean fast);
92
93
void     gnm_conf_shutdown (void);
93
 
void     gnm_conf_sync (void);
94
94
GOConfNode *gnm_conf_get_root (void);
95
95
 
96
96
/* autocorrect */