| Top |  |  |  |  | 
| const gchar * | gxps_core_properties_get_title () | 
| const gchar * | gxps_core_properties_get_creator () | 
| const gchar * | gxps_core_properties_get_description () | 
| const gchar * | gxps_core_properties_get_subject () | 
| const gchar * | gxps_core_properties_get_keywords () | 
| const gchar * | gxps_core_properties_get_version () | 
| const gchar * | gxps_core_properties_get_revision () | 
| const gchar * | gxps_core_properties_get_identifier () | 
| const gchar * | gxps_core_properties_get_language () | 
| const gchar * | gxps_core_properties_get_category () | 
| const gchar * | gxps_core_properties_get_content_status () | 
| const gchar * | gxps_core_properties_get_content_type () | 
| time_t | gxps_core_properties_get_created () | 
| const gchar * | gxps_core_properties_get_last_modified_by () | 
| time_t | gxps_core_properties_get_modified () | 
| time_t | gxps_core_properties_get_last_printed () | 
GXPSCoreProperties represents the metadata of a GXPSFile.
GXPSCoreProperties objects can not be created directly, they
are retrieved from a GXPSFile with gxps_file_get_core_properties().
const gchar *
gxps_core_properties_get_title (GXPSCoreProperties *core_props);
Get the title.
Since 0.2.3
const gchar *
gxps_core_properties_get_creator (GXPSCoreProperties *core_props);
Get the creator.
Since 0.2.3
const gchar *
gxps_core_properties_get_description (GXPSCoreProperties *core_props);
Get the description.
Since 0.2.3
const gchar *
gxps_core_properties_get_subject (GXPSCoreProperties *core_props);
Get the subject.
Since 0.2.3
const gchar *
gxps_core_properties_get_keywords (GXPSCoreProperties *core_props);
Get the keywords.
Since 0.2.3
const gchar *
gxps_core_properties_get_version (GXPSCoreProperties *core_props);
Get the version number.
Since 0.2.3
const gchar *
gxps_core_properties_get_revision (GXPSCoreProperties *core_props);
Get the revision number.
Since 0.2.3
const gchar *
gxps_core_properties_get_identifier (GXPSCoreProperties *core_props);
Get the unique identifier.
Since 0.2.3
const gchar *
gxps_core_properties_get_language (GXPSCoreProperties *core_props);
Get the language.
Since 0.2.3
const gchar *
gxps_core_properties_get_category (GXPSCoreProperties *core_props);
Get the category.
Since 0.2.3
const gchar *
gxps_core_properties_get_content_status
                               (GXPSCoreProperties *core_props);
Get the status of the content (e.g. Draft, Reviewed, Final)
Since 0.2.3
const gchar *
gxps_core_properties_get_content_type (GXPSCoreProperties *core_props);
Get the type of content represented, generally defined by a specific use and intended audience. This is not the MIME-Type.
Since 0.2.3
time_t
gxps_core_properties_get_created (GXPSCoreProperties *core_props);
Get the creating date.
Since 0.2.3
const gchar *
gxps_core_properties_get_last_modified_by
                               (GXPSCoreProperties *core_props);
Get the user who performed the last modification.
Since 0.2.3
time_t
gxps_core_properties_get_modified (GXPSCoreProperties *core_props);
Get the last modification date.
Since 0.2.3
time_t
gxps_core_properties_get_last_printed (GXPSCoreProperties *core_props);
Get the date of the last printing.
Since 0.2.3