From: Dmitry Kalyanov Date: Tue, 12 May 2009 12:58:14 +0000 (+0400) Subject: Fixed function names in gtk, removed duplicated function defintions in gtk X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=63fbed86c67daf990991d31d7f6f0c90fa9cb499;p=cl-gtk2.git Fixed function names in gtk, removed duplicated function defintions in gtk --- diff --git a/gtk/gtk.main-loop-events.lisp b/gtk/gtk.main-loop-events.lisp index c882fee..b14cfce 100644 --- a/gtk/gtk.main-loop-events.lisp +++ b/gtk/gtk.main-loop-events.lisp @@ -45,7 +45,7 @@ (export 'current-event) -(defcfun (current-event-time gtk-get-current-event-time) :uint32) +(defcfun (current-event-time "gtk_get_current_event_time") :uint32) (export 'current-event-time) diff --git a/gtk/gtk.main_loop_events.lisp b/gtk/gtk.main_loop_events.lisp index a98262c..ecdb3da 100644 --- a/gtk/gtk.main_loop_events.lisp +++ b/gtk/gtk.main_loop_events.lisp @@ -51,11 +51,6 @@ (defcfun gtk-main-quit :void) -(defcfun gtk-main-iteration :boolean) - -(defcfun gtk-main-iteration-do :boolean - (blocking :boolean)) - (defcfun gtk-grab-add :void (widget g-object))