~ubuntu-branches/ubuntu/karmic/gnucash/karmic

« back to all changes in this revision

Viewing changes to lib/libqof/qof/qofsession.h

  • Committer: Bazaar Package Importer
  • Author(s): Lionel Le Folgoc
  • Date: 2007-04-30 15:27:10 UTC
  • mfrom: (1.2.7 upstream) (2.1.2 etch)
  • Revision ID: james.westby@ubuntu.com-20070430152710-t8mb62uqd4zpw9q2
Tags: 2.0.5-1ubuntu1
* Merge with Debian Unstable, Ubuntu changes:
  - Build-Depends on libgoffice-0-dev instead of libgoffice-1-dev.
* debian/control: Adhere to DebianMaintainerField.

Show diffs side-by-side

added added

removed removed

Lines of Context:
222
222
 *    if any data in the session hasn't been saved to long-term storage.
223
223
 */
224
224
gboolean qof_session_not_saved(QofSession *session);
 
225
gboolean qof_session_save_in_progress(QofSession *session);
225
226
 
226
227
/** Allows the backend to warn the user if a dataset already exists. */
227
228
gboolean qof_session_save_may_clobber_data (QofSession *session);