函数
Pangoattr_stretch_new
声明 [src]
PangoAttribute*
pango_attr_stretch_new (
PangoStretch stretch
)
参数
stretch
-
类型:
PangoStretch
延伸。
返回值
类型: PangoAttribute
新分配的 PangoAttribute
,它应当使用 pango_attribute_destroy()
释放。
函数的调用者负责数据的所有权,并且负责释放它。 |