Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
cfd0227a
Commit
cfd0227a
authored
Sep 08, 2015
by
Martin Flöser
Browse files
Fix typos
REVIEW: 125100
parent
f4091f48
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/wayland/tools/generator.cpp
View file @
cfd0227a
...
...
@@ -1014,12 +1014,12 @@ void Generator::generateClientClassReleaseDestroy(const Interface &interface)
" **/
\n
"
" void release();
\n
"
" /**
\n
"
" * Destroys the data h
o
ld by this %1.
\n
"
" * Destroys the data h
e
ld by this %1.
\n
"
" * This method is supposed to be used when the connection to the Wayland
\n
"
" * server goes away. If the connection is not valid any
more, it's not
\n
"
" * possible to call release any
more as that calls into the Wayland
\n
"
" * server goes away. If the connection is not valid anymore, it's not
\n
"
" * possible to call release anymore as that calls into the Wayland
\n
"
" * connection and the call would fail. This method cleans up the data, so
\n
"
" * that the instance can be deleted or setup to a new %2 interface
\n
"
" * that the instance can be deleted or set
up to a new %2 interface
\n
"
" * once there is a new connection available.
\n
"
" *
\n
"
" * It is suggested to connect this method to ConnectionThread::connectionDied:
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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