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

« back to all changes in this revision

Viewing changes to tests/lib/my-conn-proxy.c

  • Committer: Package Import Robot
  • Author(s): Simon McVittie
  • Date: 2014-03-19 14:45:12 UTC
  • mfrom: (1.6.42) (35.1.38 experimental)
  • Revision ID: package-import@ubuntu.com-20140319144512-wqu2os0l3d8tqjp0
Tags: 0.23.3-1
* New upstream release (release candidate for 0.24.0)
  - update symbols file
* Add patch fixing many memory leaks (regression in 0.23.1)

Show diffs side-by-side

added added

removed removed

Lines of Context:
12
12
 
13
13
#include "my-conn-proxy.h"
14
14
 
15
 
#include <telepathy-glib/proxy-internal.h>
 
15
#include <telepathy-glib/telepathy-glib.h>
16
16
 
17
17
G_DEFINE_TYPE  (TpTestsMyConnProxy, tp_tests_my_conn_proxy,
18
18
    TP_TYPE_CONNECTION)