[gtksourceview/wip/chergert/vim: 310/363] add missing declaration
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/vim: 310/363] add missing declaration
- Date: Mon, 8 Nov 2021 19:53:54 +0000 (UTC)
commit a4c3bdb8ba57905ca64c103c7a67437f40d6f9d4
Author: Christian Hergert <chergert redhat com>
Date: Fri Nov 5 11:21:53 2021 -0700
add missing declaration
gtksourceview/vim/gtk-source-vim-command.h | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/gtksourceview/vim/gtk-source-vim-command.h b/gtksourceview/vim/gtk-source-vim-command.h
index ee03e802..3ba2c86a 100644
--- a/gtksourceview/vim/gtk-source-vim-command.h
+++ b/gtksourceview/vim/gtk-source-vim-command.h
@@ -32,6 +32,7 @@ G_BEGIN_DECLS
G_DECLARE_FINAL_TYPE (GtkSourceVimCommand, gtk_source_vim_command, GTK_SOURCE, VIM_COMMAND,
GtkSourceVimState)
GtkSourceVimState *gtk_source_vim_command_new (const char *command);
+GtkSourceVimState *gtk_source_vim_command_new_parsed (const char *command_line);
const char *gtk_source_vim_command_get_command (GtkSourceVimCommand *self);
void gtk_source_vim_command_set_motion (GtkSourceVimCommand *self,
GtkSourceVimMotion *motion);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]