SourceCompletionItem.this

Creates a new #GtkSourceCompletionItem from a stock item. If @label is %NULL, the stock label will be used.

More...
  1. this(GtkSourceCompletionItem* gtkSourceCompletionItem, bool ownedRef)
  2. this(string label, string text, Pixbuf icon, string info, bool markup)
  3. this(string label, string text, string stock, string info)
    class SourceCompletionItem
    this
    (
    string label
    ,
    string text
    ,
    string stock
    ,
    string info
    )
  4. this()

Parameters

label string

The item label.

text string

The item text.

stock string

The stock icon.

info string

The item extra information.

Return Value

a new #GtkSourceCompletionItem.

Detailed Description

Deprecated: Use gtk_source_completion_item_new2() instead.

Throws

ConstructionException GTK+ fails to create the object.

Meta