#include <giomm/applicationcommandline.h>
List of all members.
Constructor & Destructor Documentation
virtual Gio::ApplicationCommandLine::~ApplicationCommandLine |
( |
) |
[virtual] |
Gio::ApplicationCommandLine::ApplicationCommandLine |
( |
) |
[protected] |
Member Function Documentation
char** Gio::ApplicationCommandLine::get_arguments |
( |
int & |
argc ) |
const |
int Gio::ApplicationCommandLine::get_exit_status |
( |
) |
const |
const GApplicationCommandLine* Gio::ApplicationCommandLine::gobj |
( |
) |
const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GApplicationCommandLine* Gio::ApplicationCommandLine::gobj |
( |
) |
[inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GApplicationCommandLine* Gio::ApplicationCommandLine::gobj_copy |
( |
) |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
bool Gio::ApplicationCommandLine::is_remote |
( |
) |
const |
void Gio::ApplicationCommandLine::print |
( |
const Glib::ustring& |
message ) |
|
void Gio::ApplicationCommandLine::printerr |
( |
const Glib::ustring& |
message ) |
|
void Gio::ApplicationCommandLine::set_exit_status |
( |
int |
exit_status ) |
|
Friends And Related Function Documentation
A Glib::wrap() method for this object.
- Parameters:
-
object | The C instance. |
take_copy | False if the result should take ownership of the C instance. True if it should take a new copy or ref. |
- Returns:
- A C++ instance that wraps this C instance.