23d233857e
Here's a template string with '/' that escaped commit 94423151b2
,
resulting in an xgettext warning when generating the .pot file.
Simply move it into the resource like the other interface descriptions
to make xgettext happy again.
https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/407
13 lines
382 B
XML
13 lines
382 B
XML
<node>
|
|
<interface name="org.gnome.Shell.CalendarServer">
|
|
<method name="GetEvents">
|
|
<arg type="x" direction="in" />
|
|
<arg type="x" direction="in" />
|
|
<arg type="b" direction="in" />
|
|
<arg type="a(sssbxxa{sv})" direction="out" />
|
|
</method>
|
|
<property name="HasCalendars" type="b" access="read" />
|
|
<signal name="Changed" />
|
|
</interface>
|
|
</node>
|