adg-matrix.h   adg-matrix.h 
skipping to change at line 29 skipping to change at line 29
#if !defined(__ADG_H__) #if !defined(__ADG_H__)
#error "Only <adg.h> can be included directly." #error "Only <adg.h> can be included directly."
#endif #endif
#ifndef __ADG_MATRIX_H__ #ifndef __ADG_MATRIX_H__
#define __ADG_MATRIX_H__ #define __ADG_MATRIX_H__
G_BEGIN_DECLS G_BEGIN_DECLS
cairo_matrix_t *adg_matrix_new (void);
const cairo_matrix_t * const cairo_matrix_t *
adg_matrix_identity (void) G_GNUC_CONST; adg_matrix_identity (void) G_GNUC_CONST;
const cairo_matrix_t * const cairo_matrix_t *
adg_matrix_null (void) G_GNUC_CONST; adg_matrix_null (void) G_GNUC_CONST;
void adg_matrix_copy (cairo_matrix_t *matrix, void adg_matrix_copy (cairo_matrix_t *matrix,
const cairo_matrix_t *src); const cairo_matrix_t *src);
cairo_matrix_t *adg_matrix_dup (const cairo_matrix_t *matrix); cairo_matrix_t *adg_matrix_dup (const cairo_matrix_t *matrix);
gboolean adg_matrix_equal (const cairo_matrix_t *matrix1, gboolean adg_matrix_equal (const cairo_matrix_t *matrix1,
const cairo_matrix_t *matrix2); const cairo_matrix_t *matrix2);
gboolean adg_matrix_normalize (cairo_matrix_t *matrix); gboolean adg_matrix_normalize (cairo_matrix_t *matrix);
 End of changes. 1 change blocks. 
1 lines changed or deleted 0 lines changed or added


 cpml-pair.h   cpml-pair.h 
skipping to change at line 30 skipping to change at line 30
#if !defined(__CPML_H__) #if !defined(__CPML_H__)
#error "Only <cpml/cpml.h> can be included directly." #error "Only <cpml/cpml.h> can be included directly."
#endif #endif
#ifndef __CPML_PAIR_H__ #ifndef __CPML_PAIR_H__
#define __CPML_PAIR_H__ #define __CPML_PAIR_H__
CAIRO_BEGIN_DECLS CAIRO_BEGIN_DECLS
typedef struct _CpmlPair CpmlPair; typedef struct _CpmlPair CpmlPair;
typedef struct _CpmlPair CpmlVector; typedef CpmlPair CpmlVector;
struct _CpmlPair { struct _CpmlPair {
/*< public >*/ /*< public >*/
double x, y; double x, y;
}; };
void cpml_pair_from_cairo (CpmlPair *pair, void cpml_pair_from_cairo (CpmlPair *pair,
const cairo_path_data_t const cairo_path_data_t
*path_data) ; *path_data) ;
void cpml_pair_copy (CpmlPair *pair, void cpml_pair_copy (CpmlPair *pair,
 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/