Method
AdapAvatardraw_to_texture
Declaration [src]
GdkTexture*
adap_avatar_draw_to_texture (
AdapAvatar* self,
int scale_factor
)
Description [src]
Renders self
into a GdkTexture
at scale_factor
.
This can be used to export the fallback avatar.
Return value
Type: GdkTexture
The texture.
The caller of the method takes ownership of the data, and is responsible for freeing it. |