~ubuntu-branches/ubuntu/saucy/folks/saucy

« back to all changes in this revision

Viewing changes to tests/lib/libsocialweb/libsocialweb-test.h

  • Committer: Package Import Robot
  • Author(s): Sjoerd Simons
  • Date: 2012-03-30 20:03:30 UTC
  • mfrom: (1.1.29) (4.1.16 sid)
  • mto: This revision was merged to the branch mainline in revision 42.
  • Revision ID: package-import@ubuntu.com-20120330200330-avl20v75pckn02v3
* d/p/0001-tpf-persona-use-tp_connection_get_account.patch
  + Added, fixes crash when accounts are disconnecting/connecting
* Target unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* libsocialweb-test.h generated by valac 0.15.1, the Vala compiler, do not modify */
 
1
/* libsocialweb-test.h generated by valac 0.16.0, the Vala compiler, do not modify */
2
2
 
3
3
 
4
4
#ifndef __LIBSOCIALWEB_TEST_H__
256
256
void libsocialweb_test_value_take_backend (GValue* value, gpointer v_object);
257
257
gpointer libsocialweb_test_value_get_backend (const GValue* value);
258
258
GType libsocialweb_test_backend_get_type (void) G_GNUC_CONST;
259
 
#define LIBSOCIALWEB_TEST_BACKEND_LIBSOCIALWEB_IFACE "com.meego.libsocialweb"
260
 
#define LIBSOCIALWEB_TEST_BACKEND_LIBSOCIALWEB_PATH "/com/meego/libsocialweb"
261
 
#define LIBSOCIALWEB_TEST_BACKEND_LIBSOCIALWEB_BUS_NAME "com.meego.libsocialweb"
 
259
#define LIBSOCIALWEB_TEST_BACKEND_LIBSOCIALWEB_IFACE "org.gnome.libsocialweb"
 
260
#define LIBSOCIALWEB_TEST_BACKEND_LIBSOCIALWEB_PATH "/org/gnome/libsocialweb"
 
261
#define LIBSOCIALWEB_TEST_BACKEND_LIBSOCIALWEB_BUS_NAME "org.gnome.libsocialweb"
262
262
LibsocialwebTestBackend* libsocialweb_test_backend_new (void);
263
263
LibsocialwebTestBackend* libsocialweb_test_backend_construct (GType object_type);
264
264
void libsocialweb_test_backend_set_up (LibsocialwebTestBackend* self);