[glib: 1/2] gmain: Fix g_main_context_prepare priority annotation



commit ca47f3dfd5213f78fb140b89ca454037bbffef1c
Author: David Emett <dave sp4m net>
Date:   Sat Jun 29 14:13:16 2019 +0100

    gmain: Fix g_main_context_prepare priority annotation

 glib/gmain.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/glib/gmain.c b/glib/gmain.c
index 5e5d7c3e7..afaad918d 100644
--- a/glib/gmain.c
+++ b/glib/gmain.c
@@ -3396,7 +3396,7 @@ g_main_context_wait (GMainContext *context,
 /**
  * g_main_context_prepare:
  * @context: a #GMainContext
- * @priority: location to store priority of highest priority
+ * @priority: (out) (optional): location to store priority of highest priority
  *            source already ready.
  *
  * Prepares to poll sources within a main loop. The resulting information


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]