Searched refs:preferences_skeleton (Results 1 - 2 of 2) sorted by relevance

/inkscape/src/
H A Dpreferences-skeleton.h16 static char const preferences_skeleton[] = variable
489 #define PREFERENCES_SKELETON_SIZE (sizeof(preferences_skeleton) - 1)
H A Dpreferences.cpp126 _prefs_doc = sp_repr_read_mem(preferences_skeleton, PREFERENCES_SKELETON_SIZE, NULL);
176 if (!g_file_set_contents(_prefs_filename.c_str(), preferences_skeleton, PREFERENCES_SKELETON_SIZE, NULL)) {

Completed in 164 milliseconds