chiark / gitweb /
Added g_lisp_callback_closure_new
authorespen <espen>
Sun, 11 Feb 2001 21:53:03 +0000 (21:53 +0000)
committerespen <espen>
Sun, 11 Feb 2001 21:53:03 +0000 (21:53 +0000)
glib/callback.c

index 846c5d17cf3c509d0e54b4cf2383c192505ffb37..f818c4bc302bc73311ec0f0276e240d70798dcb0 100644 (file)
@@ -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 <gobject/gobject.h>
 
@@ -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;