mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-03 06:32:10 +01:00
Add the new attributes here too.
2005-03-08 Matthias Clasen <mclasen@redhat.com> * glib/glib.symbols: Add the new attributes here too.
This commit is contained in:
parent
6aac5ce82c
commit
d927076f89
@ -1,5 +1,7 @@
|
||||
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add the new attributes here too.
|
||||
|
||||
* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
|
||||
(#164706, Marc Meissner)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add the new attributes here too.
|
||||
|
||||
* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
|
||||
(#164706, Marc Meissner)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add the new attributes here too.
|
||||
|
||||
* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
|
||||
(#164706, Marc Meissner)
|
||||
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/glib.symbols: Add the new attributes here too.
|
||||
|
||||
* glib/gmacros.h: Define G_GNUC_NULL_TERMINATED.
|
||||
(#164706, Marc Meissner)
|
||||
|
||||
|
@ -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
|
||||
|
@ -1,5 +1,7 @@
|
||||
2005-03-08 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gobject.symbols: Add the new attributes here, too.
|
||||
|
||||
* gobject.h: Use G_GNUC_NULL_TERMINATED where
|
||||
appropriate. (#164706, Marc Meissner)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user