/* * Copyright (C) 2004, 2005 Jean-François Rameau * Copyright (C) 2004, 2005 Adam Hooper * Copyright (C) 2004, 2005 Crispin Flowerday * Copyright (C) 2004, 2005 Christian Persch * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * 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 General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * * $Id$ */ #include #include "config.h" #include "ephy-python.h" #include #include void pyepiphany_register_classes (PyObject *d); void pyepiphany_add_constants (PyObject *module, const gchar *strip_prefix); extern PyMethodDef pyepiphany_functions[]; void ephy_python_init (void) { char *argv[1]; PyObject *m, *d; Py_Initialize(); argv[0] = g_get_prgname (); PySys_SetArgv (1, argv); init_pygobject (); init_pygtk (); m = Py_InitModule ("epiphany", pyepiphany_functions); d = PyModule_GetDict (m); pyepiphany_register_classes (d); pyepiphany_add_constants (m, "EPHY_"); } dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3'>dependabot/npm_and_yarn/devel/electron4/files/elliptic-6.5.3 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Deorbit RESTRICTED && NO_CDROM, part two.Mathieu Arnold2021-05-061-1/+5
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
* x11-fonts/mkfontscale: Update to 1.2.0Niclas Zeising2019-03-121-1/+1
* x11-fonts/sharefonts: Do not package fonts.dirTobias Kortkamp2018-10-021-1/+1
* x11-fonts/sharefonts: add NO_ARCH and reduce diff with x11-fonts/freefonts.Jimmy Olgeni2016-10-231-2/+3
* Bump PORTREVISION after the fonts path change.Jimmy Olgeni2015-03-251-1/+1
* Make fonts repecting XDGBaptiste Daroussin2015-03-221-1/+1
* A bit more cleanupBaptiste Daroussin2015-03-201-1/+0
* Convert to USES=fontsBaptiste Daroussin2015-03-201-5/+6
* Unbreak with working MASTER_SITES.Jimmy Olgeni2014-05-181-2/+5
* Mark as BROKEN: does not fetch.Jimmy Olgeni2014-05-131-0/+1
* Sync text of LEGAL and RESTRICTED for x11-fonts/sharefonts.Jimmy Olgeni2014-05-111-2/+2
* x11-fonts/sharefonts: Actually support stage this timeJohn Marino2014-02-261-2/+2