Method

IdeCompletionListBoxRowset_right

Declaration

void
ide_completion_list_box_row_set_right (
  IdeCompletionListBoxRow* self,
  const gchar* right
)

Description

No description available.
Available since:3.32

Parameters

right const gchar*
 

Text for the right column.

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