in s copy_mode,
out a(sss) changes_removed,
out a(sss) changes_updated);
- ReattacheWithExtensions(in as extensions,
- in as matches,
- in s profile,
- in s copy_mode,
- in t flags,
- out a(sss) changes_removed,
- out a(sss) changes_updated);
+ ReattachWithExtensions(in as extensions,
+ in as matches,
+ in s profile,
+ in s copy_mode,
+ in t flags,
+ out a(sss) changes_removed,
+ out a(sss) changes_updated);
Remove();
MarkReadOnly(in b read_only);
SetLimit(in t limit);
<!--method Reattach is not documented!-->
- <!--method ReattacheWithExtensions is not documented!-->
+ <!--method ReattachWithExtensions is not documented!-->
<!--method Remove is not documented!-->
<variablelist class="dbus-method" generated="True" extra-ref="Reattach()"/>
- <variablelist class="dbus-method" generated="True" extra-ref="ReattacheWithExtensions()"/>
+ <variablelist class="dbus-method" generated="True" extra-ref="ReattachWithExtensions()"/>
<variablelist class="dbus-method" generated="True" extra-ref="Remove()"/>
<listitem><para>Reattach()</para></listitem>
- <listitem><para>ReattacheWithExtensions()</para></listitem>
+ <listitem><para>ReattachWithExtensions()</para></listitem>
<listitem><para>Remove()</para></listitem>
"a(sss)", changes_updated),
bus_image_method_reattach,
SD_BUS_VTABLE_UNPRIVILEGED),
- SD_BUS_METHOD_WITH_ARGS("ReattacheWithExtensions",
+ SD_BUS_METHOD_WITH_ARGS("ReattachWithExtensions",
SD_BUS_ARGS("as", extensions,
"as", matches,
"s", profile,
SD_BUS_NO_RESULT,
bus_image_method_set_limit,
SD_BUS_VTABLE_UNPRIVILEGED),
+ /* Deprecated silly typo */
+ SD_BUS_METHOD_WITH_ARGS("ReattacheWithExtensions",
+ SD_BUS_ARGS("as", extensions,
+ "as", matches,
+ "s", profile,
+ "s", copy_mode,
+ "t", flags),
+ SD_BUS_RESULT("a(sss)", changes_removed,
+ "a(sss)", changes_updated),
+ bus_image_method_reattach,
+ SD_BUS_VTABLE_UNPRIVILEGED|SD_BUS_VTABLE_HIDDEN),
SD_BUS_VTABLE_END
};