Synopsis
EvLink;
EvLinkClass;
EvLinkPrivate;
EvLink * ev_link_new (const gchar *title,
EvLinkAction *action);
const gchar * ev_link_get_title (EvLink *self);
EvLinkAction * ev_link_get_action (EvLink *self);
gint ev_link_get_page (EvLink *link);
Object Hierarchy
GObject
+----EvLink
Properties
"action" gpointer : Read / Write / Construct Only
"title" gchar* : Read / Write / Construct Only
Details
EvLink
typedef struct _EvLink EvLink;
EvLinkClass
typedef struct _EvLinkClass EvLinkClass;
EvLinkPrivate
typedef struct _EvLinkPrivate EvLinkPrivate;
ev_link_new ()
EvLink * ev_link_new (const gchar *title,
EvLinkAction *action);
title : |
|
action : |
|
Returns : |
|
ev_link_get_title ()
const gchar * ev_link_get_title (EvLink *self);
ev_link_get_action ()
EvLinkAction * ev_link_get_action (EvLink *self);
ev_link_get_page ()
gint ev_link_get_page (EvLink *link);
Property Details
The "action" property
"action" gpointer : Read / Write / Construct Only
The link action.
The "title" property
"title" gchar* : Read / Write / Construct Only
The link title.
Default value: NULL