geany  1.38
About: Geany is a text editor (using GTK2) with basic features of an integrated development environment (syntax highlighting, code folding, symbol name auto-completion, ...). F: office T: editor programming GTK+ IDE
  Fossies Dox: geany-1.38.tar.bz2  ("unofficial" and yet experimental doxygen-generated source code documentation)  

stash-example.c File Reference

Go to the source code of this file.

Functions

 stash_group_add_boolean (group, &china_enabled, "china", TRUE)
 
 stash_group_add_string (group, &potter_name, "potter_name", "Miss Clay")
 
 if (!stash_group_load_from_file(group, filename)) g_warning(_("Could not load keyfile %s!")
 

Variables

StashGroupgroup = stash_group_new("cup")
 
gboolean china_enabled
 
gchar * potter_name
 
const gchar filename [] = "/path/data.conf"
 

Function Documentation

◆ if()

◆ stash_group_add_boolean()

stash_group_add_boolean ( group  ,
china_enabled,
"china"  ,
TRUE   
)

◆ stash_group_add_string()

stash_group_add_string ( group  ,
potter_name,
"potter_name"  ,
"Miss Clay"   
)

Variable Documentation

◆ china_enabled

gboolean china_enabled

Definition at line 2 of file stash-example.c.

◆ filename

filename = "/path/data.conf"

Definition at line 4 of file stash-example.c.

Referenced by add_custom_filetype(), anonHashString(), backupcopy_create_dir_parts(), backupcopy_skip_root(), check_hidden(), create_set_filetype_menu(), demoproxy_load(), demoproxy_probe(), document_open_file_full(), document_open_file_list(), endEtagsFile(), filetypes_parse_error_message(), find_active_plugin_by_name(), findDiffTags(), get_line_and_column_from_filename(), getLanguageForFilename(), goto_compiler_file_line(), init_custom_filetypes(), isTagFile(), load_config(), load_recent_files(), load_startup_files(), main_get_argv_filename(), main_handle_filename(), make_absolute(), mio_new_file(), mio_new_file_full(), msgwin_goto_compiler_file_line(), msgwin_goto_messages_file_line(), msgwin_parse_compiler_error_line(), msgwin_parse_generic_line(), navqueue_remove_file(), on_menu_open_selected_file1_activate(), open_cl_files(), parse_compiler_error_line(), parse_file_line(), pm_tree_filter_func(), process_build_output_line(), recent_create_menu(), replace_header_filename(), run_dialog(), run_open_dialog(), show_replace_summary(), stash_group_load_from_file(), stash_group_save_to_file(), status_changed(), stripAbsolute(), tb_editor_write_markup(), teardownWriter(), toolbar_reload(), ui_update_recent_project_menu(), update_recent_menu(), utils_get_file_list_full(), utils_key_file_new(), utils_remove_ext_from_filename(), utils_tidy_path(), utils_write_file(), write_config(), write_data(), write_html_file(), write_latex_file(), and writerTeardown().

◆ group

group = stash_group_new("cup")

Definition at line 1 of file stash-example.c.

Referenced by add_group_keys(), add_kb(), add_kb_group(), add_menu_accel(), add_named_style(), add_popup_menu_accels(), add_pref(), add_stash_group(), add_widget_pref(), configuration_add_pref_group(), configuration_add_various_pref_group(), configuration_finalize(), copy_ft_groups(), create_build_menu_item(), create_radio_menu_item(), encodings_encoding_store_new(), encodings_init(), fill_shortcut_labels_treeview(), free_key_group(), get_key_values(), get_named_styles(), handle_boolean_setting(), handle_integer_setting(), handle_string_setting(), handle_strv_setting(), init_default_kb(), init_pref_groups(), init_prefs(), init_stash_prefs(), kb_index(), kb_init(), keybindings_foreach(), keybindings_free(), keybindings_free_group(), keybindings_get_item(), keybindings_lookup_item(), keybindings_send_command(), keybindings_set_group(), keybindings_set_item(), keybindings_set_item_full(), keyfile_action(), load_dialog_prefs(), load_kb(), on_key_press_event(), plugin_set_key_group_full(), plugins_init(), pref_action(), prefs_action(), read_properties(), run_kb(), set_keyfile_kb(), settings_action(), sidebar_init(), stash_group_add_boolean(), stash_group_add_combo_box(), stash_group_add_combo_box_entry(), stash_group_add_entry(), stash_group_add_integer(), stash_group_add_radio_buttons(), stash_group_add_spin_button_integer(), stash_group_add_string(), stash_group_add_string_vector(), stash_group_add_toggle_button(), stash_group_add_widget_property(), stash_group_display(), stash_group_free(), stash_group_free_settings(), stash_group_load_from_file(), stash_group_load_from_key_file(), stash_group_new(), stash_group_save_to_file(), stash_group_save_to_key_file(), stash_group_set_use_defaults(), stash_group_set_various(), stash_group_update(), stash_tree_append_pref(), stash_tree_append_prefs(), ui_init_prefs(), and utils_get_setting_locale_string().

◆ potter_name

gchar* potter_name

Definition at line 3 of file stash-example.c.