diff options
author | Tor Lillqvist <tml@iki.fi> | 2004-03-16 00:50:10 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2004-03-16 00:50:10 +0000 |
commit | 07ab639c25b57dc38cee480a6bd54aad4f81246d (patch) | |
tree | 420089a6a93740ea997fcdf707d7897fd343cab3 | |
parent | 06d984268ba31b96b718c65665d4e1cdee5c32e1 (diff) |
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.
-rw-r--r-- | gobject/ChangeLog | 5 | ||||
-rw-r--r-- | gobject/gobject.def | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/gobject/ChangeLog b/gobject/ChangeLog index ab3398ba4..cbe0d5efe 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -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> * === Released 2.3.6 === diff --git a/gobject/gobject.def b/gobject/gobject.def index 7229eff2f..93fa3ed73 100644 --- a/gobject/gobject.def +++ b/gobject/gobject.def @@ -173,7 +173,7 @@ EXPORTS g_signal_stop_emission g_signal_stop_emission_by_name g_signal_type_cclosure_new - g_slist_remove_all + g_slist_remove_all PRIVATE g_source_set_closure g_strdup_value_contents g_strv_get_type @@ -244,7 +244,7 @@ EXPORTS g_type_set_qdata g_type_test_flags g_type_value_table_peek - g_unichar_validate + g_unichar_validate PRIVATE g_value_array_append g_value_array_copy g_value_array_free |