Typo.
[cl-gtk2.git] / gtk / gtk.status-icon.lisp
1 (in-package :gtk)
2
3 (defcfun (set-status-icon-tooltip "gtk_status_icon_set_tooltip") :void
4   (status-icon (g-object status-icon))
5   (tooltip-text :string))
6
7 (export 'set-status-icon-tooltip)