Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
NetworkManager
NetworkManager
Commits
50dc7132
Verified
Commit
50dc7132
authored
Jan 19, 2022
by
Thomas Haller
Browse files
CONTRIBUTING: document style guide about naming in header files
parent
c1dab570
Pipeline
#488113
passed with stages
in 40 minutes and 55 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
CONTRIBUTING.md
View file @
50dc7132
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment