Class

IdeRunCommand

Description

class Ide.RunCommand : GObject.Object
{
  /* No available fields */
}
No description available.

Hierarchy

hierarchy this IdeRunCommand ancestor_0 GObject ancestor_0--this

Ancestors

Constructors

ide_run_command_new
No description available.

Instance methods

ide_run_command_append_args

A convenience wrapper to append args to IdeRunCommand:argv.

ide_run_command_append_argv

A convenience wrapper to append arg to IdeRunCommand:argv.

ide_run_command_append_formatted
No description available.

ide_run_command_append_parsed
No description available.

ide_run_command_get_argv
No description available.

ide_run_command_get_can_default
No description available.

ide_run_command_get_cwd
No description available.

ide_run_command_get_display_name
No description available.

ide_run_command_get_environ
No description available.

ide_run_command_get_id
No description available.

ide_run_command_get_kind
No description available.

ide_run_command_get_languages
No description available.

ide_run_command_get_priority
No description available.

ide_run_command_getenv
No description available.

ide_run_command_prepare_to_run

Prepares the run command to be run within run_context.

ide_run_command_set_argv
No description available.

ide_run_command_set_can_default
No description available.

ide_run_command_set_cwd
No description available.

ide_run_command_set_display_name
No description available.

ide_run_command_set_environ
No description available.

ide_run_command_set_id
No description available.

ide_run_command_set_kind

Sets the kind of command.

ide_run_command_set_languages
No description available.

ide_run_command_set_priority
No description available.

ide_run_command_setenv
No description available.

Methods inherited from GObject (43)

Please see GObject for a full list of methods.

Properties

Ide.RunCommand:argv
No description available.

Ide.RunCommand:can-default

If the command is suitable as the default run command for the project.

Ide.RunCommand:category
No description available.

Ide.RunCommand:cwd
No description available.

Ide.RunCommand:display-name
No description available.

Ide.RunCommand:environ
No description available.

Ide.RunCommand:has-category
No description available.

Ide.RunCommand:id
No description available.

Ide.RunCommand:kind
No description available.

Ide.RunCommand:languages

Contains the programming languages used.

Ide.RunCommand:priority
No description available.

Ide.RunCommand:shell-command
No description available.

Ide.RunCommand:title
No description available.

Signals

Signals inherited from GObject (1)
GObject::notify

The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.

Class structure

struct IdeRunCommandClass {
  GObjectClass parent_class;
  void (* prepare_to_run) (
    IdeRunCommand* self,
    IdeRunContext* run_context,
    IdeContext* context
  );
  
}
No description available.
Class members
parent_class: GObjectClass
No description available.
prepare_to_run: void (* prepare_to_run) ( IdeRunCommand* self, IdeRunContext* run_context, IdeContext* context )
No description available.

Virtual methods

Ide.RunCommandClass.prepare_to_run

Prepares the run command to be run within run_context.