summaryrefslogtreecommitdiff
path: root/gtk/gtkgesturelongpressprivate.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert headers to #pragma onceMatthias Clasen2023-03-311-3/+1
| | | | The conversion was done by guard2one.
* Replace "gdouble" with "double"Benjamin Otte2020-07-251-2/+2
|
* Prevent subclassing of gesturesMatthias Clasen2014-05-231-0/+44
For now, at least. We do this by hiding the instance and class structures in private headers.