Fixed function names in gtk, removed duplicated function defintions in gtk
authorDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 12 May 2009 12:58:14 +0000 (16:58 +0400)
committerDmitry Kalyanov <Kalyanov.Dmitry@gmail.com>
Tue, 12 May 2009 12:58:14 +0000 (16:58 +0400)
gtk/gtk.main-loop-events.lisp
gtk/gtk.main_loop_events.lisp

index c882fee..b14cfce 100644 (file)
@@ -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)
 
index a98262c..ecdb3da 100644 (file)
 
 (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))