Method

AppStreamScreenshotset_caption

Declaration [src]

void
as_screenshot_set_caption (
  AsScreenshot* screenshot,
  const gchar* caption,
  const gchar* locale
)

Description [src]

Sets a caption on the screenshot.

Parameters

caption const gchar*
 

The caption text.

 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.
locale const gchar*
  No description available.
 The data is owned by the caller of the function.
 The value is a NUL terminated UTF-8 string.