~ubuntu-branches/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to backends/telepathy/lib/folks-telepathy.vapi

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-10 11:28:11 UTC
  • mfrom: (1.2.11 upstream) (4.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110610112811-whyeodbo9mjezxfp
Tags: 0.5.2-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
  - debian/control:
    + Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* folks-telepathy.vapi generated by valac 0.11.7, do not modify. */
 
1
/* folks-telepathy.vapi generated by valac 0.12.0, do not modify. */
2
2
 
3
3
[CCode (cprefix = "Tpf", lower_case_cprefix = "tpf_")]
4
4
namespace Tpf {
5
 
        [CCode (cheader_filename = "folks-telepathy.h")]
 
5
        [CCode (cheader_filename = "folks/folks-telepathy.h")]
6
6
        public class Persona : Folks.Persona, Folks.AliasDetails, Folks.AvatarDetails, Folks.FavouriteDetails, Folks.GroupDetails, Folks.ImDetails, Folks.PresenceDetails {
7
7
                public Persona (TelepathyGLib.Contact contact, Tpf.PersonaStore store);
8
8
                public TelepathyGLib.Contact contact { get; construct; }
9
9
                public bool is_in_contact_list { get; set; }
10
10
                public override string[] linkable_properties { get; }
11
11
        }
12
 
        [CCode (cheader_filename = "folks-telepathy.h")]
 
12
        [CCode (cheader_filename = "folks/folks-telepathy.h")]
13
13
        public class PersonaStore : Folks.PersonaStore {
14
14
                public PersonaStore (TelepathyGLib.Account account);
15
15
                public override async Folks.Persona? add_persona_from_details (GLib.HashTable<string,GLib.Value?> details) throws Folks.PersonaStoreError;
21
21
                public override Folks.MaybeBool can_group_personas { get; }
22
22
                public override Folks.MaybeBool can_remove_personas { get; }
23
23
                public override bool is_prepared { get; }
24
 
                public override GLib.HashTable<string,Tpf.Persona> personas { get; }
 
24
                public override Gee.Map<string,Tpf.Persona> personas { get; }
25
25
                public override string type_id { get; }
26
26
        }
27
27
}