type Gtk_Entry_Completion_Match_Func is access function (Completion : access Gtk_Entry_Completion_Record'Class; Key : String; Iter : Gtk.Tree_Model.Gtk_Tree_Iter; User_Data : Data_Type) return Boolean;
type Destroy_Notify is access procedure (Data : in out Data_Type);
procedure Set_Match_Func
( | Completion | : access Gtk_Entry_Completion_Record; |
Func | : Gtk_Entry_Completion_Match_Func; | |
Func_Data | : Data_Type; | |
Func_Notify | : Destroy_Notify); |