[gtksourceview/wip/chergert/vim] add missing declaration
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtksourceview/wip/chergert/vim] add missing declaration
- Date: Fri, 5 Nov 2021 18:40:00 +0000 (UTC)
commit 46a94c6e168b9c3945cbf398b69c9a1a03491938
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]