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

« back to all changes in this revision

Viewing changes to dbus/dbus-gsignature.c

  • 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:
147
147
    return _dbus_gtype_from_basic_typecode (current_type);
148
148
  else if (current_type == DBUS_TYPE_OBJECT_PATH)
149
149
    return DBUS_TYPE_G_OBJECT_PATH;
 
150
  else if (current_type == DBUS_TYPE_SIGNATURE)
 
151
    return DBUS_TYPE_G_SIGNATURE;
150
152
  else
151
153
    {
152
154
      DBusSignatureIter subiter;