/* * e-plugin-python.h * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2 of the License, or (at your option) version 3. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with the program; if not, see * * * Copyright (C) 1999-2008 Novell, Inc. (www.novell.com) * */ #ifndef E_PLUGIN_PYTHON_H #define E_PLUGIN_PYTHON_H #include /* Standard GObject macros */ #define E_TYPE_PLUGIN_PYTHON \ (e_plugin_python_get_type ()) #define E_PLUGIN_PYTHON(obj) \ (G_TYPE_CHECK_INSTANCE_CAST \ ((obj), E_TYPE_PLUGIN_PYTHON, EPluginPython)) #define E_PLUGIN_PYTHON_CLASS(cls) \ (G_TYPE_CHECK_CLASS_CAST \ ((cls), E_TYPE_PLUGIN_PYTHON, EPluginPythonClass)) #define E_IS_PLUGIN_PYTHON(obj) \ (G_TYPE_CHECK_INSTANCE_TYPE \ ((obj), E_TYPE_PLUGIN_PYTHON)) #define E_IS_PLUGIN_PYTHON_CLASS(cls) \ (G_TYPE_CHECK_CLASS_TYPE \ ((cls), E_TYPE_PLUGIN_PYTHON)) #define E_PLUGIN_PYTHON_GET_CLASS(obj) \ (G_TYPE_INSTANCE_GET_CLASS \ ((obj), E_TYPE_PLUGIN_PYTHON, EPluginPythonClass)) G_BEGIN_DECLS typedef struct _EPluginPython EPluginPython; typedef struct _EPluginPythonClass EPluginPythonClass; typedef struct _EPluginPythonPrivate EPluginPythonPrivate; struct _EPluginPython { EPlugin parent; EPluginPythonPrivate *priv; gchar *location; gchar *pClass; gchar *module_name; }; struct _EPluginPythonClass { EPluginClass parent_class; }; GType e_plugin_python_get_type (void); void e_plugin_python_register_type (GTypeModule *type_module); G_END_DECLS #endif /* E_PLUGIN_PYTHON_H */ iles/lodash-4.17.19 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
bsd-ports/about/?h=dependabot/npm_and_yarn/devel/electron4/files/mixin-deep-1.3.2'>aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
path: root/audio
Commit message (Expand)AuthorAgeFilesLines
* audio/pulseeffects: Update to 4.5.6tcberner2019-04-063-6/+48
* Update to upstream release 0.21.7riggs2019-04-063-9/+30
* Fix the following error on GCC-based architectures:linimon2019-04-061-3/+1
* Mark BROKEN on FreeBSD 12 and 13antoine2019-04-041-1/+8
* Update to 0.1.b146ehaupt2019-04-042-4/+4
* Add back libdata/pkgconfig/libbcg729.pc file after it was removedmadpilot2019-04-032-1/+12
* Update KDE Plasma Desktop to 5.15.4tcberner2019-04-031-3/+3
* Deprecate audio/raop_playtobik2019-04-031-0/+3
* audio/faudio: Update to 19.04tobik2019-04-023-5/+5
* Update `audio/flacon' to version 5.2.0; list of changes:danfe2019-04-012-4/+4
* Update to 0.1.b145ehaupt2019-04-012-4/+4
* defaulting audio/libmatemixer with pulseaudioericbsd2019-04-011-0/+2
* Update devel/protobuf to 3.7.1sunpoet2019-03-315-4/+5
* Cosmetic changesunpoet2019-03-311-1/+2
* audio/lsp-plugins-lv2: Update 1.1.7 -> 1.1.9yuri2019-03-313-5/+5
* Update virtual_oss to 1.2.2hselasky2019-03-312-6/+9
* audio/openal-soft: Update WWW and MASTER_SITEStobik2019-03-312-2/+2
* audio/fabla2-lv2: fix build with GCC-based architecturesyuri2019-03-313-23/+1
* Mark almost all Haskell ports for expiration by mid Apriltcberner2019-03-313-0/+9
* Chase down another occurrence of -sse flags.linimon2019-03-311-0/+3
* Update to 2.3d.r171ehaupt2019-03-302-4/+4
* Update to 0.1.b143ehaupt2019-03-302-4/+4
* Fix build on 13-CURRENT after base r345349sunpoet2019-03-301-0/+1
* * Updated to 3.7.1ultima2019-03-302-6/+6
* Errorlogs on aarch64 on the cluster point to the arm case having beenlinimon2019-03-301-1/+1
* audio/pulseaudio-qt: update to 1.0.1tcberner2019-03-303-5/+5
* Fix build on gcc-based architectures:linimon2019-03-291-1/+1
* Restore virtual_oss_ctl to version 1.2.0.hselasky2019-03-295-0/+30
* Update virtual_oss to 1.2.1hselasky2019-03-292-6/+15
* Upgrade the LXQt desktop environment to 0.14.0jsm2019-03-293-9/+49
* devel/icu: update to 64.1jbeich2019-03-282-1/+2
* audio/spotifyd: Update to 0.2.8tobik2019-03-262-205/+304
* Remove dependency on llvm50.brooks2019-03-263-7/+41
* Remove dependency on llvm50brooks2019-03-264-7/+69
* New port: audio/pulseaudio-qt -- Qt bindings for PulseAudiotcberner2019-03-265-0/+75
* Mk/Uses/cargo.mk: Add GitLab support and drop CARGO_GH_CARGOTOMLtobik2019-03-251