Method
GtkFontDialogchoose_face_finish
Declaration [src]
PangoFontFace*
gtk_font_dialog_choose_face_finish (
GtkFontDialog* self,
GAsyncResult* result,
GError** error
)
Description [src]
Finishes the gtk_font_dialog_choose_face() call
and returns the resulting font face.
| Available since: | 4.10 |
Parameters
result |
GAsyncResult |
A |
|
| The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError*, or NULL. |
Return value
| Returns: | PangoFontFace |
The selected font face. |
|
| The caller of the method takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL. |