diff options
author | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 02:07:35 -0500 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2011-01-06 02:07:35 -0500 |
commit | 7b88b2976325b6f88719cbdd14be0d6fd2ddf981 (patch) | |
tree | fa49722b5db974ee2a5cac27bf2f254cdd96745f /gtk/gtkappchooserwidget.c | |
parent | 80a11b7483d70b72b882e4009649d8f3f892417e (diff) | |
download | gtk+-7b88b2976325b6f88719cbdd14be0d6fd2ddf981.tar.gz |
Add appchooser docs
Diffstat (limited to 'gtk/gtkappchooserwidget.c')
-rw-r--r-- | gtk/gtkappchooserwidget.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gtk/gtkappchooserwidget.c b/gtk/gtkappchooserwidget.c index 5de7c3e7e0..487f921a1a 100644 --- a/gtk/gtkappchooserwidget.c +++ b/gtk/gtkappchooserwidget.c @@ -45,6 +45,17 @@ #include <glib/gi18n-lib.h> #include <gio/gio.h> +/** + * SECTION:gtkappchooserwidget + * @Title: GtkAppChooserWidget + * @Short_description: Application chooser widget that can be embedded in other widgets + * + * #GtkAppChooserWidget is a widget for selecting applications. + * It is the main building block for #GtkAppChooserDialog. Most + * applications only need to use the latter; but you can use + * this widget as part of a larger widget if you have special needs. + */ + struct _GtkAppChooserWidgetPrivate { GAppInfo *selected_app_info; |