From: espen Date: Sun, 11 Feb 2001 21:53:03 +0000 (+0000) Subject: Added g_lisp_callback_closure_new X-Git-Url: https://git.distorted.org.uk/~mdw/clg/commitdiff_plain/e552920f34e91ff099e85c55e4bc160957f1716a Added g_lisp_callback_closure_new --- diff --git a/glib/callback.c b/glib/callback.c index 846c5d1..f818c4b 100644 --- a/glib/callback.c +++ b/glib/callback.c @@ -16,7 +16,7 @@ * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA */ -/* $Id: callback.c,v 1.1 2000-11-09 20:29:19 espen Exp $ */ +/* $Id: callback.c,v 1.2 2001-02-11 21:53:03 espen Exp $ */ #include @@ -65,7 +65,7 @@ void destroy_notify (gpointer data) } GClosure* -g_lisp_callback_closure (guint callback_id) +g_lisp_callback_closure_new (guint callback_id) { GClosure *closure;