JanaGtkEventStore

JanaGtkEventStore

Functions

Properties

glong offset Read / Write
GObject * view Read / Write

Types and Values

Object Hierarchy

    GObject
    ╰── GtkListStore
        ╰── JanaGtkEventStore

Implemented Interfaces

JanaGtkEventStore implements GtkTreeModel, GtkTreeDragSource, GtkTreeDragDest, GtkTreeSortable and GtkBuildable.

Description

Functions

jana_gtk_event_store_new ()

GtkTreeModel *
jana_gtk_event_store_new (void);

Returns


jana_gtk_event_store_new_full ()

GtkTreeModel *
jana_gtk_event_store_new_full (JanaStoreView *view,
                               glong offset);

Returns


jana_gtk_event_store_set_view ()

void
jana_gtk_event_store_set_view (JanaGtkEventStore *store,
                               JanaStoreView *view);


jana_gtk_event_store_get_view ()

JanaStoreView *
jana_gtk_event_store_get_view (JanaGtkEventStore *store);

Returns


jana_gtk_event_store_get_store ()

JanaStore *
jana_gtk_event_store_get_store (JanaGtkEventStore *store);

Returns


jana_gtk_event_store_set_offset ()

void
jana_gtk_event_store_set_offset (JanaGtkEventStore *self,
                                 glong offset);

Sets the time offset that should be used when splitting events into day instances.

Parameters

self

A JanaGtkEventStore

 

offset

Time offset, in seconds

 

Types and Values

JanaGtkEventStore

typedef struct _JanaGtkEventStore JanaGtkEventStore;

Property Details

The “offset” property

  “offset”                   glong

The time offset to use when instancing events.

Flags: Read / Write

Allowed values: >= -9223372036854775807

Default value: 0


The “view” property

  “view”                     GObject *

The JanaStoreView monitored.

Flags: Read / Write