mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
12 lines
382 B
XML
12 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>
|