Changelog:
r43097 | blackystardust | 2023-02-09 14:45:19 +0000 (Thu, 09 Feb 2023) | 1 line
Function prototype fixes.
------------------------------------------------------------------------
r43096 | blackystardust | 2023-02-09 14:32:11 +0000 (Thu, 09 Feb 2023) | 1 line
Function prototype fixes.
------------------------------------------------------------------------
r43095 | compyx | 2023-02-09 08:34:51 +0000 (Thu, 09 Feb 2023) | 7 lines
Gtk3: resource mediator: add generic data member for additional state for widgets
Add `data` and `data_free` to allow widgets to keep additional state around
during widget lifetime. Destruction of the widget will call `data_free(data)`
to automatically clean up the state object.
------------------------------------------------------------------------
r43094 | compyx | 2023-02-09 08:10:43 +0000 (Thu, 09 Feb 2023) | 6 lines
Gtk3: resource-bound text entry: refactor to use the resource mediator
Simplify code to use the resource mediator, remove ambiguously-named _get()
method.
------------------------------------------------------------------------
r43093 | blackystardust | 2023-02-09 06:36:25 +0000 (Thu, 09 Feb 2023) | 1 line
Function prototype fixes.
------------------------------------------------------------------------