Function
PangoCairocontext_set_shape_renderer
since: 1.18
Declaration
void
pango_cairo_context_set_shape_renderer (
PangoContext* context,
PangoCairoShapeRendererFunc func,
gpointer data,
GDestroyNotify dnotify
)
Parameters
context
-
Type:
PangoContext
No description available.
The data is owned by the caller of the function. func
-
Type:
PangoCairoShapeRendererFunc
No description available.
The argument can be NULL
. data
-
Type:
gpointer
No description available.
The argument can be NULL
.The data is owned by the caller of the function. dnotify
-
Type:
GDestroyNotify
No description available.
The argument can be NULL
.