Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
d3793dfe
Commit
d3793dfe
authored
7 years ago
by
Max Kellermann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
lib/dbus/Types: add ObjectPathTypeTraits
parent
234f8d28
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
Types.hxx
src/lib/dbus/Types.hxx
+3
-0
No files found.
src/lib/dbus/Types.hxx
View file @
d3793dfe
...
...
@@ -55,6 +55,9 @@ struct TypeTraits<const char *> : BasicTypeTraits<DBUS_TYPE_STRING> {
using
StringTypeTraits
=
TypeTraits
<
const
char
*>
;
struct
ObjectPathTypeTraits
:
BasicTypeTraits
<
DBUS_TYPE_OBJECT_PATH
>
{
};
template
<>
struct
TypeTraits
<
dbus_uint32_t
>
:
BasicTypeTraits
<
DBUS_TYPE_UINT32
>
{
};
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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