Function

Pangoitemize_with_base_dir

since: 1.4

Declaration

GList*
pango_itemize_with_base_dir (
  PangoContext* context,
  PangoDirection base_dir,
  const char* text,
  int start_index,
  int length,
  PangoAttrList* attrs,
  PangoAttrIterator* cached_iter
)

Description

No description available.

Available since: 1.4

Parameters

context

Type: PangoContext

No description available.

The data is owned by the caller of the function.
base_dir

Type: PangoDirection

No description available.

text

Type: const char*

No description available.

The data is owned by the caller of the function.
The value is a NUL terminated UTF-8 string.
start_index

Type: int

No description available.

length

Type: int

No description available.

attrs

Type: PangoAttrList

No description available.

The data is owned by the caller of the function.
cached_iter

Type: PangoAttrIterator

No description available.

The argument can be NULL.
The data is owned by the caller of the function.

Return value

Type: A list of PangoItem*

No description available.

The caller of the function takes ownership of the data, and is responsible for freeing it.