[ 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.
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.
| markup |
The item markup label. |
| text |
The item text. |
| icon |
The item icon. |
| info |
The item extra information. |
|
a new SourceCompletionItem. |