diff options
author | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
---|---|---|
committer | Perberos <[email protected]> | 2011-11-07 19:52:18 -0300 |
commit | 5ded9cba8563f336939400303d6a841d5089b107 (patch) | |
tree | c5676588cff26ba37e12369fe4de24b54e9f6682 /plugin-loaders/python/bindings/geditcommands.defs | |
parent | f00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff) | |
download | pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2 pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz |
renaming from gedit to pluma
Diffstat (limited to 'plugin-loaders/python/bindings/geditcommands.defs')
-rwxr-xr-x | plugin-loaders/python/bindings/geditcommands.defs | 45 |
1 files changed, 0 insertions, 45 deletions
diff --git a/plugin-loaders/python/bindings/geditcommands.defs b/plugin-loaders/python/bindings/geditcommands.defs deleted file mode 100755 index 3808fa43..00000000 --- a/plugin-loaders/python/bindings/geditcommands.defs +++ /dev/null @@ -1,45 +0,0 @@ -;; -*- scheme -*- -; object definitions ... -;; Enumerations and flags ... - - -;; From ../../gedit/gedit-commands.h - -(define-function load_uri - (c-name "gedit_commands_load_uri") - (return-type "none") - (parameters - '("GeditWindow*" "window") - '("const-gchar*" "uri") - '("const-GeditEncoding*" "encoding") - '("gint" "line_pos") - ) -) - -(define-function load_uris - (c-name "gedit_commands_load_uris") - (return-type "gint") - (parameters - '("GeditWindow*" "window") - '("const-GSList*" "uris") - '("const-GeditEncoding*" "encoding") - '("gint" "line_pos") - ) -) - -(define-function save_document - (c-name "gedit_commands_save_document") - (return-type "none") - (parameters - '("GeditWindow*" "window") - '("GeditDocument*" "document") - ) -) - -(define-function save_all_documents - (c-name "gedit_commands_save_all_documents") - (return-type "none") - (parameters - '("GeditWindow*" "window") - ) -) |