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

« back to all changes in this revision

Viewing changes to src/tp-chan-ifaces-signal-setters.c

  • 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:
20
20
 
21
21
#include "tp-chan-ifaces-signal-setters.h"
22
22
 
 
23
/* TODO: Enable this again when dbus-binding-tool supports
 
24
   'g' signature */
 
25
 
 
26
#if 0 
23
27
void tp_chan_set_contactsearch_signatures(DBusGProxy *proxy)
24
28
{
25
29
  dbus_g_proxy_add_signal(proxy, "SearchResultReceived", G_TYPE_UINT,
28
32
  dbus_g_proxy_add_signal(proxy, "SearchStateChanged",
29
33
                          G_TYPE_UINT, G_TYPE_INVALID);
30
34
}
 
35
#endif
31
36
 
32
37
void tp_chan_set_streamedmedia_signatures(DBusGProxy *proxy)
33
38
{