Home
last modified time | relevance | path

Searched refs:GitRemoveCommand (Results 1 – 4 of 4) sorted by relevance

/dports/devel/anjuta/anjuta-3.34.0/plugins/git/
H A Dgit-remove-command.c33 G_DEFINE_TYPE (GitRemoveCommand, git_remove_command, GIT_TYPE_COMMAND);
36 git_remove_command_init (GitRemoveCommand *self) in git_remove_command_init()
44 GitRemoveCommand *self; in git_remove_command_finalize()
57 GitRemoveCommand *self; in git_remove_command_run()
82 GitRemoveCommand *
86 GitRemoveCommand *self; in git_remove_command_new_path()
99 GitRemoveCommand *
103 GitRemoveCommand *self; in git_remove_command_new_list()
H A Dgit-remove-command.h34 …ND(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), GIT_TYPE_REMOVE_COMMAND, GitRemoveCommand))
41 typedef struct _GitRemoveCommand GitRemoveCommand; typedef
57 GitRemoveCommand *git_remove_command_new_path (const gchar *working_directory,
60 GitRemoveCommand *git_remove_command_new_list (const gchar *working_directory,
H A Dgit-remove-files-pane.c36 GitRemoveCommand *remove_command; in on_ok_action_activated()
H A Dgit-vcs-interface.c283 GitRemoveCommand *remove_command; in git_ivcs_remove()