We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a9aacd commit d6ad195Copy full SHA for d6ad195
include/i3ipc++/ipc.hpp
@@ -149,7 +149,7 @@ class I3Connection {
149
* Example:
150
* @code{.cpp}
151
* I3Connection conn;
152
- * conn.subscribe(lebar::ipc::ET_WORKSPACE | lebar::ipc::ET_WINDOW);
+ * conn.subscribe(i3ipc::ipc::ET_WORKSPACE | i3ipc::ipc::ET_WINDOW);
153
* @endcode
154
*
155
* @param events event type (EventType enum)
0 commit comments