updated externals

2001-06-22  Hans Breuer  <hans@breuer.org>

	* gobject.def : updated externals

	* gobjectnotifyqueue.c : include <string.h> for memset ()
This commit is contained in:
Hans Breuer 2001-06-22 14:10:33 +00:00 committed by Hans Breuer
parent bfe64c7c38
commit ef8daf9297
3 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-06-22 Hans Breuer <hans@breuer.org>
* gobject.def : updated externals
* gobjectnotifyqueue.c : include <string.h> for memset ()
Thu Jun 21 02:43:10 2001 Tim Janik <timj@gtk.org>
* gparamspecs.h: s/long/int/ for default_value in enum and flags

View File

@ -14,6 +14,7 @@ EXPORTS
g_cclosure_marshal_VOID__BOOLEAN
g_cclosure_marshal_VOID__INT
g_cclosure_marshal_VOID__POINTER
g_cclosure_marshal_VOID__PARAM
g_cclosure_marshal_VOID__UINT
g_cclosure_marshal_VOID__UINT_POINTER
g_cclosure_marshal_VOID__OBJECT
@ -48,6 +49,7 @@ EXPORTS
g_flags_register_static
g_object_class_find_property
g_object_class_install_property
g_object_class_list_properties
g_object_freeze_notify
g_object_connect
g_object_get
@ -71,6 +73,7 @@ EXPORTS
g_object_thaw_notify
g_object_unref
g_object_watch_closure
g_param_spec_pool_belongings
g_param_spec_boolean
g_param_spec_boxed
g_param_spec_char
@ -85,6 +88,7 @@ EXPORTS
g_param_spec_object
g_param_spec_pointer
g_param_spec_pool_insert
g_param_spec_pool_list
g_param_spec_pool_lookup
g_param_spec_pool_remove
g_param_spec_pool_new

View File

@ -19,6 +19,7 @@
#ifndef __G_NOTIFY_H__
#define __G_NOTIFY_H__
#include <string.h> /* memset */
#include <gobject/gobject.h>
G_BEGIN_DECLS