Closed marler8997 closed 1 year ago
Fix issue #118
Adds xdp_portal_initable_new as an alterative to xdp_portal_new that can return a GError.
xdp_portal_initable_new
xdp_portal_new
I used https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/gcharsetconverter.c as a reference to see how to implement the GInitable interface.
GInitable
Fix issue #118
Adds
xdp_portal_initable_new
as an alterative toxdp_portal_new
that can return a GError.I used https://gitlab.gnome.org/GNOME/glib/-/blob/main/gio/gcharsetconverter.c as a reference to see how to implement the
GInitable
interface.