- 22 May, 2021 1 commit
-
-
Matthias Clasen authored
Replace leftover gtk-doc syntax (#Type) with backquotes.
-
- 09 Jan, 2021 1 commit
-
-
Matthias Clasen authored
Seems that msvc does not like that.
-
- 10 Nov, 2020 1 commit
-
-
Emmanuele Bassi authored
Using GList is a bit lame, and makes the API more complicated to use than necessary in the common case. The only real use case for a GList is gtk_widget_add_mnemonic_label(), and for that we can use the GValue-based API instead. Fixes: #3343
-
- 28 Jul, 2020 1 commit
-
-
Emmanuele Bassi authored
We're missing a closing parenthesis.
-
- 26 Jul, 2020 3 commits
-
-
Emmanuele Bassi authored
We don't need as many functions to print out the property, relation, and state of an accessible. Additionally, we should allow comparing the accessible attributes with an expected value, and print out the real accessible value if they do not match.
-
Emmanuele Bassi authored
-
Emmanuele Bassi authored
We want to test the accessibility API, as well as the implementation inside each widget. For that, we should expose an API that lets us verify that a GtkAccessible has a given role, as well as a given property. The API follows the pattern of other GTest API: - a macro to assert that a condition is respected - a function that prints out the error message in case of failure
-