mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-26 07:26:15 +01:00
Mark the two entries that shouldn't be in the import library (see below)
2004-03-10 Tor Lillqvist <tml@iki.fi> * gobject.def: Mark the two entries that shouldn't be in the import library (see below) as PRIVATE.
This commit is contained in:
parent
06d984268b
commit
07ab639c25
@ -1,3 +1,8 @@
|
|||||||
|
2004-03-10 Tor Lillqvist <tml@iki.fi>
|
||||||
|
|
||||||
|
* gobject.def: Mark the two entries that shouldn't be in the
|
||||||
|
import library (see below) as PRIVATE.
|
||||||
|
|
||||||
Tue Mar 9 09:16:11 2004 Owen Taylor <otaylor@redhat.com>
|
Tue Mar 9 09:16:11 2004 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* === Released 2.3.6 ===
|
* === Released 2.3.6 ===
|
||||||
|
@ -173,7 +173,7 @@ EXPORTS
|
|||||||
g_signal_stop_emission
|
g_signal_stop_emission
|
||||||
g_signal_stop_emission_by_name
|
g_signal_stop_emission_by_name
|
||||||
g_signal_type_cclosure_new
|
g_signal_type_cclosure_new
|
||||||
g_slist_remove_all
|
g_slist_remove_all PRIVATE
|
||||||
g_source_set_closure
|
g_source_set_closure
|
||||||
g_strdup_value_contents
|
g_strdup_value_contents
|
||||||
g_strv_get_type
|
g_strv_get_type
|
||||||
@ -244,7 +244,7 @@ EXPORTS
|
|||||||
g_type_set_qdata
|
g_type_set_qdata
|
||||||
g_type_test_flags
|
g_type_test_flags
|
||||||
g_type_value_table_peek
|
g_type_value_table_peek
|
||||||
g_unichar_validate
|
g_unichar_validate PRIVATE
|
||||||
g_value_array_append
|
g_value_array_append
|
||||||
g_value_array_copy
|
g_value_array_copy
|
||||||
g_value_array_free
|
g_value_array_free
|
||||||
|
Loading…
Reference in New Issue
Block a user