summaryrefslogtreecommitdiff
path: root/glib/gmain.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/gmain.h')
-rw-r--r--glib/gmain.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/glib/gmain.h b/glib/gmain.h
index 7109e63dc..14a1d2b06 100644
--- a/glib/gmain.h
+++ b/glib/gmain.h
@@ -73,7 +73,7 @@ typedef struct _GMainContext GMainContext;
* GMainLoop:
*
* The `GMainLoop` struct is an opaque data type
- * representing the main event loop of a GLib or GTK+ application.
+ * representing the main event loop of a GLib or GTK application.
*/
typedef struct _GMainLoop GMainLoop;
@@ -324,7 +324,7 @@ struct _GSourceFuncs
*
* Use this for high priority event sources.
*
- * It is not used within GLib or GTK+.
+ * It is not used within GLib or GTK.
*/
#define G_PRIORITY_HIGH -100
@@ -344,7 +344,7 @@ struct _GSourceFuncs
*
* Use this for high priority idle functions.
*
- * GTK+ uses %G_PRIORITY_HIGH_IDLE + 10 for resizing operations,
+ * GTK uses %G_PRIORITY_HIGH_IDLE + 10 for resizing operations,
* and %G_PRIORITY_HIGH_IDLE + 20 for redrawing operations. (This is
* done to ensure that any pending resizes are processed before any
* pending redraws, so that widgets are not redrawn twice unnecessarily.)
@@ -366,7 +366,7 @@ struct _GSourceFuncs
*
* Use this for very low priority background tasks.
*
- * It is not used within GLib or GTK+.
+ * It is not used within GLib or GTK.
*/
#define G_PRIORITY_LOW 300