~ubuntu-branches/ubuntu/quantal/libbonobo/quantal-201207170711

« back to all changes in this revision

Viewing changes to bonobo/bonobo-shutdown.h

  • Committer: Bazaar Package Importer
  • Author(s): Sebastien Bacher
  • Date: 2005-02-18 14:40:51 UTC
  • mto: (3.1.1 etch) (1.1.25 upstream)
  • mto: This revision was merged to the branch mainline in revision 3.
  • Revision ID: james.westby@ubuntu.com-20050218144051-fo4h9qh2gim8x3wt
Tags: upstream-2.8.1
ImportĀ upstreamĀ versionĀ 2.8.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
 
/**
3
 
 * bonobo-shutdown.h: internal private init & shutdown routines
4
 
 *                    used by bonobo_init & bonobo_shutdown
5
 
 *
6
 
 * Authors:
7
 
 *   Michael Meeks (michael@helixcode.com)
8
 
 *
9
 
 * Copyright 2001 Ximian, Inc.
10
 
 */
11
 
#ifndef _BONOBO_SHUTDOWN_H_
12
 
#define _BONOBO_SHUTDOWN_H_
13
 
 
14
 
void bonobo_context_init     (void);
15
 
void bonobo_context_shutdown (void);
16
 
 
17
 
void bonobo_object_init      (void);
18
 
int  bonobo_object_shutdown  (void);
19
 
 
20
 
void bonobo_exception_shutdown       (void);
21
 
void bonobo_property_bag_shutdown    (void);
22
 
void bonobo_running_context_shutdown (void);
23
 
 
24
 
#endif /* _BONOBO_SHUTDOWN_H_ */