summaryrefslogtreecommitdiff
path: root/docs/reference/gobject/tut_howto.xml
diff options
context:
space:
mode:
authorKarol Lewandowski <k.lewandowsk@samsung.com>2024-01-25 15:08:59 +0100
committerKarol Lewandowski <k.lewandowsk@samsung.com>2024-01-25 15:08:59 +0100
commit9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a (patch)
treee026f97ceb8431d03d2f4e0340d11ddb4b19ad1f /docs/reference/gobject/tut_howto.xml
parent73d39c11a0c085416cc55df47f9c3fdaa8149c6b (diff)
downloadglib-9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a.tar.gz
glib-9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a.tar.bz2
glib-9b927cf3cac4cf0f7843e0a3f9e9647a13f0c54a.zip
Imported Upstream version 2.78.4upstream
Diffstat (limited to 'docs/reference/gobject/tut_howto.xml')
-rw-r--r--docs/reference/gobject/tut_howto.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/reference/gobject/tut_howto.xml b/docs/reference/gobject/tut_howto.xml
index 9bff49b56..82419239a 100644
--- a/docs/reference/gobject/tut_howto.xml
+++ b/docs/reference/gobject/tut_howto.xml
@@ -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.