diff options
author | Todd T. Fries <todd@fries.net> | 2012-07-26 14:49:58 -0500 |
---|---|---|
committer | Todd T. Fries <todd@fries.net> | 2012-08-08 10:28:02 -0500 |
commit | 78b60cb8de47dfa6ed3297dccf2b9268099bc922 (patch) | |
tree | 296f0987b29b0e46830cb67c8f42e42e83548bcf /linux | |
parent | d397399c349d36f611a5aac6fa53528d2fe2eaea (diff) | |
download | xombrero-78b60cb8de47dfa6ed3297dccf2b9268099bc922.tar.gz |
This diff munges and massages the show_g_object_settings function
o move from 'var = g_value_get_foo(&value); valstr = g_strdup_printf("%XX", foo);' to 'valstr = g_strdup_printf("%XX", g_value_get_foo(&value));' .. shrinks code, no change in behavior o add G_TYPE_{{U,}CHAR,LONG} o introduce xt_append_settings() to simplify allthethings() and about_webkit() o rework output to look much more c like o spend way too much effort aligning the /* number flags=0x.... */ comments o compact output and be as c like as possible
Diffstat (limited to 'linux')
0 files changed, 0 insertions, 0 deletions