Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
1718627440
3 months ago
|
parent
|
context
|
favorite
| on:
Some C habits I employ for the modern day
Why are you complicating things? Struct and Unions are different namespaces for a reason.
typedef struct GtkLabel GtkLabel;
works just fine.
apaprocki
3 months ago
[ā]
Iām simply stating how actual Gtk is written:
https://gitlab.gnome.org/GNOME/gtk/-/blob/main/gtk/gtklabel....
1718627440
3 months ago
|
parent
[ā]
True, thanks then. As far as I see it they don't even use the struct in the implementation, so I guess it makes some sense.
Consider applying for YC's Summer 2026 batch! Applications are open till May 4
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: