Top |
#define | RYGEL_TYPE_RELATIONAL_EXPRESSION |
struct | RygelRelationalExpression |
struct | RygelRelationalExpressionClass |
#define RYGEL_TYPE_RELATIONAL_EXPRESSION (rygel_relational_expression_get_type ())
The type for RygelRelationalExpression.
struct RygelRelationalExpression { RygelSearchExpression parent_instance; RygelRelationalExpressionPrivate * priv; };
This is a parsed UPnP search expression consisting of two strings joined by a relational operator such as such <, <=, ==, !=, >, >=, derivedFrom or exists.
struct RygelRelationalExpressionClass { RygelSearchExpressionClass parent_class; };
The class structure for RYGEL_TYPE_RELATIONAL_EXPRESSION
. All the fields in this structure are private and should never be accessed directly.