~ubuntu-branches/ubuntu/trusty/anjuta/trusty

« back to all changes in this revision

Viewing changes to plugins/language-support-python/python-assist.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-08-17 23:48:26 UTC
  • mfrom: (1.1.50)
  • Revision ID: package-import@ubuntu.com-20120817234826-fvk3rfp6nmfaqi9p
Tags: 2:3.5.5-0ubuntu1
* New upstream release.
* debian/control.in:
  - Bump vala dependency to 0.18 series
  - Drop graphviz from build-depends
* debian/watch: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
GType python_assist_get_type (void) G_GNUC_CONST;
65
65
 
66
 
PythonAssist *python_assist_new (IAnjutaEditorAssist *assist,
67
 
                                 IAnjutaSymbolManager *isymbol_manager,
68
 
                                 IAnjutaDocumentManager *idocument_manager,
69
 
                                 AnjutaPlugin *plugin,
70
 
                                 GSettings* settings,
71
 
                                 const gchar *editor_filename,
72
 
                                 const gchar *project_root);
 
66
PythonAssist*
 
67
python_assist_new                             (IAnjutaEditor *ieditor,
 
68
                                               IAnjutaSymbolManager *isymbol_manager,
 
69
                                               GSettings* settings,
 
70
                                               AnjutaPlugin *plugin,
 
71
                                               const gchar *project_root);
73
72
 
74
73
G_END_DECLS
75
74