summaryrefslogtreecommitdiff
path: root/gtk/gtkappchooserdialog.h
Commit message (Collapse)AuthorAgeFilesLines
* Move single-include guards inside include guardsMatthias Clasen2012-12-281-3/+3
| | | | | | gcc has optimizations for include guards that only work if they are outermost in the the header. https://bugzilla.gnome.org/show_bug.cgi?id=689810
* Change FSF AddressJavier Jardón2012-02-271-3/+1
|
* Add "extern C" declarations around AppChooser headers.Murray Cumming2011-02-101-0/+4
| | | | This is necessary to allow linking from code compiled as C++.
* Add a way to set the heading of GtkAppChooserDialogMatthias Clasen2011-01-201-8/+11
| | | | | The application can probably set a better string than the default we construct, like 'Select an application for "software" files'.
* Coding style fixupsMatthias Clasen2010-11-241-20/+14
| | | | | | | | This commit adjusts the app chooser code to GTK+ coding style: - line up prototypes - remove some excess {} - remove tabs and trailing whitespace - add docs
* app-chooser: rename GtkOpenWith to GtkAppChooserCosimo Cecchi2010-11-231-0/+79