summaryrefslogtreecommitdiff
path: root/pluma/pluma-commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'pluma/pluma-commands.h')
-rw-r--r--pluma/pluma-commands.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pluma/pluma-commands.h b/pluma/pluma-commands.h
index 2fc44259..b2d5b423 100644
--- a/pluma/pluma-commands.h
+++ b/pluma/pluma-commands.h
@@ -103,6 +103,14 @@ void _pluma_cmd_edit_paste (GtkAction *action,
PlumaWindow *window);
void _pluma_cmd_edit_delete (GtkAction *action,
PlumaWindow *window);
+void _pluma_cmd_edit_upper_case (GtkAction *action,
+ PlumaWindow *window);
+void _pluma_cmd_edit_lower_case (GtkAction *action,
+ PlumaWindow *window);
+void _pluma_cmd_edit_invert_case (GtkAction *action,
+ PlumaWindow *window);
+void _pluma_cmd_edit_title_case (GtkAction *action,
+ PlumaWindow *window);
void _pluma_cmd_edit_select_all (GtkAction *action,
PlumaWindow *window);
void _pluma_cmd_edit_preferences (GtkAction *action,