aboutsummaryrefslogtreecommitdiff
path: root/src/util.vala
Commit message (Collapse)AuthorAgeFilesLines
* Move greeter_set_env to AGUtils.Mike Gabriel2023-10-061-0/+30
| | | | | This may be a helpful method we might need in the future in a more global context.
* src/: add util.vala, wrapping a GTK 3 function for use within vala.Mihai Moldovan2023-02-061-0/+28
Since this function is only needed for and available in GTK 3, add configure checks for GTK 4.0 and higher as well. We will use this function later on.