Home
last modified time | relevance | path

Searched refs:exten_type (Results 1 – 22 of 22) sorted by relevance

/dports/devel/libpeas/libpeas-1.26.0/libpeas/
H A Dpeas-utils.c99 find_base_class_and_interfaces (GType exten_type) in find_base_class_and_interfaces() argument
111 if (G_TYPE_IS_INTERFACE (exten_type)) in find_base_class_and_interfaces()
113 add_all_prerequisites (exten_type, &base_type, results); in find_base_class_and_interfaces()
120 interfaces = g_type_interfaces (exten_type, NULL); in find_base_class_and_interfaces()
124 base_type = exten_type; in find_base_class_and_interfaces()
153 get_base_class_and_interfaces (GType exten_type, in get_base_class_and_interfaces() argument
160 data = find_base_class_and_interfaces (exten_type); in get_base_class_and_interfaces()
238 peas_utils_valist_to_parameter_list (GType exten_type, in peas_utils_valist_to_parameter_list() argument
249 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_utils_valist_to_parameter_list()
250 G_TYPE_IS_OBJECT (exten_type), FALSE); in peas_utils_valist_to_parameter_list()
[all …]
H A Dpeas-object-module.c61 GType exten_type; member
462 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_create_object()
468 if (impls[i].exten_type == exten_type) in peas_object_module_create_object()
496 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_provides_object()
502 if (impls[i].exten_type == exten_type) in peas_object_module_provides_object()
615 g_return_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_register_extension_factory()
616 G_TYPE_IS_ABSTRACT (exten_type)); in peas_object_module_register_extension_factory()
675 g_return_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_register_extension_type()
676 G_TYPE_IS_ABSTRACT (exten_type)); in peas_object_module_register_extension_type()
678 g_return_if_fail (g_type_is_a (impl_type, exten_type)); in peas_object_module_register_extension_type()
[all …]
H A Dpeas-extension-set.c91 GType exten_type; member
170 priv->exten_type = g_value_get_gtype (value); in peas_extension_set_set_property()
195 g_value_set_gtype (value, priv->exten_type); in peas_extension_set_get_property()
215 priv->exten_type)) in add_extension()
219 priv->exten_type, in add_extension()
628 GType exten_type, in peas_extension_set_newv() argument
635 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_extension_set_newv()
678 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_extension_set_new_with_properties()
703 "extension-type", exten_type, in peas_extension_set_new_with_properties()
732 GType exten_type, in peas_extension_set_new_valist() argument
[all …]
H A Dpeas-plugin-loader-c.c108 GType exten_type) in peas_plugin_loader_c_provides_extension() argument
110 return peas_object_module_provides_object (info->loader_data, exten_type); in peas_plugin_loader_c_provides_extension()
116 GType exten_type, in peas_plugin_loader_c_create_extension() argument
141 exten_type, in peas_plugin_loader_c_create_extension()
151 g_return_val_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (instance, exten_type), NULL); in peas_plugin_loader_c_create_extension()
157 GSIZE_TO_POINTER (exten_type)); in peas_plugin_loader_c_create_extension()
H A Dpeas-object-module.h108 GType exten_type,
114 GType exten_type);
129 GType exten_type,
136 GType exten_type,
H A Dpeas-extension-set.h147 GType exten_type,
154 GType exten_type,
160 GType exten_type,
165 GType exten_type,
H A Dpeas-extension.c76 GType exten_type; in get_method_info() local
81 exten_type = peas_extension_get_extension_type (exten); in get_method_info()
82 method_info = peas_gi_get_method_info (exten_type, method_name); in get_method_info()
87 *gtype = exten_type; in get_method_info()
H A Dpeas-utils.h31 gboolean peas_utils_properties_array_to_parameter_list (GType exten_type,
36 gboolean peas_utils_valist_to_parameter_list (GType exten_type,
/dports/devel/py-libpeas/libpeas-1.26.0/libpeas/
H A Dpeas-utils.c99 find_base_class_and_interfaces (GType exten_type) in find_base_class_and_interfaces() argument
111 if (G_TYPE_IS_INTERFACE (exten_type)) in find_base_class_and_interfaces()
113 add_all_prerequisites (exten_type, &base_type, results); in find_base_class_and_interfaces()
120 interfaces = g_type_interfaces (exten_type, NULL); in find_base_class_and_interfaces()
124 base_type = exten_type; in find_base_class_and_interfaces()
153 get_base_class_and_interfaces (GType exten_type, in get_base_class_and_interfaces() argument
160 data = find_base_class_and_interfaces (exten_type); in get_base_class_and_interfaces()
238 peas_utils_valist_to_parameter_list (GType exten_type, in peas_utils_valist_to_parameter_list() argument
249 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_utils_valist_to_parameter_list()
250 G_TYPE_IS_OBJECT (exten_type), FALSE); in peas_utils_valist_to_parameter_list()
[all …]
H A Dpeas-object-module.c61 GType exten_type; member
462 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_create_object()
468 if (impls[i].exten_type == exten_type) in peas_object_module_create_object()
496 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_provides_object()
502 if (impls[i].exten_type == exten_type) in peas_object_module_provides_object()
615 g_return_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_register_extension_factory()
616 G_TYPE_IS_ABSTRACT (exten_type)); in peas_object_module_register_extension_factory()
675 g_return_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_object_module_register_extension_type()
676 G_TYPE_IS_ABSTRACT (exten_type)); in peas_object_module_register_extension_type()
678 g_return_if_fail (g_type_is_a (impl_type, exten_type)); in peas_object_module_register_extension_type()
[all …]
H A Dpeas-extension-set.c91 GType exten_type; member
170 priv->exten_type = g_value_get_gtype (value); in peas_extension_set_set_property()
195 g_value_set_gtype (value, priv->exten_type); in peas_extension_set_get_property()
215 priv->exten_type)) in add_extension()
219 priv->exten_type, in add_extension()
628 GType exten_type, in peas_extension_set_newv() argument
635 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_extension_set_newv()
678 g_return_val_if_fail (G_TYPE_IS_INTERFACE (exten_type) || in peas_extension_set_new_with_properties()
703 "extension-type", exten_type, in peas_extension_set_new_with_properties()
732 GType exten_type, in peas_extension_set_new_valist() argument
[all …]
H A Dpeas-plugin-loader-c.c108 GType exten_type) in peas_plugin_loader_c_provides_extension() argument
110 return peas_object_module_provides_object (info->loader_data, exten_type); in peas_plugin_loader_c_provides_extension()
116 GType exten_type, in peas_plugin_loader_c_create_extension() argument
141 exten_type, in peas_plugin_loader_c_create_extension()
151 g_return_val_if_fail (G_TYPE_CHECK_INSTANCE_TYPE (instance, exten_type), NULL); in peas_plugin_loader_c_create_extension()
157 GSIZE_TO_POINTER (exten_type)); in peas_plugin_loader_c_create_extension()
H A Dpeas-object-module.h108 GType exten_type,
114 GType exten_type);
129 GType exten_type,
136 GType exten_type,
H A Dpeas-extension-set.h147 GType exten_type,
154 GType exten_type,
160 GType exten_type,
165 GType exten_type,
H A Dpeas-extension.c76 GType exten_type; in get_method_info() local
81 exten_type = peas_extension_get_extension_type (exten); in get_method_info()
82 method_info = peas_gi_get_method_info (exten_type, method_name); in get_method_info()
87 *gtype = exten_type; in get_method_info()
H A Dpeas-utils.h31 gboolean peas_utils_properties_array_to_parameter_list (GType exten_type,
36 gboolean peas_utils_valist_to_parameter_list (GType exten_type,
/dports/devel/libpeas/libpeas-1.26.0/loaders/python/
H A Dpeas-plugin-loader-python.c64 find_python_extension_type (GType exten_type, in find_python_extension_type() argument
70 pyexten_type = pyg_type_wrapper_new (exten_type); in find_python_extension_type()
82 g_return_val_if_fail (g_type_is_a (the_type, exten_type), in find_python_extension_type()
92 GType exten_type) in peas_plugin_loader_python_provides_extension() argument
98 the_type = find_python_extension_type (exten_type, pymodule); in peas_plugin_loader_python_provides_extension()
107 GType exten_type, in peas_plugin_loader_python_create_extension() argument
118 the_type = find_python_extension_type (exten_type, pymodule); in peas_plugin_loader_python_create_extension()
134 GSIZE_TO_POINTER (exten_type)); in peas_plugin_loader_python_create_extension()
/dports/devel/py-libpeas/libpeas-1.26.0/loaders/python/
H A Dpeas-plugin-loader-python.c64 find_python_extension_type (GType exten_type, in find_python_extension_type() argument
70 pyexten_type = pyg_type_wrapper_new (exten_type); in find_python_extension_type()
82 g_return_val_if_fail (g_type_is_a (the_type, exten_type), in find_python_extension_type()
92 GType exten_type) in peas_plugin_loader_python_provides_extension() argument
98 the_type = find_python_extension_type (exten_type, pymodule); in peas_plugin_loader_python_provides_extension()
107 GType exten_type, in peas_plugin_loader_python_create_extension() argument
118 the_type = find_python_extension_type (exten_type, pymodule); in peas_plugin_loader_python_create_extension()
134 GSIZE_TO_POINTER (exten_type)); in peas_plugin_loader_python_create_extension()
/dports/devel/libpeas/libpeas-1.26.0/loaders/lua5.1/
H A Dpeas-plugin-loader-lua.c117 GType exten_type) in find_lua_extension_type() argument
121 lua_pushlightuserdata (L, GSIZE_TO_POINTER (exten_type)); in find_lua_extension_type()
131 if (g_type_is_a (extension_type, exten_type)) in find_lua_extension_type()
135 g_type_name (extension_type), g_type_name (exten_type)); in find_lua_extension_type()
144 GType exten_type) in peas_plugin_loader_lua_provides_extension() argument
152 the_type = find_lua_extension_type (L, info, exten_type); in peas_plugin_loader_lua_provides_extension()
161 GType exten_type, in peas_plugin_loader_lua_create_extension() argument
172 the_type = find_lua_extension_type (L, info, exten_type); in peas_plugin_loader_lua_create_extension()
184 GSIZE_TO_POINTER (exten_type)); in peas_plugin_loader_lua_create_extension()
/dports/devel/py-libpeas/libpeas-1.26.0/loaders/lua5.1/
H A Dpeas-plugin-loader-lua.c117 GType exten_type) in find_lua_extension_type() argument
121 lua_pushlightuserdata (L, GSIZE_TO_POINTER (exten_type)); in find_lua_extension_type()
131 if (g_type_is_a (extension_type, exten_type)) in find_lua_extension_type()
135 g_type_name (extension_type), g_type_name (exten_type)); in find_lua_extension_type()
144 GType exten_type) in peas_plugin_loader_lua_provides_extension() argument
152 the_type = find_lua_extension_type (L, info, exten_type); in peas_plugin_loader_lua_provides_extension()
161 GType exten_type, in peas_plugin_loader_lua_create_extension() argument
172 the_type = find_lua_extension_type (L, info, exten_type); in peas_plugin_loader_lua_create_extension()
184 GSIZE_TO_POINTER (exten_type)); in peas_plugin_loader_lua_create_extension()
/dports/lang/vala/vala-0.48.18/vapi/
H A Dlibpeas-1.0.vapi59 public ExtensionSet (Peas.Engine? engine, GLib.Type exten_type, ...);
66 …public ExtensionSet.newv (Peas.Engine? engine, GLib.Type exten_type, [CCode (array_length_cname = …
68 …public ExtensionSet.with_properties (Peas.Engine? engine, GLib.Type exten_type, [CCode (array_leng…
82 …public void register_extension_factory (GLib.Type exten_type, owned Peas.FactoryFunc factory_func);
83 public void register_extension_type (GLib.Type exten_type, GLib.Type impl_type);
/dports/devel/gitg/gitg-3.32.1/vapi/
H A Dlibpeas-1.0.vapi49 public ExtensionSet (Peas.Engine engine, GLib.Type exten_type, ...);
53 …public ExtensionSet.newv (Peas.Engine? engine, GLib.Type exten_type, [CCode (array_length_cname = …