~ubuntu-branches/ubuntu/precise/folks/precise

« back to all changes in this revision

Viewing changes to tools/inspect/command-help.c

  • Committer: Bazaar Package Importer
  • Author(s): Ken VanDine
  • Date: 2011-06-10 11:28:11 UTC
  • mfrom: (1.2.11 upstream) (4.2.1 experimental)
  • Revision ID: james.westby@ubuntu.com-20110610112811-whyeodbo9mjezxfp
Tags: 0.5.2-1ubuntu1
* Merge with Debian experimental, remaining Ubuntu changes:
  - debian/control:
    + Add Vcs-Bzr link

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* command-help.c generated by valac 0.11.7, the Vala compiler
 
1
/* command-help.c generated by valac 0.12.0, the Vala compiler
2
2
 * generated from command-help.vala, do not modify */
3
3
 
4
4
/*
77
77
        GTypeClass parent_class;
78
78
        void (*finalize) (FolksInspectCommand *self);
79
79
        void (*run) (FolksInspectCommand* self, const gchar* command_string);
80
 
        gchar** (*complete_subcommand) (FolksInspectCommand* self, const gchar* subcommand);
 
80
        gchar** (*complete_subcommand) (FolksInspectCommand* self, const gchar* subcommand, int* result_length1);
81
81
        const gchar* (*get_name) (FolksInspectCommand* self);
82
82
        const gchar* (*get_description) (FolksInspectCommand* self);
83
83
        const gchar* (*get_help) (FolksInspectCommand* self);