comparison src/macterm.h @ 73576:dcac157aa8ae

(create_apple_event_from_event_ref) (create_apple_event_from_drag_ref, xrm_merge_string_database) (xrm_get_resource, xrm_get_preference_database): Add const qualifier to arguments in externs.
author YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
date Tue, 31 Oct 2006 08:33:18 +0000
parents 37ec6edfcc15
children 18841c2d7fbd c71725faff1a 02cf29720f31
comparison
equal deleted inserted replaced
73575:c39e3aff703e 73576:dcac157aa8ae
667 extern void mac_clear_font_name_table P_ ((void)); 667 extern void mac_clear_font_name_table P_ ((void));
668 extern Lisp_Object mac_aedesc_to_lisp P_ ((const AEDesc *)); 668 extern Lisp_Object mac_aedesc_to_lisp P_ ((const AEDesc *));
669 extern OSErr mac_ae_put_lisp P_ ((AEDescList *, UInt32, Lisp_Object)); 669 extern OSErr mac_ae_put_lisp P_ ((AEDescList *, UInt32, Lisp_Object));
670 #if TARGET_API_MAC_CARBON 670 #if TARGET_API_MAC_CARBON
671 extern OSStatus create_apple_event_from_event_ref P_ ((EventRef, UInt32, 671 extern OSStatus create_apple_event_from_event_ref P_ ((EventRef, UInt32,
672 EventParamName *, 672 const EventParamName *,
673 EventParamType *, 673 const EventParamType *,
674 AppleEvent *)); 674 AppleEvent *));
675 extern OSErr create_apple_event_from_drag_ref P_ ((DragRef, UInt32, 675 extern OSErr create_apple_event_from_drag_ref P_ ((DragRef, UInt32,
676 FlavorType *, 676 const FlavorType *,
677 AppleEvent *)); 677 AppleEvent *));
678 extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *)); 678 extern CFStringRef cfstring_create_with_utf8_cstring P_ ((const char *));
679 extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object)); 679 extern CFStringRef cfstring_create_with_string P_ ((Lisp_Object));
680 extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef)); 680 extern Lisp_Object cfdata_to_lisp P_ ((CFDataRef));
681 extern Lisp_Object cfstring_to_lisp_nodecode P_ ((CFStringRef)); 681 extern Lisp_Object cfstring_to_lisp_nodecode P_ ((CFStringRef));
684 extern Lisp_Object cfdate_to_lisp P_ ((CFDateRef)); 684 extern Lisp_Object cfdate_to_lisp P_ ((CFDateRef));
685 extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef)); 685 extern Lisp_Object cfboolean_to_lisp P_ ((CFBooleanRef));
686 extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef)); 686 extern Lisp_Object cfobject_desc_to_lisp P_ ((CFTypeRef));
687 extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int)); 687 extern Lisp_Object cfproperty_list_to_lisp P_ ((CFPropertyListRef, int, int));
688 #endif 688 #endif
689 extern void xrm_merge_string_database P_ ((XrmDatabase, char *)); 689 extern void xrm_merge_string_database P_ ((XrmDatabase, const char *));
690 extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, char *, char *)); 690 extern Lisp_Object xrm_get_resource P_ ((XrmDatabase, const char *,
691 extern XrmDatabase xrm_get_preference_database P_ ((char *)); 691 const char *));
692 extern XrmDatabase xrm_get_preference_database P_ ((const char *));
692 EXFUN (Fmac_get_preference, 4); 693 EXFUN (Fmac_get_preference, 4);
693 694
694 /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79 695 /* arch-tag: 6b4ca125-5bef-476d-8ee8-31ed808b7e79
695 (do not change this comment) */ 696 (do not change this comment) */