X-Git-Url: http://repo.macrolet.net/gitweb/?a=blobdiff_plain;f=gtk%2Fgtk.entry.lisp;h=5b07e578963d0d41f9df04a091879d2e49a95c68;hb=HEAD;hp=c4362aed040aaee94f91850534977ca7f45e5e6b;hpb=c549d347e2b48d7c5b4bea8ebc1f8982fdaf55ae;p=cl-gtk2.git diff --git a/gtk/gtk.entry.lisp b/gtk/gtk.entry.lisp index c4362ae..5b07e57 100644 --- a/gtk/gtk.entry.lisp +++ b/gtk/gtk.entry.lisp @@ -157,7 +157,7 @@ (export 'entry-completion-insert-action-text) -(defcfun (entry-copmletion-insert-action-markup "gtk_entry_completion_insert_action_markup") :void +(defcfun (entry-completion-insert-action-markup "gtk_entry_completion_insert_action_markup") :void (completion (g-object entry-completion)) (index :int) (markup :string))