mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-21 16:38:54 +02:00
Rename GTK+ to GTK (mostly comments and documentation)
GTK lost it's '+' suffix back in 2019, according to <https://mail.gnome.org/archives/gtk-devel-list/2019-February/msg00000.html> This commit can be re-generated with: git grep -l GTK+ \ | grep -v -e ^NEWS -e ^glib/tests/collate.c \ | xargs sed -i 's/GTK+/GTK/g' Most of the changes are in comments and documentation.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
* @see_also: #GParamSpecObject, g_param_spec_object()
|
||||
*
|
||||
* GObject is the fundamental type providing the common attributes and
|
||||
* methods for all object types in GTK+, Pango and other libraries
|
||||
* methods for all object types in GTK, Pango and other libraries
|
||||
* based on GObject. The GObject class provides methods for object
|
||||
* construction and destruction, property access methods, and signal
|
||||
* support. Signals are described in detail [here][gobject-Signals].
|
||||
|
Reference in New Issue
Block a user