Method
PangoLayoutset_markup_with_accel
Declaration
void
pango_layout_set_markup_with_accel (
PangoLayout* layout,
const char* markup,
int length,
gunichar accel_marker,
gunichar* accel_char
)
Parameters
markup
-
Type:
const char*
No description available.
The data is owned by the caller of the method. The value is a NUL terminated UTF-8 string. length
-
Type:
int
No description available.
accel_marker
-
Type:
gunichar
No description available.
accel_char
-
Type:
gunichar*
No description available.
The argument will be set by the function. The argument can be NULL
.