Constructor

TalkatuHistoryRownew

Declaration [src]

GtkWidget*
talkatu_history_row_new (
  TalkatuMessage* message
)

Description [src]

Creates a new TalkatuHistoryRow for displaying message.

Parameters

message

Type: TalkatuMessage

The TalkatuMessage instance that will be displayed.

The data is owned by the caller of the function.

Return value

Type: GtkWidget

The new TalkatuHistoryRow instance.

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