Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move greeter_set_env to AGUtils. | Mike Gabriel | 2023-10-06 | 1 | -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 Moldovan | 2023-02-06 | 1 | -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. |