Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs: Annotate GdkSnapshot | Emmanuele Bassi | 2020-12-01 | 1 | -1/+7 |
| | |||||
* | Use a single compilation symbol | Emmanuele Bassi | 2019-11-27 | 1 | -1/+1 |
| | | | | | | | | | | | | We use a compilation symbol in our build to allow the inclusion of specific headers while building GTK, to avoid the need to include only the global header. Each namespace has its own compilation symbol because we used to have different libraries, and strict symbol visibility between libraries; now that we have a single library, and we can use private symbols across namespaces while building GTK, we should have a single compilation symbol, and simplify the build rules. | ||||
* | snapshot: Turn into GObject | Benjamin Otte | 2018-03-18 | 1 | -0/+47 |
This makes GdkSnapshot the base class for GtkSnapshot and hopefully stops confusing bindings. C code should see no difference to before. |