StringCompletion.this

Warning g_completion_new is deprecated and should not be used in newly-written code. Creates a new GCompletion.

  1. this(GCompletion* gCompletion)
  2. this(GCompletionFunc func)
    class StringCompletion

Parameters

func GCompletionFunc

the function to be called to return the string representing an item in the GCompletion, or NULL if strings are going to be used as the GCompletion items.

Throws

ConstructionException GTK+ fails to create the object.

Meta