Object Interest¶
Constructors¶
- Interest(decl)¶
- Parameters
decl (table) – an interest declaration
- Returns
the interest
- Return type
ObjectInterest
Methods¶
- Interest.matches(self, obj)¶
- Parameters
self – the interest
obj (GObject or table) – an object to check for a match
- Returns
whether the object matches the interest
- Return type
boolean