From d927076f89b384da66b6f08cf1016da1572ffdbd Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Tue, 8 Mar 2005 05:59:03 +0000 Subject: [PATCH] Add the new attributes here too. 2005-03-08 Matthias Clasen * glib/glib.symbols: Add the new attributes here too. --- ChangeLog | 2 ++ ChangeLog.pre-2-10 | 2 ++ ChangeLog.pre-2-12 | 2 ++ ChangeLog.pre-2-8 | 2 ++ glib/glib.symbols | 8 ++++---- gobject/ChangeLog | 2 ++ gobject/gobject.symbols | 10 +++++----- 7 files changed, 19 insertions(+), 9 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5f0fc52df..f66cb7b3b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2005-03-08 Matthias Clasen + * glib/glib.symbols: Add the new attributes here too. + * glib/gmacros.h: Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 5f0fc52df..f66cb7b3b 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,5 +1,7 @@ 2005-03-08 Matthias Clasen + * glib/glib.symbols: Add the new attributes here too. + * glib/gmacros.h: Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12 index 5f0fc52df..f66cb7b3b 100644 --- a/ChangeLog.pre-2-12 +++ b/ChangeLog.pre-2-12 @@ -1,5 +1,7 @@ 2005-03-08 Matthias Clasen + * glib/glib.symbols: Add the new attributes here too. + * glib/gmacros.h: Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 5f0fc52df..f66cb7b3b 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,5 +1,7 @@ 2005-03-08 Matthias Clasen + * glib/glib.symbols: Add the new attributes here too. + * glib/gmacros.h: Define G_GNUC_NULL_TERMINATED. (#164706, Marc Meissner) diff --git a/glib/glib.symbols b/glib/glib.symbols index 850def2bc..1fc3b26b3 100644 --- a/glib/glib.symbols +++ b/glib/glib.symbols @@ -53,8 +53,8 @@ g_atomic_pointer_get #endif g_basename g_blow_chunks -g_build_filename -g_build_path +g_build_filename G_GNUC_NULL_TERMINATED +g_build_path G_GNUC_NULL_TERMINATED g_byte_array_append g_byte_array_free g_byte_array_new @@ -743,7 +743,7 @@ g_strcasecmp g_strchomp g_strchug g_strcompress G_GNUC_MALLOC -g_strconcat G_GNUC_MALLOC +g_strconcat G_GNUC_MALLOC G_GNUC_NULL_TERMINATED g_strdelimit g_strdown g_strdup G_GNUC_MALLOC @@ -790,7 +790,7 @@ g_string_sized_new g_string_truncate g_string_up g_strip_context -g_strjoin G_GNUC_MALLOC +g_strjoin G_GNUC_MALLOC G_GNUC_NULL_TERMINATED g_strjoinv G_GNUC_MALLOC g_strlcat g_strlcpy diff --git a/gobject/ChangeLog b/gobject/ChangeLog index 50eb694f9..124ef525e 100644 --- a/gobject/ChangeLog +++ b/gobject/ChangeLog @@ -1,5 +1,7 @@ 2005-03-08 Matthias Clasen + * gobject.symbols: Add the new attributes here, too. + * gobject.h: Use G_GNUC_NULL_TERMINATED where appropriate. (#164706, Marc Meissner) diff --git a/gobject/gobject.symbols b/gobject/gobject.symbols index 66c1760f4..6582ad4d9 100644 --- a/gobject/gobject.symbols +++ b/gobject/gobject.symbols @@ -58,10 +58,10 @@ g_object_class_find_property g_object_class_install_property g_object_class_list_properties g_object_class_override_property -g_object_connect -g_object_disconnect +g_object_connect G_GNUC_NULL_TERMINATED +g_object_disconnect G_GNUC_NULL_TERMINATED g_object_freeze_notify -g_object_get +g_object_get G_GNUC_NULL_TERMINATED g_object_get_data g_object_get_property g_object_get_qdata @@ -69,14 +69,14 @@ g_object_get_valist g_object_interface_find_property g_object_interface_install_property g_object_interface_list_properties -g_object_new +g_object_new G_GNUC_NULL_TERMINATED g_object_newv g_object_new_valist g_object_notify g_object_ref g_object_remove_weak_pointer g_object_run_dispose -g_object_set +g_object_set G_GNUC_NULL_TERMINATED g_object_set_data g_object_set_data_full g_object_set_property