[gtk-mac-integration] Provide some missing documentation.



commit 8b6f9fb7403ebb205c94a747fa4a8c525f7cf197
Author: John Ralls <jralls ceridwen us>
Date:   Thu May 21 16:42:01 2015 -0700

    Provide some missing documentation.

 src/gtkosxapplication.h |   12 +++++++++++-
 1 files changed, 11 insertions(+), 1 deletions(-)
---
diff --git a/src/gtkosxapplication.h b/src/gtkosxapplication.h
index 66bc657..f5bef45 100644
--- a/src/gtkosxapplication.h
+++ b/src/gtkosxapplication.h
@@ -38,6 +38,12 @@ G_BEGIN_DECLS
 typedef struct _GtkosxApplication GtkosxApplication;
 typedef struct _GtkosxApplicationPrivate GtkosxApplicationPrivate;
 typedef struct _GtkosxApplicationClass GtkosxApplicationClass;
+/** GtkosxApplicationMenuGroup:
+ * @items: List of menu items in the group.
+ *
+ * A menu group is used to collect menu items between separators in
+ * the Application menu.
+ */
 typedef struct _GtkosxApplicationMenuGroup GtkosxApplicationMenuGroup;
 
 struct _GtkosxApplication
@@ -84,7 +90,11 @@ void gtkosx_application_set_help_menu (GtkosxApplication *self,
                                       GtkMenuItem *menu_item);
 
 /*Dock Functions*/
-
+/**
+ * GtkosxApplicationAttentionType
+ * @CRITICAL_REQUEST: Bounce the icon until the app is activated.
+ * @INFO_REQUEST: Bounce the icon for one second.
+ */
 typedef enum {
   CRITICAL_REQUEST = 0,
   INFO_REQUEST = 10


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