Skip to content

Commit

Permalink
notification: Bump interface to version 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jsparber committed Mar 8, 2024
1 parent df082da commit eae298c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/org.freedesktop.portal.Notification.xml
Expand Up @@ -41,7 +41,7 @@
#org.freedesktop.portal.Notification::ActionInvoked signal
to the application.
This documentation describes version 1 of this interface.
This documentation describes version 2 of this interface.
-->
<interface name="org.freedesktop.portal.Notification">
<!--
Expand Down
2 changes: 1 addition & 1 deletion src/notification.c
Expand Up @@ -802,7 +802,7 @@ notification_iface_init (XdpDbusNotificationIface *iface)
static void
notification_init (Notification *notification)
{
xdp_dbus_notification_set_version (XDP_DBUS_NOTIFICATION (notification), 1);
xdp_dbus_notification_set_version (XDP_DBUS_NOTIFICATION (notification), 2);
}

static void
Expand Down

0 comments on commit eae298c

Please sign in to comment.