FontDialog.chooseFontAndFeaturesFinish

bool chooseFontAndFeaturesFinish(gio.async_result.AsyncResult result, out pango.font_description.FontDescription fontDesc, out string fontFeatures, out pango.language.Language language)

Finishes the gtk.font_dialog.FontDialog.chooseFontAndFeatures call and returns the resulting font description and font features.

Parameters

resulta gio.async_result.AsyncResult
fontDescreturn location for font description
fontFeaturesreturn location for font features
languagereturn location for the language

Returns

TRUE if a font was selected. Otherwise FALSE is returned

and error is set

Throws