diff options
author | Colomban Wendling <[email protected]> | 2022-11-16 14:53:18 +0100 |
---|---|---|
committer | Luke from DC <[email protected]> | 2022-12-23 11:00:02 +0000 |
commit | a97964380e5a6b553a10466e10d063608921a3f3 (patch) | |
tree | f851d7a72d29105fd3d26eb1709cceebd0455324 /AUTHORS | |
parent | 7e7a47ac17ff0ae1ee18f2a709c6dd4cb42a8ca7 (diff) | |
download | caja-a97964380e5a6b553a10466e10d063608921a3f3.tar.bz2 caja-a97964380e5a6b553a10466e10d063608921a3f3.tar.xz |
Make CajaIconData type less confusing
This is actually an opaque type, and there is no definition of struct
CajaIconData anywhere. This actually doesn't change anything as the
non-existent struct is equivalent to any other incomplete type, and
works fine so long as the pointers are not dereferenced using that
incomplete type.
However, change this to an explicit `void` to make it clear it's an
opaque pointer and stop people from looking for a struct CajaIconData
that is nowhere to be found.
Diffstat (limited to 'AUTHORS')
0 files changed, 0 insertions, 0 deletions