CapuchinGPluginAuthor

CapuchinGPluginAuthor

Synopsis

                    CapuchinGPluginAuthor;
CapuchinGPluginAuthor* capuchin_g_plugin_author_new     (const gchar *name,
                                                         const gchar *email);

Object Hierarchy

  GObject
   +----CapuchinGPluginAuthor

Properties

  "email"                    gchar*                : Read / Write
  "name"                     gchar*                : Read / Write

Description

Details

CapuchinGPluginAuthor

typedef struct _CapuchinGPluginAuthor CapuchinGPluginAuthor;


capuchin_g_plugin_author_new ()

CapuchinGPluginAuthor* capuchin_g_plugin_author_new     (const gchar *name,
                                                         const gchar *email);

Create new CapuchinGPluginAuthor object

name :

Author's name

email :

Author's e-mail

Returns :

CapuchinGPluginAuthor object

Property Details

The "email" property

  "email"                    gchar*                : Read / Write

The e-mail of the author.

Default value: NULL


The "name" property

  "name"                     gchar*                : Read / Write

The name of the author.

Default value: NULL