We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d792848 commit ad5e76aCopy full SHA for ad5e76a
Python/mactoolboxglue.c
@@ -528,10 +528,10 @@ int routinename(PyObject *pyobj, object *cobj) { \
528
return (*PyMacGluePtr_##routinename)(pyobj, cobj); \
529
}
530
531
-GLUE_NEW(FSSpec *, PyMac_BuildFSSpec, "macfs")
532
-GLUE_CONVERT(FSSpec, PyMac_GetFSSpec, "macfs")
533
-GLUE_NEW(FSRef *, PyMac_BuildFSRef, "macfs")
534
-GLUE_CONVERT(FSRef, PyMac_GetFSRef, "macfs")
+GLUE_NEW(FSSpec *, PyMac_BuildFSSpec, "Carbon.File")
+GLUE_CONVERT(FSSpec, PyMac_GetFSSpec, "Carbon.File")
+GLUE_NEW(FSRef *, PyMac_BuildFSRef, "Carbon.File")
+GLUE_CONVERT(FSRef, PyMac_GetFSRef, "Carbon.File")
535
536
GLUE_NEW(AppleEvent *, AEDesc_New, "Carbon.AE") /* XXXX Why by address? */
537
GLUE_NEW(AppleEvent *, AEDesc_NewBorrowed, "Carbon.AE")
0 commit comments