Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
KMail
Commits
e6bae05b
Commit
e6bae05b
authored
Mar 09, 2021
by
Laurent Montel
😁
Browse files
Add adaptor xml file
parent
dbc0e083
Pipeline
#53576
canceled with stage
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
agents/mailmergeagent/CMakeLists.txt
View file @
e6bae05b
...
...
@@ -23,7 +23,7 @@ set(mailmergeagent_SRCS
mailmergemanager.cpp
)
#
qt5_add_dbus_adaptor(
sendlater
agent_SRCS org.freedesktop.Akonadi.
SendLater
Agent.xml
sendlateragent.h SendLater
Agent)
qt5_add_dbus_adaptor
(
mailmerge
agent_SRCS org.freedesktop.Akonadi.
MailMerge
Agent.xml
mailmergeagent.h MailMerge
Agent
)
#ki18n_wrap_ui(libsendlateragent_SRCS ui/sendlaterconfigurewidget.ui)
...
...
agents/mailmergeagent/org.freedesktop.Akonadi.MailMergeAgent.xml
0 → 100644
View file @
e6bae05b
<!DOCTYPE node PUBLIC "-//freedesktop//DTD D-BUS Object Introspection 1.0//EN" "http://www.freedesktop.org/standards/dbus/1.0/introspect.dtd">
<node>
<interface
name=
"org.freedesktop.Akonadi.MailMergeAgent"
>
<method
name=
"setEnableAgent"
>
<arg
type=
"b"
direction=
"in"
/>
</method>
<method
name=
"enabledAgent"
>
<arg
type=
"b"
direction=
"out"
/>
</method>
<method
name=
"printDebugInfo"
>
<arg
type=
"s"
direction=
"out"
/>
</method>
</interface>
</node>
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