mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +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:
@@ -17,7 +17,7 @@
|
||||
|
||||
<para>
|
||||
This chapter focuses on the implementation of a subtype of GObject, for
|
||||
example to create a custom class hierarchy, or to subclass a GTK+ widget.
|
||||
example to create a custom class hierarchy, or to subclass a GTK widget.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
@@ -55,7 +55,7 @@
|
||||
<filename>viewer_file.c</filename>.</para></listitem>
|
||||
<listitem><para>Do not separate the prefix from the typename:
|
||||
<filename>viewerfile.h</filename> and <filename>viewerfile.c</filename>.
|
||||
(this is the convention used by GTK+)</para></listitem>
|
||||
(this is the convention used by GTK)</para></listitem>
|
||||
</itemizedlist>
|
||||
Some people like the first two solutions better: it makes reading file
|
||||
names easier for those with poor eyesight.
|
||||
|
Reference in New Issue
Block a user