~ubuntu-branches/ubuntu/intrepid/libtelepathy/intrepid

« back to all changes in this revision

Viewing changes to src/tp-conn.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-08-08 23:14:31 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20060808231431-221c8t3hg8gn812b
Tags: 0.0.20-0ubuntu1
* New upstream release.
* debian/libtelepathy-dev.install:
  - don't install *.a
* debian/patches/01-require-bash-for-fixxml-script.patch:
  - require bash.
* debian/control:
  - Build-Dep on bash.

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
#define TELEPATHY_CONN_IFACE_RENAMING_QUARK (tp_get_conn_renaming_interface())
70
70
 
71
71
 
 
72
/* The signal name for the synthesized StatusChanged signal */
 
73
#define TP_IFACE_CONN_SIGNAL_STATUSCHANGED_SYNTHESIZED \
 
74
        "received::org-freedesktop-Telepathy-Connection-StatusChanged"
 
75
 
72
76
typedef struct _tp_conn TpConn;
73
77
typedef struct _tp_connclass TpConnClass;
74
78