mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-28 01:28:15 -05:00
This is declared in the header file, but was never actually implemented. Oops. If anybody is hit by this issue, they can work around it by using g_object_get() to get the FlatpakRemote:type property, which this is the getter for. Add it to the tests as well, so it gets exercised. Signed-off-by: Philip Withnall <withnall@endlessm.com>