DPAPRecord

DPAPRecord

Functions

GInputStream * dpap_record_read ()

Properties

char * aspect-ratio Read / Write
char * comments Read / Write
int creation-date Read / Write
char * filename Read / Write
char * format Read / Write
gpointer hash Read / Write
int large-filesize Read / Write
char * location Read / Write
int pixel-height Read / Write
int pixel-width Read / Write
int rating Read / Write
gpointer thumbnail Read / Write

Object Hierarchy

    GInterface
    ╰── DPAPRecord

Description

Functions

dpap_record_read ()

GInputStream *
dpap_record_read (DPAPRecord *record,
                  GError **err);

Parameters

record

a DPAPRecord.

 

err

a GError.

 

Returns

A GInputStream that provides read-only access to the data stream associated with record.

Property Details

The “aspect-ratio” property

  “aspect-ratio”             char *

Photo aspect ratio.

Owner: DPAPRecord

Flags: Read / Write

Default value: NULL


The “comments” property

  “comments”                 char *

Photo comments.

Owner: DPAPRecord

Flags: Read / Write

Default value: NULL


The “creation-date” property

  “creation-date”            int

Photo creation date.

Owner: DPAPRecord

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “filename” property

  “filename”                 char *

Photo filename.

Owner: DPAPRecord

Flags: Read / Write

Default value: NULL


The “format” property

  “format”                   char *

Photo data format.

Owner: DPAPRecord

Flags: Read / Write

Default value: NULL


The “hash” property

  “hash”                     gpointer

Hash of media file contents.

Owner: DPAPRecord

Flags: Read / Write


The “large-filesize” property

  “large-filesize”           int

Photo large file size.

Owner: DPAPRecord

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “location” property

  “location”                 char *

URI pointing to photo data.

Owner: DPAPRecord

Flags: Read / Write

Default value: NULL


The “pixel-height” property

  “pixel-height”             int

Photo pixel height.

Owner: DPAPRecord

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “pixel-width” property

  “pixel-width”              int

Photo pixel width.

Owner: DPAPRecord

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “rating” property

  “rating”                   int

Photo rating.

Owner: DPAPRecord

Flags: Read / Write

Allowed values: >= 0

Default value: 0


The “thumbnail” property

  “thumbnail”                gpointer

Photo thumbnail.

Owner: DPAPRecord

Flags: Read / Write