Gio::Credentials Class Reference

TODO. More...

#include <giomm/credentials.h>

Inheritance diagram for Gio::Credentials:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual ~Credentials ()
GCredentials* gobj ()
 Provides access to the underlying C GObject.
const GCredentials* gobj () const
 Provides access to the underlying C GObject.
GCredentials* gobj_copy ()
 Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
Glib::ustring to_string () const
gpointer get_native (CredentialsType native_type)
void set_native (CredentialsType native_type, gpointer native)
bool is_same_user (const Glib::RefPtr< const Credentials >& other_credentials)

Static Public Member Functions

static Glib::RefPtr< Credentialscreate ()

Protected Member Functions

 Credentials ()

Related Functions

(Note that these are not member functions.)



Glib::RefPtr< Gio::Credentialswrap (GCredentials* object, bool take_copy=false)
 A Glib::wrap() method for this object.

Detailed Description

TODO.

Since glibmm 2.26:

Constructor & Destructor Documentation

virtual Gio::Credentials::~Credentials (  )  [virtual]
Gio::Credentials::Credentials (  )  [protected]

Member Function Documentation

static Glib::RefPtr<Credentials> Gio::Credentials::create (  )  [static]
gpointer Gio::Credentials::get_native ( CredentialsType  native_type  ) 
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.

bool Gio::Credentials::is_same_user ( const Glib::RefPtr< const Credentials >&  other_credentials  ) 
void Gio::Credentials::set_native ( CredentialsType  native_type,
gpointer  native 
)
Glib::ustring Gio::Credentials::to_string (  )  const

Friends And Related Function Documentation

Glib::RefPtr< Gio::Credentials > wrap ( GCredentials *  object,
bool  take_copy = false 
) [related]

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.

Generated on Tue Aug 3 16:50:04 2010 for glibmm by  doxygen 1.6.1