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

« back to all changes in this revision

Viewing changes to plugins/project-wizard/autogen.h

  • Committer: Package Import Robot
  • Author(s): Jeremy Bicha
  • Date: 2012-02-20 22:38:35 UTC
  • mfrom: (1.1.43)
  • Revision ID: package-import@ubuntu.com-20120220223835-ny223imz62qkk9ns
Tags: 2:3.3.90-0ubuntu1
* New upstream release.
* debian/rules: Watch for unstable releases

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
 
37
37
gboolean npw_autogen_write_definition_file (NPWAutogen* this, GHashTable* values);
38
38
 
 
39
void npw_autogen_set_library_path (NPWAutogen* this, const gchar *directory);
 
40
void npw_autogen_clear_library_path (NPWAutogen* this);
 
41
GList *npw_autogen_get_library_paths (NPWAutogen* this);
39
42
gboolean npw_autogen_set_input_file (NPWAutogen* this, const gchar* filename, const gchar* start_marker, const gchar* end_marker);
40
43
gboolean npw_autogen_set_output_file (NPWAutogen* this, const gchar* filename);
41
44
gboolean npw_autogen_set_output_callback (NPWAutogen* this, NPWAutogenOutputFunc func, gpointer user_data);