get_table_column
Description:
Tries to find the MetaTableColumn representing the column named
col_name in table.
Parameters:
| this |
a MetaStruct object |
| table |
the MetaTable structure to find the column for |
| col_name |
the name of the column to find (as a G_TYPE_STRING GValue) |
Returns:
|
the MetaTableColumn or null if not found |