Skip to content

Commit

Permalink
XdpAppInfo: set missing is_valid_sub_app_id in class_init
Browse files Browse the repository at this point in the history
  • Loading branch information
julianwi authored and GeorgesStavracas committed Jan 5, 2025
1 parent 1052306 commit 6dee7a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/xdp-app-info-flatpak.c
Original file line number Diff line number Diff line change
Expand Up @@ -509,6 +509,8 @@ xdp_app_info_flatpak_class_init (XdpAppInfoFlatpakClass *klass)
xdp_app_info_flatpak_validate_autostart;
app_info_class->validate_dynamic_launcher =
xdp_app_info_flatpak_validate_dynamic_launcher;
app_info_class->is_valid_sub_app_id =
xdp_app_info_flatpak_is_valid_sub_app_id;
}

static void
Expand Down
2 changes: 2 additions & 0 deletions src/xdp-app-info-host.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,8 @@ xdp_app_info_host_class_init (XdpAppInfoHostClass *klass)
xdp_app_info_host_validate_autostart;
app_info_class->validate_dynamic_launcher =
xdp_app_info_host_validate_dynamic_launcher;
app_info_class->is_valid_sub_app_id =
xdp_app_info_host_is_valid_sub_app_id;
}

static void
Expand Down

0 comments on commit 6dee7a1

Please sign in to comment.