ev-link

ev-link

Functions

Properties

EvLinkAction * action Read / Write / Construct Only
char * title Read / Write / Construct Only

Types and Values

Object Hierarchy

    GObject
    ╰── EvLink

Description

Functions

ev_link_new ()

EvLink *
ev_link_new (const gchar *title,
             EvLinkAction *action);

ev_link_get_title ()

const gchar *
ev_link_get_title (EvLink *self);

ev_link_get_action ()

EvLinkAction *
ev_link_get_action (EvLink *self);

Parameters

self

an EvLink

 

Returns

an EvLinkAction.

[transfer none]

Types and Values

EvLink

typedef struct _EvLink EvLink;

EvLinkClass

typedef struct _EvLinkClass EvLinkClass;

Property Details

The “action” property

  “action”                   EvLinkAction *

The link action.

Owner: EvLink

Flags: Read / Write / Construct Only


The “title” property

  “title”                    char *

The link title.

Owner: EvLink

Flags: Read / Write / Construct Only

Default value: NULL