mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 05:43:28 +02: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:
committed by
Matthias Clasen
parent
6aac5ce82c
commit
d927076f89
@@ -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
|
||||
|
Reference in New Issue
Block a user