~joel-auterson/ubuntu/maverick/ibus/newmenuname

« back to all changes in this revision

Viewing changes to src/ibusserializable.c

  • Committer: Bazaar Package Importer
  • Author(s): LI Daobing
  • Date: 2009-10-05 20:45:18 UTC
  • mfrom: (1.1.5 upstream) (6.1.15 sid)
  • Revision ID: james.westby@ubuntu.com-20091005204518-069vlwrl3r8v7bbr
Tags: 1.2.0.20090927-2
* create po template when build (LP: #188690)
  - debian/rules: updated.
  - debian/clean: remove pot file when clean.
* debian/control: build depends on python-rsvg (LP: #432375)

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
    return type;
79
79
}
80
80
 
81
 
/**
82
 
 * ibus_serializable_new:
83
 
 *
84
 
 * Creates a new instance of an #IBusSerializable.
85
 
 *
86
 
 * Returns: a new instance of #IBusSerializable.
87
 
 */
88
81
IBusSerializable *
89
82
ibus_serializable_new (void)
90
83
{