libvirt-designer-main

libvirt-designer-main

Functions

Description

Functions

gvir_designer_init ()

void
gvir_designer_init (int *argc,
                    char ***argv);

Parameters

argc

pointer to application's argc.

[inout]

argv

Address of the

argv parameter of main(), or NULL. Any options

understood by GTK+ are stripped before return.

[inout][array length=argc][allow-none][transfer none]

gvir_designer_init_check ()

gboolean
gvir_designer_init_check (int *argc,
                          char ***argv,
                          GError **err);

Parameters

argc

pointer to application's argc.

[inout]

argv

Address of the

argv parameter of main(), or NULL. Any options

understood by GTK+ are stripped before return.

[inout][array length=argc][allow-none][transfer none]

err

pointer to a GError to which a message will be posted on error

 

Types and Values