mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-20 04:40:04 +01:00
CONTRIBUTING: document style guide about naming in header files
This commit is contained in:
parent
c1dab5709d
commit
50dc71323b
1 changed files with 4 additions and 0 deletions
|
|
@ -100,6 +100,10 @@ guidelines. Following there are a few noteworthy points.
|
|||
|
||||
* Don't use `GDBusProxy` or `GDBusObjectManager`. Use plain `GDBusConnection`.
|
||||
|
||||
* Names in our header files should always have an "nm" prefix (like "nm_",
|
||||
"NM_", "_nm_", "_nmp_"). Names in source files usually should not have an
|
||||
"nm" prefix.
|
||||
|
||||
* Indent with spaces. (_no_ tabs).
|
||||
|
||||
* C-style comments
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue