chiark
/
gitweb
/
~mdw
/
clg
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7eec806
)
Added g_lisp_callback_closure_new
author
espen
<espen>
Sun, 11 Feb 2001 21:53:03 +0000
(21:53 +0000)
committer
espen
<espen>
Sun, 11 Feb 2001 21:53:03 +0000
(21:53 +0000)
glib/callback.c
patch
|
blob
|
blame
|
history
diff --git
a/glib/callback.c
b/glib/callback.c
index 360cad6957a77396144e75d25c4cb1d8578eec29..aecf4dd2aad7c2e019ddc1846eec4e19b6420196 100644
(file)
--- 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 <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;