~ubuntu-branches/ubuntu/precise/telepathy-glib/precise-proposed

« back to all changes in this revision

Viewing changes to telepathy-glib/channel-internal.h

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2011-06-22 16:29:01 UTC
  • mfrom: (1.6.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20110622162901-tc492ifcn229lmkh
Tags: 0.15.2-2
Cherry-pick upstream fix to increase timeout of the contact-lists
test on slower architectures like armel, mips, and mipsel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
82
82
    unsigned exists:1;
83
83
    /* GetGroupFlags has returned */
84
84
    unsigned have_group_flags:1;
 
85
 
 
86
    TpChannelPasswordFlags password_flags;
85
87
};
86
88
 
87
89
/* channel.c internals */