summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-aboutdialog.h
AgeCommit message (Collapse)AuthorFilesLines
2014-06-23Use G_{BEGIN,END}_DECLS instead of #ifdef __cplusplus in header files and ↵Michal Ratajsky1-0/+1
make sure to include glib.h for these macros
2014-04-23libmate-desktop: Add i18n in MateAboutDialogStefano Karapetsas1-1/+2
2014-04-23libmate-desktop: Add MateAboutDialog classStefano Karapetsas1-0/+125
This will allow MATE applications to use traditional About dialogs with GTK 3 (unfortunately completely different starting from GTK 3.12). This is just a fork of GtkAboutDialog of GTK 2.24, adapted to work with GTK 3 too.