grim/guifications3

merging

2011-05-16, Gary Kramlich
8e6f170cb062
merging
<?xml version="1.0" encoding="UTF-8"?>
<objects>
<object
name="GfObject"
registration="gf_object_get_gtype"
ancestor="GObject"
abstract="1"
/>
<object
name="GfLogger"
registration="gf_logger_get_gtype"
ancestor="GfObject"
abstract="1"
>
<property
name="level"
type="enum"
flags="G_PARAM_READWRITE"
default="GF_LOG_LEVEL_VERBOSE"
enum="gf_log_level_get_gtype"
/>
<property
name="ts_format"
type="string"
flags="G_PARAM_READWRITE"
default="%X"
/>
<property
name="ts_visible"
type="boolean"
flags="G_PARAM_READWRITE"
default="TRUE"
/>
</object>
</objects>