SourceCompletionItem.with_markup


Description:

[ CCode ( has_construct_function = false ) ]
public SourceCompletionItem.with_markup (string markup, string text, Pixbuf icon, string info)

Create a new SourceCompletionItem with markup label markup, icon icon and extra information info.

Note:

Use gtk_source_completion_item_new2 instead.

Both icon and info can be null in which case there will be no icon shown and no extra information available.

Parameters:

markup

The item markup label.

text

The item text.

icon

The item icon.

info

The item extra information.

Returns:

a new SourceCompletionItem.