Gio::Credentials Class Reference
TODO. More...
#include <giomm/credentials.h>
List of all members.
Detailed Description
TODO.
- Since glibmm 2.26:
Constructor & Destructor Documentation
virtual Gio::Credentials::~Credentials |
( |
|
) |
[virtual] |
Gio::Credentials::Credentials |
( |
|
) |
[protected] |
Member Function Documentation
const GCredentials* Gio::Credentials::gobj |
( |
|
) |
const [inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GCredentials* Gio::Credentials::gobj |
( |
|
) |
[inline] |
Provides access to the underlying C GObject.
Reimplemented from Glib::ObjectBase.
GCredentials* Gio::Credentials::gobj_copy |
( |
|
) |
|
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
void Gio::Credentials::set_native |
( |
CredentialsType |
native_type, |
|
|
gpointer |
native | |
|
) |
| | |
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.