~zeitgeist-packagers/libzeitgeist/ubuntu

« back to all changes in this revision

Viewing changes to src/eggzeitgeistsubjectdataoffset.h

  • Committer: Sebastien Bacher
  • Date: 2010-12-17 11:24:32 UTC
  • mfrom: (130.2.8 upstream)
  • Revision ID: seb128@ubuntu.com-20101217112432-fvpa4ogpotl4k0pz
* New upstream version
* debian/control: 
  - don't use libeggdbus, update the requirement on libglib for gdbus
  - updated for the new soname
* Updated the .install and the .symbols for the new soname

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
/* File: eggzeitgeistsubjectdataoffset.h
3
 
 *
4
 
 * Generated by eggdbus-binding-tool 0.6. Do not edit.
5
 
 */
6
 
 
7
 
#ifndef __EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_H
8
 
#define __EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_H
9
 
 
10
 
#include <glib-object.h>
11
 
#include <gio/gio.h>
12
 
#include "eggzeitgeistbindingstypes.h"
13
 
 
14
 
G_BEGIN_DECLS
15
 
 
16
 
GType egg_zeitgeist_subject_data_offset_get_type (void) G_GNUC_CONST;
17
 
 
18
 
#define EGG_ZEITGEIST_TYPE_SUBJECT_DATA_OFFSET (egg_zeitgeist_subject_data_offset_get_type ())
19
 
 
20
 
/**
21
 
 * EggZeitgeistSubjectDataOffset:
22
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_URI: The URI of the subject
23
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_INTERPRETATION: URI encoded event interpretation type
24
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_MANIFESTATION: URI encoded event manifestation
25
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_ORIGIN: The URI where this subject is located or originates from
26
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_MIMETYPE: The mimetype of the subject
27
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_TEXT: A small text representation that can be used for display
28
 
 * @EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_STORAGE: The id of the storage medium the subject resides on. For physical volumes use the UUID
29
 
 *
30
 
 * Offsets into the subject data array on which to find particular fields
31
 
 */
32
 
typedef enum
33
 
{
34
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_URI = 0,
35
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_INTERPRETATION = 1,
36
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_MANIFESTATION = 2,
37
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_ORIGIN = 3,
38
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_MIMETYPE = 4,
39
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_TEXT = 5,
40
 
  EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_STORAGE = 6,
41
 
} EggZeitgeistSubjectDataOffset;
42
 
 
43
 
G_END_DECLS
44
 
 
45
 
#endif /* __EGG_ZEITGEIST_SUBJECT_DATA_OFFSET_H */