RygelRelationalExpression

RygelRelationalExpression — This is a parsed UPnP search expression consisting of two strings joined by a relational operator such as such <, <=, ==, !=, >, >=, derivedFrom or exists.

Types and Values

Description

Functions

Types and Values

RYGEL_TYPE_RELATIONAL_EXPRESSION

#define RYGEL_TYPE_RELATIONAL_EXPRESSION (rygel_relational_expression_get_type ())

The type for RygelRelationalExpression.


struct 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

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.

Members