Lines Matching refs:pygimp_error

46 PyObject *pygimp_error;  variable
210 PyErr_SetString(pygimp_error, "arguments must be callable"); in pygimp_main()
217 PyErr_SetString(pygimp_error, "a query procedure must be provided"); in pygimp_main()
304 PyErr_SetString(pygimp_error, "error while exiting"); in pygimp_exit()
332 PyErr_SetString(pygimp_error, "error occurred while storing"); in pygimp_set_data()
359 PyErr_SetString(pygimp_error, "no data for id"); in pygimp_get_data()
503 PyErr_SetString(pygimp_error, #n "argument must be callable"); \ in pygimp_progress_install()
526 PyErr_SetString(pygimp_error, in pygimp_progress_install()
556 PyErr_SetString(pygimp_error, in pygimp_progress_uninstall()
987 PyErr_SetString(pygimp_error, "gradient_get_uniform_samples failed"); in pygimp_gradient_get_uniform_samples()
1043 PyErr_SetString(pygimp_error, "gradient_get_custom_samples failed"); in pygimp_gradient_get_custom_samples()
1154 PyErr_Format(pygimp_error, in pygimp_displays_reconnect()
1261 PyErr_Format(pygimp_error, "could not attach parasite '%s'", in pygimp_parasite_attach()
1284 PyErr_Format(pygimp_error, "could not attach new parasite '%s'", name); in pygimp_attach_new_parasite()
1304 PyErr_Format(pygimp_error, "could not detach parasite '%s'", name); in pygimp_parasite_detach()
1419 PyErr_SetString(pygimp_error, "could not refresh fonts"); in pygimp_fonts_refresh()
1467 PyErr_SetString(pygimp_error, "could not get font list"); in pygimp_fonts_get_list()
1582 PyErr_Format(pygimp_error, in pygimp_vectors_import_from_file()
1614 PyErr_Format(pygimp_error, in pygimp_vectors_import_from_string()
1999 pygimp_error = PyErr_NewException("gimp.error", PyExc_RuntimeError, NULL); in initgimp()
2000 PyModule_AddObject(m, "error", pygimp_error); in initgimp()
2045 pygimp_api_functions.pygimp_error = pygimp_error; in initgimp()