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
         +----GtkObject
               +----GtkWidget
                     +----GtkContainer
                           +----GtkTreeView
                                 +----EogExifDetails

Implemented Interfaces

EogExifDetails implements AtkImplementorIface and GtkBuildable.

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);