docs: Fix value annotation

Drop the `:`.
This commit is contained in:
Emmanuele Bassi 2021-02-22 00:10:56 +00:00
parent 1dd240974b
commit da6861188b

View File

@ -47,7 +47,7 @@ G_BEGIN_DECLS
#define GDK_IS_EVENT_TYPE(event, type) (gdk_event_get_event_type ((event)) == (type))
/**
* GDK_PRIORITY_EVENTS: (value: 0)
* GDK_PRIORITY_EVENTS: (value 0)
*
* This is the priority that events from the X server are given in the main loop.
*/