Skip to content

Commit 41ef7f9

Browse files
committed
doc: clapper: Add "app-id" to migrating MPRIS example
It is a new option now required to be set, so migration guide should have it
1 parent 37a4bcb commit 41ef7f9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

doc/reference/clapper/migrating-to-010.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ ClapperEnhancerProxy *proxy = clapper_enhancer_proxy_list_get_proxy_by_module (p
3232

3333
if (proxy) {
3434
clapper_enhancer_proxy_set_locally (proxy,
35+
"app-id", APP_ID,
3536
"own-name", mpris_name,
3637
"identity", APP_NAME,
3738
"desktop-entry", APP_ID, NULL);

0 commit comments

Comments
 (0)