comparison CODING @ 2916:ae6cdcd69d9f default tip

Merge with upstream/master.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 11:46:50 +0300
parents 2e7fd08bfbe4
children
comparison
equal deleted inserted replaced
2874:550b482f7bd5 2916:ae6cdcd69d9f
6 debug level = 0 is used. 6 debug level = 0 is used.
7 7
8 log_printf() 8 log_printf()
9 If the first word of the message is "error" or "warning" (case insensitive) 9 If the first word of the message is "error" or "warning" (case insensitive)
10 the message will be color-coded appropriately. 10 the message will be color-coded appropriately.
11
12
13 GTKInspector:
14
15 DEBUG_NAME(widget)
16 For use with the GTKInspector to provide a visual indication of where objects are declared.
17
18 Sample command line call:
19 GTK_DEBUG=interactive src/geeqie
11 20
12 -------------------------------------------------------------------------------- 21 --------------------------------------------------------------------------------
13 22
14 GPL header, in every file, like this: 23 GPL header, in every file, like this:
15 24