~ubuntu-branches/ubuntu/warty/pygame/warty

« back to all changes in this revision

Viewing changes to src/joystick.c

  • Committer: Bazaar Package Importer
  • Author(s): LaMont Jones
  • Date: 2004-09-17 17:09:53 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040917170953-caomeukd8awvvpwv
Tags: 1.6-0.2ubuntu1
Add missing build-depends: python

Show diffs side-by-side

added added

removed removed

Lines of Context:
276
276
 
277
277
 
278
278
    /*DOC*/ static char doc_joy_get_name[] =
279
 
    /*DOC*/    "Joystick.get_name(id) -> string\n"
 
279
    /*DOC*/    "Joystick.get_name() -> string\n"
280
280
    /*DOC*/    "query name of joystick drive\n"
281
281
    /*DOC*/    "\n"
282
282
    /*DOC*/    "Returns the name of the Joystick device, given by the\n"
283
283
    /*DOC*/    "system. This function can be called before the Joystick\n"
284
 
    /*DOC*/    "is initialized.\n"
 
284
    /*DOC*/    "object is initialized.\n"
285
285
    /*DOC*/ ;
286
286
 
287
287
static PyObject* joy_get_name(PyObject* self, PyObject* args)