Function
GObjecttype_set_qdata
Declaration [src]
void
g_type_set_qdata (
  GType type,
  GQuark quark,
  gpointer data
)
Parameters
- type
- 
            Type: GTypeA GType.
- quark
- 
            Type: GQuarkA GQuarkid to identify the data.
- data
- 
            Type: gpointerThe data. The argument can be NULL.The data is owned by the caller of the function.