about summary refs log tree commit diff stats
path: root/xombreroicon.png
diff options
context:
space:
mode:
authorTodd T. Fries <todd@fries.net>2012-07-26 14:49:58 -0500
committerTodd T. Fries <todd@fries.net>2012-08-08 10:28:02 -0500
commit78b60cb8de47dfa6ed3297dccf2b9268099bc922 (patch)
tree296f0987b29b0e46830cb67c8f42e42e83548bcf /xombreroicon.png
parentd397399c349d36f611a5aac6fa53528d2fe2eaea (diff)
downloadxombrero-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 'xombreroicon.png')
0 files changed, 0 insertions, 0 deletions
16'>116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225