EogExifDetails

EogExifDetails

Synopsis

struct              EogExifDetails;
GtkWidget *         eog_exif_details_new                (void);
void                eog_exif_details_update             (EogExifDetails *view,
                                                         ExifData *data);
void                eog_exif_details_xmp_update         (EogExifDetails *view,
                                                         XmpPtr xmp_data);

Object Hierarchy

  GObject
   +----GInitiallyUnowned
         +----GtkWidget
               +----GtkContainer
                     +----GtkTreeView
                           +----EogExifDetails

Implemented Interfaces

EogExifDetails implements AtkImplementorIface, GtkBuildable and GtkScrollable.

Description

Details

struct EogExifDetails

struct EogExifDetails;


eog_exif_details_new ()

GtkWidget *         eog_exif_details_new                (void);


eog_exif_details_update ()

void                eog_exif_details_update             (EogExifDetails *view,
                                                         ExifData *data);


eog_exif_details_xmp_update ()

void                eog_exif_details_xmp_update         (EogExifDetails *view,
                                                         XmpPtr xmp_data);