improved code readability by splitting deserialize_property into smaller
2001-12-08 Sven Neumann <sven@gimp.org> * app/config/gimpconfig-deserialize.c: improved code readability by splitting deserialize_property into smaller functions. * app/config/gimpconfig.[ch]: added gimp_config_debug_notify_callback() for debugging purposes. * app/main.c: use gimp_config_debug_notify_callback().
This commit is contained in:
committed by
Sven Neumann
parent
78841f1f63
commit
a2c16284e0
@ -152,9 +152,9 @@ main (int argc,
|
||||
|
||||
config = g_object_new (GIMP_TYPE_BASE_CONFIG, NULL);
|
||||
|
||||
g_signal_connect_swapped (G_OBJECT (config), "notify",
|
||||
G_CALLBACK (g_print),
|
||||
"GimpBaseConfig property changed\n");
|
||||
g_signal_connect (G_OBJECT (config), "notify",
|
||||
G_CALLBACK (gimp_config_debug_notify_callback),
|
||||
NULL);
|
||||
|
||||
filename = gimp_personal_rc_file ("foorc");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user