Function
PangoAttrShapenew_with_data
since: 1.8
Declaration
PangoAttribute*
pango_attr_shape_new_with_data (
const PangoRectangle* ink_rect,
const PangoRectangle* logical_rect,
gpointer data,
PangoAttrDataCopyFunc copy_func,
GDestroyNotify destroy_func
)
Parameters
ink_rect
-
Type:
PangoRectangle
No description available.
The data is owned by the caller of the function. logical_rect
-
Type:
PangoRectangle
No description available.
The data is owned by the caller of the function. data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. copy_func
-
Type:
PangoAttrDataCopyFunc
No description available.
destroy_func
-
Type:
GDestroyNotify
No description available.
Return value
Type: PangoAttribute
No description available.
The caller of the function takes ownership of the data, and is responsible for freeing it. |