~ubuntu-branches/ubuntu/oneiric/dbus-glib/oneiric-updates

« back to all changes in this revision

Viewing changes to test/core/my-object.h

  • Committer: Bazaar Package Importer
  • Author(s): Simon McVittie
  • Date: 2008-12-05 17:00:55 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20081205170055-zsytgcc2u1129tmy
Tags: 0.78-1
* New upstream release
  - Update symbols file and shlibs for new ABI
* Add ${misc:Depends} to all binary packages as recommended by lintian

Show diffs side-by-side

added added

removed removed

Lines of Context:
90
90
gboolean my_object_emit_frobnicate (MyObject *obj, GError **error);
91
91
 
92
92
gboolean my_object_echo_variant (MyObject *obj, GValue *variant, GValue *ret, GError **error);
 
93
gboolean my_object_echo_signature (MyObject *obj, const gchar *in, gchar **out, GError **error);
93
94
 
94
95
gboolean my_object_process_variant_of_array_of_ints123 (MyObject *obj, GValue *variant, GError **error);
95
96
 
96
97
gboolean my_object_dict_of_dicts (MyObject *obj, GHashTable *dict, GHashTable **ret, GError **error);
97
98
 
 
99
void my_object_dict_of_sigs (MyObject *obj, GHashTable *dict, DBusGMethodInvocation *ctx);
 
100
 
 
101
void my_object_dict_of_objs (MyObject *obj, GHashTable *dict, DBusGMethodInvocation *ctx);
 
102
 
98
103
gboolean my_object_terminate (MyObject *obj, GError **error);
99
104
 
100
105
void my_object_async_increment (MyObject *obj, gint32 x, DBusGMethodInvocation *context);