chiark
/
gitweb
/
~mdw
/
clg
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
DEALLOCATE-MEMORY should now actually free memory
[clg]
/
glib
/
callback.c
diff --git
a/glib/callback.c
b/glib/callback.c
index 30d84936f2ea8fd48fec547d2a754ef843edd840..ac8f45a612ad5f623c48780590717ead7f64d33f 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
*/
* 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.
5 2001-10-21 21:59:22
espen Exp $ */
#include <gobject/gobject.h>
#include <gobject/gobject.h>
@@
-85,13
+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)
#include <gobject/genums.h>
GEnumValue*
g_enum_class_values (GEnumClass *class, guint *n_values)