Skip to content

Commit

Permalink
notification: Pass GUnixFDList on x-d-p >= 1.19.1
Browse files Browse the repository at this point in the history
This is needed as the impl interface is now marked with
org.gtk.GDBus.C.UnixFD.
  • Loading branch information
GeorgesStavracas authored and ebassi committed Feb 3, 2025
1 parent 6dbd7b1 commit 8b951a6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/notification.c
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ activate_action (GDBusConnection *connection,
static gboolean
handle_add_notification (XdpImplNotification *object,
GDBusMethodInvocation *invocation,
#ifdef HAVE_XDP_1_19_1
GUnixFDList *fds G_GNUC_UNUSED,
#endif
const gchar *arg_app_id,
const gchar *arg_id,
GVariant *arg_notification)
Expand Down

0 comments on commit 8b951a6

Please sign in to comment.