summaryrefslogtreecommitdiff
path: root/plugin-loaders/python/bindings/plumautils.defs
diff options
context:
space:
mode:
authormonsta <[email protected]>2016-11-06 14:42:18 +0300
committermonsta <[email protected]>2016-11-06 14:42:18 +0300
commit65371f53dbb06180b750dad7c19e7bcf0f8651d6 (patch)
tree0b387d0a17207e13ce662da55970c97b50bc55db /plugin-loaders/python/bindings/plumautils.defs
parent7dd02941b3647477dfe0cf8177c2eeff8bfe7b84 (diff)
downloadpluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.bz2
pluma-65371f53dbb06180b750dad7c19e7bcf0f8651d6.tar.xz
drop Python plugins support and --enable-python build option
it requires PyGTK so won't even build with GTK+3 but keep plugins themselves for future porting to libpeas
Diffstat (limited to 'plugin-loaders/python/bindings/plumautils.defs')
-rw-r--r--plugin-loaders/python/bindings/plumautils.defs67
1 files changed, 0 insertions, 67 deletions
diff --git a/plugin-loaders/python/bindings/plumautils.defs b/plugin-loaders/python/bindings/plumautils.defs
deleted file mode 100644
index a9a4738d..00000000
--- a/plugin-loaders/python/bindings/plumautils.defs
+++ /dev/null
@@ -1,67 +0,0 @@
-;; -*- scheme -*-
-
-;; From ../../pluma/pluma-utils.h
-
-(define-function uri_has_writable_scheme
- (c-name "pluma_utils_uri_has_writable_scheme")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "uri")
- )
-)
-
-(define-function uri_has_file_scheme
- (c-name "pluma_utils_uri_has_file_scheme")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "uri")
- )
-)
-
-(define-function uri_exists
- (c-name "pluma_utils_uri_exists")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "text_uri")
- )
-)
-
-(define-function uri_is_valid
- (c-name "pluma_utils_is_valid_uri")
- (return-type "gboolean")
- (parameters
- '("const-gchar*" "uri")
- )
-)
-
-(define-function uri_get_dirname
- (c-name "pluma_utils_uri_get_dirname")
- (return-type "gchar*")
- (parameters
- '("const-char*" "uri")
- )
-)
-
-(define-function menu_position_under_widget
- (c-name "pluma_utils_menu_position_under_widget")
- (return-type "none")
- (parameters
- '("GtkMenu*" "menu")
- '("gint*" "x")
- '("gint*" "y")
- '("gboolean*" "push_in")
- '("gpointer" "user_data")
- )
-)
-
-(define-function menu_position_under_tree_view
- (c-name "pluma_utils_menu_position_under_tree_view")
- (return-type "none")
- (parameters
- '("GtkMenu*" "menu")
- '("gint*" "x")
- '("gint*" "y")
- '("gboolean*" "push_in")
- '("gpointer" "user_data")
- )
-)