~attente/glib/gicon-upstream

« back to all changes in this revision

Viewing changes to gio/gdbus-2.0/codegen/codegen.py

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2013-03-26 13:24:05 UTC
  • mfrom: (1.63.18)
  • Revision ID: package-import@ubuntu.com-20130326132405-rwwke1lhar1e02sl
Tags: 2.36.0-1ubuntu1
* Merge with Debian experimental. Remaining Ubuntu changes:
  - Build-depend on python:any for cross-building.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2221
2221
                     '{\n'
2222
2222
                     '  _%s_skeleton_handle_method_call,\n'
2223
2223
                     '  _%s_skeleton_handle_get_property,\n'
2224
 
                     '  _%s_skeleton_handle_set_property\n'
 
2224
                     '  _%s_skeleton_handle_set_property,\n'
 
2225
                     '  {NULL}\n'
2225
2226
                     '};\n'
2226
2227
                     '\n'%(i.name_lower, i.name_lower, i.name_lower, i.name_lower))
2227
2228