[geary/mjog/user-plugins: 9/26] Application.NotificationContext: Make API docs more concise



commit a88a67bd34bf87ddd85bccdf1b7f3ea96f0c9c6c
Author: Michael Gratton <mike vee net>
Date:   Mon Mar 2 18:30:59 2020 +1100

    Application.NotificationContext: Make API docs more concise

 src/client/application/application-notification-context.vala | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/src/client/application/application-notification-context.vala 
b/src/client/application/application-notification-context.vala
index cf78ca9c..faa38d68 100644
--- a/src/client/application/application-notification-context.vala
+++ b/src/client/application/application-notification-context.vala
@@ -10,13 +10,15 @@
  * Provides a context for notification plugins.
  *
  * The context provides an interface for notification plugins to
- * interface with the Geary client application. Notification plugins
- * will be passed an instance of this class as the `context`
- * parameter.
+ * interface with the Geary client application. Plugins that implement
+ * the plugins will be passed an instance of this class as the
+ * `context` property.
  *
  * Plugins can connect to the "notify::count", the {@link
  * new_messages_arrived} or the {@link new_messages_retired} signals
  * and update their state as these change.
+ *
+ * @see Plugin.NotificationPlugin
  */
 public class Application.NotificationContext : Geary.BaseObject {
 


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