![]() |
![]() |
![]() |
librygel-server Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
RygelLogicalExpressionRygelLogicalExpression — This is a parsed UPnP search expression consisting of two other search expressions joined by a boolean operator such as AND or OR. |
#define RYGEL_TYPE_LOGICAL_EXPRESSION
RygelLogicalExpression * rygel_logical_expression_new (void
);
struct RygelLogicalExpression;
struct RygelLogicalExpressionClass;
enum RygelLogicalOperator;
#define RYGEL_TYPE_LOGICAL_EXPRESSION (rygel_logical_expression_get_type ())
The type for RygelLogicalExpression.
struct RygelLogicalExpression;
This is a parsed UPnP search expression consisting of two other search expressions joined by a boolean operator such as AND or OR.
struct RygelLogicalExpressionClass { RygelSearchExpressionClass parent_class; };
The class structure for RYGEL_TYPE_LOGICAL_EXPRESSION
. All the fields in this structure are private and should never be accessed directly.
RygelSearchExpressionClass |
the parent class structure |