~ubuntu-branches/ubuntu/maverick/telepathy-salut/maverick

« back to all changes in this revision

Viewing changes to src/salut-contact-channel.h

  • Committer: Bazaar Package Importer
  • Author(s): Laurent Bigonville
  • Date: 2008-09-17 19:03:47 UTC
  • mfrom: (7.1.8 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080917190347-fhkvbcpf8jp8wxkw
Tags: 0.3.3-2
* Use my debian.org address in Uploaders
* debian/patches/fix-activity-announce.patch:
  - Only announce OLPC activity we actually joined (dev.laptop.org #8441)

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
    TpGroupMixin group;
40
40
};
41
41
 
42
 
GType salut_contact_channel_get_type(void);
 
42
GType salut_contact_channel_get_type (void);
43
43
 
44
44
/* TYPE MACROS */
45
45
#define SALUT_TYPE_CONTACT_CHANNEL \
46
 
  (salut_contact_channel_get_type())
 
46
  (salut_contact_channel_get_type ())
47
47
#define SALUT_CONTACT_CHANNEL(obj) \
48
48
  (G_TYPE_CHECK_INSTANCE_CAST((obj), SALUT_TYPE_CONTACT_CHANNEL, SalutContactChannel))
49
49
#define SALUT_CONTACT_CHANNEL_CLASS(klass) \