diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/application-service.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/application-service.xml b/src/application-service.xml index 434cfd8..2588d8e 100644 --- a/src/application-service.xml +++ b/src/application-service.xml @@ -69,5 +69,9 @@ with this program. If not, see <http://www.gnu.org/licenses/>. <arg type="s" name="label" direction="out" /> <arg type="s" name="guide" direction="out" /> </signal> + <signal name="ApplicationTitleChanged"> + <arg type="i" name="position" direction="out" /> + <arg type="s" name="title" direction="out" /> + </signal> </interface> </node> |