mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-24 14:36:13 +01:00
Add new entry points.
2000-07-01 Tor Lillqvist <tml@iki.fi> * glib.def: Add new entry points. * makefile.{mingw,msc}.in: Add the new Unicode object files. 2000-07-01 Tor Lillqvist <tml@iki.fi> * gobject.def: Update added and renamed entry points. * makefile.mingw.in: Add gvaluetypes.o.
This commit is contained in:
parent
6e47268c14
commit
3250d07cbc
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* glib.def: Add new entry points.
|
||||
|
||||
* makefile.{mingw,msc}.in: Add the new Unicode object files.
|
||||
|
||||
Thu Jun 29 15:57:28 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* NEWS: updated
|
||||
|
37
glib.def
37
glib.def
@ -93,6 +93,7 @@ EXPORTS
|
||||
g_filename_from_utf8
|
||||
g_filename_to_utf8
|
||||
g_free
|
||||
g_get_charset
|
||||
g_get_codeset
|
||||
g_get_current_dir
|
||||
g_get_current_time
|
||||
@ -356,6 +357,7 @@ EXPORTS
|
||||
g_source_remove
|
||||
g_source_remove_by_source_data
|
||||
g_source_remove_by_user_data
|
||||
g_spaced_primes_closest
|
||||
g_static_mutex_get_mutex_impl
|
||||
g_static_private_get
|
||||
g_static_private_set
|
||||
@ -394,6 +396,7 @@ EXPORTS
|
||||
g_string_chunk_insert_const
|
||||
g_string_chunk_new
|
||||
g_string_down
|
||||
g_string_equal
|
||||
g_string_erase
|
||||
g_string_free
|
||||
g_string_insert
|
||||
@ -447,7 +450,40 @@ EXPORTS
|
||||
g_tree_traverse
|
||||
g_tuples_destroy
|
||||
g_tuples_index
|
||||
g_unichar_digit_value
|
||||
g_unichar_isalnum
|
||||
g_unichar_isalpha
|
||||
g_unichar_iscntrl
|
||||
g_unichar_isdefined
|
||||
g_unichar_isdigit
|
||||
g_unichar_isgraph
|
||||
g_unichar_islower
|
||||
g_unichar_isprint
|
||||
g_unichar_ispunct
|
||||
g_unichar_isspace
|
||||
g_unichar_istitle
|
||||
g_unichar_isupper
|
||||
g_unichar_iswide
|
||||
g_unichar_isxdigit
|
||||
g_unichar_to_utf8
|
||||
g_unichar_tolower
|
||||
g_unichar_totitle
|
||||
g_unichar_toupper
|
||||
g_unichar_type
|
||||
g_unichar_xdigit_value
|
||||
g_unicode_canonical_decomposition
|
||||
g_unicode_canonical_ordering
|
||||
g_usleep
|
||||
g_utf8_find_next_char
|
||||
g_utf8_find_prev_char
|
||||
g_utf8_get_char
|
||||
g_utf8_offset_to_pointer
|
||||
g_utf8_pointer_to_offset
|
||||
g_utf8_prev_char
|
||||
g_utf8_strchr
|
||||
g_utf8_strlen
|
||||
g_utf8_strncpy
|
||||
g_utf8_to_ucs4
|
||||
g_vsnprintf
|
||||
g_win32_closedir
|
||||
g_win32_error_message
|
||||
@ -461,4 +497,3 @@ EXPORTS
|
||||
glib_major_version
|
||||
glib_micro_version
|
||||
glib_minor_version
|
||||
g_spaced_primes_closest
|
||||
|
@ -93,6 +93,7 @@ EXPORTS
|
||||
g_filename_from_utf8
|
||||
g_filename_to_utf8
|
||||
g_free
|
||||
g_get_charset
|
||||
g_get_codeset
|
||||
g_get_current_dir
|
||||
g_get_current_time
|
||||
@ -356,6 +357,7 @@ EXPORTS
|
||||
g_source_remove
|
||||
g_source_remove_by_source_data
|
||||
g_source_remove_by_user_data
|
||||
g_spaced_primes_closest
|
||||
g_static_mutex_get_mutex_impl
|
||||
g_static_private_get
|
||||
g_static_private_set
|
||||
@ -394,6 +396,7 @@ EXPORTS
|
||||
g_string_chunk_insert_const
|
||||
g_string_chunk_new
|
||||
g_string_down
|
||||
g_string_equal
|
||||
g_string_erase
|
||||
g_string_free
|
||||
g_string_insert
|
||||
@ -447,7 +450,40 @@ EXPORTS
|
||||
g_tree_traverse
|
||||
g_tuples_destroy
|
||||
g_tuples_index
|
||||
g_unichar_digit_value
|
||||
g_unichar_isalnum
|
||||
g_unichar_isalpha
|
||||
g_unichar_iscntrl
|
||||
g_unichar_isdefined
|
||||
g_unichar_isdigit
|
||||
g_unichar_isgraph
|
||||
g_unichar_islower
|
||||
g_unichar_isprint
|
||||
g_unichar_ispunct
|
||||
g_unichar_isspace
|
||||
g_unichar_istitle
|
||||
g_unichar_isupper
|
||||
g_unichar_iswide
|
||||
g_unichar_isxdigit
|
||||
g_unichar_to_utf8
|
||||
g_unichar_tolower
|
||||
g_unichar_totitle
|
||||
g_unichar_toupper
|
||||
g_unichar_type
|
||||
g_unichar_xdigit_value
|
||||
g_unicode_canonical_decomposition
|
||||
g_unicode_canonical_ordering
|
||||
g_usleep
|
||||
g_utf8_find_next_char
|
||||
g_utf8_find_prev_char
|
||||
g_utf8_get_char
|
||||
g_utf8_offset_to_pointer
|
||||
g_utf8_pointer_to_offset
|
||||
g_utf8_prev_char
|
||||
g_utf8_strchr
|
||||
g_utf8_strlen
|
||||
g_utf8_strncpy
|
||||
g_utf8_to_ucs4
|
||||
g_vsnprintf
|
||||
g_win32_closedir
|
||||
g_win32_error_message
|
||||
@ -461,4 +497,3 @@ EXPORTS
|
||||
glib_major_version
|
||||
glib_micro_version
|
||||
glib_minor_version
|
||||
g_spaced_primes_closest
|
||||
|
@ -67,6 +67,9 @@ glib_OBJECTS = \
|
||||
gstring.o \
|
||||
gstrfuncs.o \
|
||||
gscanner.o \
|
||||
gunidecomp.o \
|
||||
guniprop.o \
|
||||
gutf8.o \
|
||||
gutils.o \
|
||||
gwin32.o
|
||||
|
||||
|
@ -83,6 +83,9 @@ glib_OBJECTS = \
|
||||
gthreadpool.obj \
|
||||
gtimer.obj \
|
||||
gtree.obj \
|
||||
gunidecomp.obj \
|
||||
guniprop.obj \
|
||||
gutf8.obj \
|
||||
gutils.obj \
|
||||
gwin32.obj
|
||||
|
||||
|
@ -1,3 +1,9 @@
|
||||
2000-07-01 Tor Lillqvist <tml@iki.fi>
|
||||
|
||||
* gobject.def: Update added and renamed entry points.
|
||||
|
||||
* makefile.mingw.in: Add gvaluetypes.o.
|
||||
|
||||
Thu Jun 29 16:02:07 2000 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* gobject.c:include string.h for memset
|
||||
|
@ -27,7 +27,7 @@ EXPORTS
|
||||
g_object_set_valist
|
||||
g_object_steal_qdata
|
||||
g_object_unref
|
||||
g_param_spec_bool
|
||||
g_param_spec_boolean
|
||||
g_param_spec_char
|
||||
g_param_spec_double
|
||||
g_param_spec_enum
|
||||
@ -47,6 +47,10 @@ EXPORTS
|
||||
g_param_spec_uint
|
||||
g_param_spec_ulong
|
||||
g_param_spec_unref
|
||||
g_param_value_defaults
|
||||
g_param_value_set_default
|
||||
g_param_value_validate
|
||||
g_param_values_cmp
|
||||
g_type_add_interface_dynamic
|
||||
g_type_add_interface_static
|
||||
g_type_check_class_cast
|
||||
@ -79,10 +83,9 @@ EXPORTS
|
||||
g_type_set_qdata
|
||||
g_value_convert
|
||||
g_value_copy
|
||||
g_value_defaults
|
||||
g_value_dup_object
|
||||
g_value_dup_string
|
||||
g_value_get_bool
|
||||
g_value_get_boolean
|
||||
g_value_get_char
|
||||
g_value_get_double
|
||||
g_value_get_enum
|
||||
@ -96,11 +99,9 @@ EXPORTS
|
||||
g_value_get_uint
|
||||
g_value_get_ulong
|
||||
g_value_init
|
||||
g_value_init_default
|
||||
g_value_reset
|
||||
g_value_set_bool
|
||||
g_value_set_boolean
|
||||
g_value_set_char
|
||||
g_value_set_default
|
||||
g_value_set_double
|
||||
g_value_set_enum
|
||||
g_value_set_flags
|
||||
@ -112,7 +113,6 @@ EXPORTS
|
||||
g_value_set_uchar
|
||||
g_value_set_uint
|
||||
g_value_set_ulong
|
||||
g_value_types_init
|
||||
g_value_unset
|
||||
g_value_validate
|
||||
g_values_cmp
|
||||
g_values_exchange
|
||||
|
@ -27,6 +27,7 @@ makefile.mingw: makefile.mingw.in
|
||||
|
||||
gobject_OBJECTS = \
|
||||
gvalue.o \
|
||||
gvaluetypes.o \
|
||||
gparam.o \
|
||||
gparamspecs.o \
|
||||
genums.o \
|
||||
|
@ -67,6 +67,9 @@ glib_OBJECTS = \
|
||||
gstring.o \
|
||||
gstrfuncs.o \
|
||||
gscanner.o \
|
||||
gunidecomp.o \
|
||||
guniprop.o \
|
||||
gutf8.o \
|
||||
gutils.o \
|
||||
gwin32.o
|
||||
|
||||
|
@ -83,6 +83,9 @@ glib_OBJECTS = \
|
||||
gthreadpool.obj \
|
||||
gtimer.obj \
|
||||
gtree.obj \
|
||||
gunidecomp.obj \
|
||||
guniprop.obj \
|
||||
gutf8.obj \
|
||||
gutils.obj \
|
||||
gwin32.obj
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user