Function

EogURIConverterpreview

Declaration [src]

char*
eog_uri_converter_preview (
  const char* format_str,
  EogImage* img,
  GdkPixbufFormat* format,
  gulong counter,
  guint n_images,
  gboolean convert_spaces,
  gunichar space_char
)

Description

No description available.

Parameters

format_str const char*
  No description available.
 The data is owned by the caller of the function.
 The string is a NUL terminated UTF-8 string.
img EogImage
  No description available.
 The data is owned by the caller of the function.
format GdkPixbufFormat
  No description available.
 The data is owned by the caller of the function.
counter gulong
  No description available.
n_images guint
  No description available.
convert_spaces gboolean
  No description available.
space_char gunichar
  No description available.

Return value

Returns: utf8
  No description available.
 The caller of the function takes ownership of the data, and is responsible for freeing it.
 The string is a NUL terminated UTF-8 string.