Re: [PATCH RESEND libgpiod v2 13/18] dbus: add gpio-manager code
Bartosz Golaszewski <brgl-ARrdPY/[email protected]> Mon, 1 Jul 2024 10:28:32 +0200
| Newsgroups | gmane.comp.freedesktop.dbus |
|---|---|
| Message-ID | <CAMRc=Mc75+hf9vS7wwcaQE1St8N5G9s0j73fCfivLf+7rL3Mog@mail.gmail.com> |
On Sun, Jun 30, 2024 at 6:36=E2=80=AFPM Thiago Macieira <[email protected]> wr= ote: > > [Trimmed list because it's a small comment] > > On Friday 28 June 2024 11:58:32 GMT-7 Bartosz Golaszewski wrote: > > +struct _GPIODBusDaemon { > > Leading underscore + capital is reserved to the compiler and therefore th= is > declaration above is Undefined Behaviour. > This hasn't been true for decades with modern compilers. It's a pattern recommended by and used throughout GLib and all Gnome projects using it. Bart