X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsymsinit.h;h=074a598f3e1013e3843686c80669e349024a7d95;hb=8352b578f4ad20bf31fd2d641f245ac259166759;hp=e8a5d6222ce70cab10c3ba31d664e4352bc1604b;hpb=762383636a99307282c2d93d26c35c046ec24da1;p=chise%2Fxemacs-chise.git- diff --git a/src/symsinit.h b/src/symsinit.h index e8a5d62..074a598 100644 --- a/src/symsinit.h +++ b/src/symsinit.h @@ -32,6 +32,7 @@ void init_intl_very_early (void); void init_process_times_very_early (void); void init_ralloc (void); void init_signals_very_early (void); +void init_mswindows_very_early (void); /* Early Lisp-engine initialization (dump-time for init, run-time for reinit). */ @@ -67,6 +68,7 @@ void syms_of_device_tty (void); void syms_of_device_mswindows (void); void syms_of_device_x (void); void syms_of_device (void); +void syms_of_dialog_mswindows (void); void syms_of_dialog_x (void); void syms_of_dialog (void); void syms_of_dired (void); @@ -153,7 +155,9 @@ void syms_of_window (void); void syms_of_select_x (void); void syms_of_eldap (void); void syms_of_postgresql (void); +void syms_of_concord (void); void syms_of_gpmevent (void); +void syms_of_win32 (void); /* Initialize the console types (dump-time but for reinit_). */ @@ -212,6 +216,7 @@ void structure_type_create_chartab (void); void structure_type_create_faces (void); void structure_type_create_rangetab (void); void structure_type_create_hash_table (void); +void structure_type_create_concord (void); /* Initialize the image instantiator types (dump-time only). */ @@ -380,11 +385,13 @@ void vars_of_select_x (void); void reinit_vars_of_select_x (void); void vars_of_eldap (void); void vars_of_postgresql (void); +void vars_of_concord (void); void vars_of_gpmevent (void); /* Initialize specifier variables (dump-time only). */ void specifier_vars_of_glyphs (void); +void specifier_vars_of_glyphs_widget (void); void specifier_vars_of_gutter (void); void specifier_vars_of_menubar (void); void specifier_vars_of_redisplay (void); @@ -421,11 +428,13 @@ void complex_vars_of_minibuf (void); void reinit_complex_vars_of_minibuf (void); void complex_vars_of_callproc (void); void complex_vars_of_keymap (void); +void complex_vars_of_concord (void); /* Reset the Lisp engine (run-time only). */ void reinit_alloc (void); void reinit_eval (void); +void init_postgresql_from_environment (void); /* Late initialization -- stuff pertaining only to interactive usage, I/O, or Lisp reading. (Dump-time and run-time.) */ @@ -449,5 +458,41 @@ void init_ntproc (void); /* #### delete me, please! */ void init_xemacs_process (void); void init_redisplay (void); void init_sunpro (void); +void init_win32 (void); + +void syms_of_device_gtk (void); +void syms_of_dialog_gtk (void); +void syms_of_event_gtk (void); +void syms_of_frame_gtk (void); +void syms_of_glyphs_gtk (void); +void syms_of_gui_gtk (void); +void syms_of_menubar_gtk (void); +void syms_of_objects_gtk (void); +void syms_of_select_gtk (void); +void syms_of_ui_gtk (void); +void console_type_create_gtk (void); +void console_type_create_device_gtk (void); +void console_type_create_frame_gtk (void); +void console_type_create_glyphs_gtk (void); +void console_type_create_menubar_gtk (void); +void console_type_create_objects_gtk (void); +void console_type_create_redisplay_gtk (void); +void console_type_create_scrollbar_gtk (void); +void console_type_create_toolbar_gtk (void); +void console_type_create_dialog_gtk (void); +void image_instantiator_format_create_glyphs_gtk (void); +void vars_of_device_gtk (void); +void vars_of_dialog_gtk (void); +void vars_of_event_gtk (void); +void vars_of_frame_gtk (void); +void vars_of_glyphs_gtk (void); +void vars_of_gui_gtk (void); +void vars_of_menubar_gtk (void); +void vars_of_objects_gtk (void); +void vars_of_scrollbar_gtk (void); +void vars_of_select_gtk (void); +void vars_of_ui_gtk (void); +void complex_vars_of_glyphs_gtk (void); +void init_event_gtk_late (void); #endif /* INCLUDED_symsinit_h_ */