bonobo-activation-init.h   bonobo-activation-init.h 
skipping to change at line 31 skipping to change at line 31
* *
* Author: Elliot Lee <sopwith@redhat.com> * Author: Elliot Lee <sopwith@redhat.com>
*/ */
#ifndef BONOBO_ACTIVATION_INIT_H #ifndef BONOBO_ACTIVATION_INIT_H
#define BONOBO_ACTIVATION_INIT_H #define BONOBO_ACTIVATION_INIT_H
#include <orbit/orbit.h> #include <orbit/orbit.h>
#ifndef BONOBO_DISABLE_DEPRECATED #ifndef BONOBO_DISABLE_DEPRECATED
#include <popt.h> #include <popt.h>
#endif #endif
#include <glib/goption.h> #include <glib.h>
G_BEGIN_DECLS G_BEGIN_DECLS
CORBA_ORB bonobo_activation_orb_init (int *argc, CORBA_ORB bonobo_activation_orb_init (int *argc,
char **argv); char **argv);
CORBA_ORB bonobo_activation_orb_get (void); CORBA_ORB bonobo_activation_orb_get (void);
gboolean bonobo_activation_is_initialized (void); gboolean bonobo_activation_is_initialized (void);
CORBA_ORB bonobo_activation_init (int argc, CORBA_ORB bonobo_activation_init (int argc,
char **argv); char **argv);
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 bonobo-activation-version.h   bonobo-activation-version.h 
skipping to change at line 27 skipping to change at line 27
* You should have received a copy of the GNU Library General Public * You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the Free * License along with this library; if not, write to the Free
* Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. * Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
* *
* Author: Elliot Lee <sopwith@redhat.com> * Author: Elliot Lee <sopwith@redhat.com>
*/ */
#ifndef BONOBO_ACTIVATION_VERSION_H #ifndef BONOBO_ACTIVATION_VERSION_H
#define BONOBO_ACTIVATION_VERSION_H #define BONOBO_ACTIVATION_VERSION_H
#define BONOBO_ACTIVATION_MAJOR_VERSION (2) #define BONOBO_ACTIVATION_MAJOR_VERSION (2)
#define BONOBO_ACTIVATION_MINOR_VERSION (22) #define BONOBO_ACTIVATION_MINOR_VERSION (23)
#define BONOBO_ACTIVATION_MICRO_VERSION (0) #define BONOBO_ACTIVATION_MICRO_VERSION (0)
#endif /* BONOBO_ACTIVATION_VERSION_H */ #endif /* BONOBO_ACTIVATION_VERSION_H */
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 bonobo-macros.h   bonobo-macros.h 
skipping to change at line 12 skipping to change at line 12
* Useful macros. * Useful macros.
* *
* Author: * Author:
* Darin Adler <darin@bentspoon.com> * Darin Adler <darin@bentspoon.com>
* *
* Copyright 2001 Ben Tea Spoons, Inc. * Copyright 2001 Ben Tea Spoons, Inc.
*/ */
#ifndef _BONOBO_MACROS_H_ #ifndef _BONOBO_MACROS_H_
#define _BONOBO_MACROS_H_ #define _BONOBO_MACROS_H_
#include <glib/gmacros.h> #include <glib.h>
G_BEGIN_DECLS G_BEGIN_DECLS
/* Macros for defining classes. Ideas taken from Nautilus and GOB. */ /* Macros for defining classes. Ideas taken from Nautilus and GOB. */
/* Define the boilerplate type stuff to reduce typos and code size. Define s /* Define the boilerplate type stuff to reduce typos and code size. Define s
* the get_type method and the parent_class static variable. */ * the get_type method and the parent_class static variable. */
#define BONOBO_BOILERPLATE(type, type_as_function, corba_type, \ #define BONOBO_BOILERPLATE(type, type_as_function, corba_type, \
parent_type, parent_type_macro, \ parent_type, parent_type_macro, \
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added


 bonobo-types.h   bonobo-types.h 
skipping to change at line 14 skipping to change at line 14
* *
* Authors: * Authors:
* Martin Baulig (baulig@suse.de) * Martin Baulig (baulig@suse.de)
* *
* Copyright 2001 SuSE Linux AG. * Copyright 2001 SuSE Linux AG.
*/ */
#ifndef _BONOBO_TYPES_H_ #ifndef _BONOBO_TYPES_H_
#define _BONOBO_TYPES_H_ #define _BONOBO_TYPES_H_
#include <stdarg.h> #include <stdarg.h>
#include <glib/gmacros.h> #include <glib.h>
#include <glib-object.h> #include <glib-object.h>
#include <bonobo/bonobo-object.h> #include <bonobo/bonobo-object.h>
#include <bonobo/bonobo-arg.h> #include <bonobo/bonobo-arg.h>
G_BEGIN_DECLS G_BEGIN_DECLS
GType bonobo_corba_object_type_register_static (const gchar *name, GType bonobo_corba_object_type_register_static (const gchar *name,
const CORBA_TypeCode tc, const CORBA_TypeCode tc,
gboolean is_bonobo_unknown) G_GNUC_CONST; gboolean is_bonobo_unknown) G_GNUC_CONST;
 End of changes. 1 change blocks. 
1 lines changed or deleted 1 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/