Home
last modified time | relevance | path

Searched refs:pangosharp_attribute_get_attr_type (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/
H A DAttribute.cs36 static extern Pango.AttrType pangosharp_attribute_get_attr_type (IntPtr raw); in pangosharp_attribute_get_attr_type() method in Pango.Attribute
40 switch (pangosharp_attribute_get_attr_type (raw)) { in GetAttribute()
130 return pangosharp_attribute_get_attr_type (raw);
/dports/x11-toolkits/gtk-sharp20/gtk-sharp-2.12.45/pango/glue/
H A Dattribute.c24 PangoAttrType pangosharp_attribute_get_attr_type (PangoAttribute *attr);
44 pangosharp_attribute_get_attr_type (PangoAttribute *attr) in pangosharp_attribute_get_attr_type() function