Top | ![]() |
![]() |
![]() |
![]() |
void | changed | Run Last |
void | file-changed | Run Last |
void | next-frame | Run Last |
void | save-progress | Run Last |
void | size-prepared | Run Last |
void | thumbnail-changed | Run Last |
enum | EogImageData |
enum | EogImageError |
#define | EOG_IMAGE_ERROR |
enum | EogImageMetadataStatus |
enum | EogImageStatus |
EogImage |
gboolean eog_image_load (EogImage *img
,EogImageData data2read
,EogJob *job
,GError **error
);
gboolean eog_image_save_as_by_info (EogImage *img
,EogImageSaveInfo *source
,EogImageSaveInfo *target
,GError **error
);
gboolean eog_image_save_by_info (EogImage *img
,EogImageSaveInfo *source
,GError **error
);
GdkPixbuf *
eog_image_get_pixbuf (EogImage *img
);
Gets the GdkPixbuf of the image
GdkPixbuf *
eog_image_get_thumbnail (EogImage *img
);
Gets the thumbnail pixbuf for img
gpointer
eog_image_get_xmp_info (EogImage *img
);
Gets the XMP info for img
or NULL if compiled without
libexempi support.
GFile *
eog_image_get_file (EogImage *img
);
Gets the GFile associated with img
void eog_image_apply_display_profile (EogImage *img
,cmsHPROFILE display_profile
);
GList *
eog_image_get_supported_mime_types (void
);
Gets the list of supported mimetypes
gboolean
eog_image_is_supported_mime_type (const char *mime_type
);
void
eog_image_file_changed (EogImage *img
);
Marks the image file contents as changed. Also, emits EogImage::file-changed signal.
EogImageMetadataStatus
eog_image_get_metadata_status (EogImage *img
);
Returns the current status of the image metadata, that is, whether the metadata has not been read yet, is ready, or not available at all.
gboolean
eog_image_is_animation (EogImage *img
);
Checks whether a given image is animated.
“changed”
signalvoid user_function (EogImage *eogimage, gpointer user_data)
eogimage |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“file-changed”
signalvoid user_function (EogImage *eogimage, gpointer user_data)
eogimage |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“next-frame”
signalvoid user_function (EogImage *img, gint delay, gpointer user_data)
The ::next-frame signal will be emitted each time an animated image advances to the next frame.
img |
the object which received the signal. |
|
delay |
number of milliseconds the current frame will be displayed. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“save-progress”
signalvoid user_function (EogImage *eogimage, gfloat arg1, gpointer user_data)
eogimage |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“size-prepared”
signalvoid user_function (EogImage *eogimage, gint arg1, gint arg2, gpointer user_data)
eogimage |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last
“thumbnail-changed”
signalvoid user_function (EogImage *eogimage, gpointer user_data)
eogimage |
the object which received the signal. |
|
user_data |
user data set when the signal handler was connected. |
Flags: Run Last