diff options
author | Havoc Pennington <hp@redhat.com> | 2000-06-21 03:57:02 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2000-06-21 03:57:02 +0000 |
commit | 197a2a68c145d3568cd4f0f2fee3d3b55570134f (patch) | |
tree | 6089cb6806eae9126d39a71f2966a56342f8db49 /pango/pango-attributes.h | |
parent | e2dc9e117648e267953d7318bd3e0093cd5ab234 (diff) | |
download | pango-197a2a68c145d3568cd4f0f2fee3d3b55570134f.tar.gz |
GTK+ should compile now... sorry about the mess...
2000-06-14 Havoc Pennington <hp@redhat.com>
* pango/pango-attributes.c (pango_attr_list_copy): Function to
copy the attribute list.
2000-06-13 Havoc Pennington <hp@redhat.com>
* pango/pango-layout.h: Convert PangoLayout to GObject
* pango/pango-context.h: Convert to
PangoContext to GObject
Diffstat (limited to 'pango/pango-attributes.h')
-rw-r--r-- | pango/pango-attributes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pango/pango-attributes.h b/pango/pango-attributes.h index e7b362c0..3e34d011 100644 --- a/pango/pango-attributes.h +++ b/pango/pango-attributes.h @@ -131,6 +131,7 @@ PangoAttribute *pango_attr_rise_new (int rise); PangoAttrList * pango_attr_list_new (void); void pango_attr_list_ref (PangoAttrList *list); void pango_attr_list_unref (PangoAttrList *list); +PangoAttrList * pango_attr_list_copy (PangoAttrList *list); void pango_attr_list_insert (PangoAttrList *list, PangoAttribute *attr); void pango_attr_list_change (PangoAttrList *list, |