chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Small bugfix
[clg]
/
glib
/
callback.c
diff --git
a/glib/callback.c
b/glib/callback.c
index db6892a69c59d4dc94b9c20fac5eca5168d74e27..b872b8bfdf63c4f2c71ac3af88f96eae3f52174d 100644
(file)
--- a/
glib/callback.c
+++ b/
glib/callback.c
@@
-16,9
+16,9
@@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
-/* $Id: callback.c,v 1.
4 2001/05/11 16:12:27
espen Exp $ */
+/* $Id: callback.c,v 1.
6 2001/12/12 20:24:41
espen Exp $ */
-#include <g
object/g
object.h>
+#include <g
lib-
object.h>
#ifdef CMUCL
#include "lisp.h"
#ifdef CMUCL
#include "lisp.h"
@@
-85,14
+85,6
@@
destroy_notify_address ()
#endif
#endif
-GParamSpec**
-g_object_class_properties (GObjectClass *class, guint *n_properties)
-{
- *n_properties = class->n_property_specs;
- return class->property_specs;
-}
-
-#include <gobject/genums.h>
GEnumValue*
g_enum_class_values (GEnumClass *class, guint *n_values)
{
GEnumValue*
g_enum_class_values (GEnumClass *class, guint *n_values)
{