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/gtkappchooserdialog.c | |
parent | 80a11b7483d70b72b882e4009649d8f3f892417e (diff) | |
download | gtk+-7b88b2976325b6f88719cbdd14be0d6fd2ddf981.tar.gz |
Add appchooser docs
Diffstat (limited to 'gtk/gtkappchooserdialog.c')
-rw-r--r-- | gtk/gtkappchooserdialog.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gtk/gtkappchooserdialog.c b/gtk/gtkappchooserdialog.c index 09f575a765..f83eec4fe8 100644 --- a/gtk/gtkappchooserdialog.c +++ b/gtk/gtkappchooserdialog.c @@ -24,6 +24,18 @@ * Cosimo Cecchi <ccecchi@redhat.com> */ +/** + * SECTION:gtkappchooserdialog + * @Title: GtkAppChooserDialog + * @Short_description: An application chooser dialog + * + * #GtkAppChooserDialog shows a #GtkAppChooserWidget inside a #GtkDialog. + * + * Note that #GtkAppChooserDialog does not have any interesting methods + * of its own. Instead, you should get the embedded #GtkAppChooserWidget + * using gtk_file_chooser_dialog_get_widget() and call its methods if + * the gneeric #GtkAppChooser interface is not sufficient for your needs. + */ #include "config.h" #include "gtkappchooserdialog.h" |