diff options
author | Alexander Larsson <alla@lysator.liu.se> | 2001-02-28 17:39:36 +0000 |
---|---|---|
committer | Alexander Larsson <alexl@src.gnome.org> | 2001-02-28 17:39:36 +0000 |
commit | 835ef9ddfc5d71b136ed5c491533d76875bd6951 (patch) | |
tree | 3beb5c1403c8eef0fe062180203002fad9d3cd35 /pango/pango-attributes.h | |
parent | 51df27fae443be766b686da2759617af3c1d7193 (diff) | |
download | pango-835ef9ddfc5d71b136ed5c491533d76875bd6951.tar.gz |
Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.
2001-02-28 Alexander Larsson <alla@lysator.liu.se>
* pango/pango-attributes.[c]:
Added pango_attr_list_get_type, and PANGO_TYPE_ATTR_LIST.
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index 59012cc3..dc1d887a 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -58,6 +58,7 @@ typedef struct _PangoAttrColor PangoAttrColor; typedef struct _PangoAttrFontDesc PangoAttrFontDesc; typedef struct _PangoAttrShape PangoAttrShape; +#define PANGO_TYPE_ATTR_LIST pango_attr_list_get_type () typedef struct _PangoAttrList PangoAttrList; typedef struct _PangoAttrIterator PangoAttrIterator; @@ -168,6 +169,7 @@ PangoAttribute *pango_attr_shape_new (const PangoRectangle *ink_re const PangoRectangle *logical_rect); PangoAttribute *pango_attr_scale_new (double scale_factor); +GType pango_attr_list_get_type (void) G_GNUC_CONST; PangoAttrList * pango_attr_list_new (void); void pango_attr_list_ref (PangoAttrList *list); void pango_attr_list_unref (PangoAttrList *list); |