~ubuntu-branches/ubuntu/utopic/gossip/utopic

« back to all changes in this revision

Viewing changes to libgossip/gossip-event.c

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2007-03-05 08:21:49 UTC
  • mfrom: (1.1.17 upstream)
  • Revision ID: james.westby@ubuntu.com-20070305082149-9hnkboi8t8fizggz
Tags: 0.23-0ubuntu1
* New upstream release.
* debian/control.in:
  - changed Maintainer field.
  - bumped dbus requirement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- */
2
2
/*
3
 
 * Copyright (C) 2004 Imendio AB
 
3
 * Copyright (C) 2004-2007 Imendio AB
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or
6
6
 * modify it under the terms of the GNU General Public License as
16
16
 * License along with this program; if not, write to the
17
17
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18
18
 * Boston, MA 02111-1307, USA.
 
19
 *
 
20
 * Authors: Mikael Hallendal <micke@imendio.com>
19
21
 */
20
22
 
21
 
#include <config.h>
 
23
#include "config.h"
22
24
 
 
25
#include "gossip-contact.h"
 
26
#include "gossip-event.h"
 
27
#include "gossip-message.h"
23
28
#include "gossip-debug.h"
24
 
#include "gossip-event.h"
 
29
 
 
30
#define DEBUG_DOMAIN "Event"
25
31
 
26
32
#define GET_PRIV(obj) (G_TYPE_INSTANCE_GET_PRIVATE ((obj), GOSSIP_TYPE_EVENT, GossipEventPriv))
27
33
 
28
 
#define DEBUG_DOMAIN "Event"
29
 
 
30
34
typedef struct _GossipEventPriv GossipEventPriv;
31
35
 
32
36
struct _GossipEventPriv {