Method

IdeSessionItemset_type_hint

Declaration

void
ide_session_item_set_type_hint (
  IdeSessionItem* self,
  const char* type_hint
)

Description

Sets the type-hint value for the item.

This is generally used to help inflate the right version of an object when loading session items.

Parameters

type_hint

Type: const char*

A type hint string for the item.

The argument can be NULL.
The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.