MidgardQueryProperty

MidgardQueryProperty

Synopsis

struct              MidgardQueryProperty;
struct              MidgardQueryPropertyClass;
MidgardQueryProperty * midgard_query_property_new       (const gchar *property,
                                                         MidgardQueryStorage *storage);

Object Hierarchy

  GObject
   +----MidgardQueryProperty

Implemented Interfaces

MidgardQueryProperty implements MidgardQueryHolder and MidgardValidable.

Properties

  "property"                 gchar*                : Read / Write
  "storage"                  MidgardQueryStorage*  : Read / Write

Description

Details

struct MidgardQueryProperty

struct MidgardQueryProperty;


struct MidgardQueryPropertyClass

struct MidgardQueryPropertyClass {
	GObjectClass parent;
};


midgard_query_property_new ()

MidgardQueryProperty * midgard_query_property_new       (const gchar *property,
                                                         MidgardQueryStorage *storage);

property :

name of the property

storage :

optional storage for given property. [allow-none]

Returns :

new MidgardQueryProperty instance or NULL on failure

Since 10.05

Property Details

The "property" property

  "property"                 gchar*                : Read / Write

Default value: ""


The "storage" property

  "storage"                  MidgardQueryStorage*  : Read / Write