|
libgnomevfsmm
2.26.0
|
This class is passed to a Async2::Handle::SlotFindDirectory by Async2::Handle::find_directory() and contains the information associated with a single Gnome::Vfs::Uri matching the specified find request. More...
#include <async-handle-2.h>
Public Member Functions | |
| FindDirectoryResult () | |
| FindDirectoryResult (GnomeVFSFindDirectoryResult *castitem, bool make_a_copy=false) | |
| FindDirectoryResult (const FindDirectoryResult &src) | |
| FindDirectoryResult & | operator= (const FindDirectoryResult &src) |
| ~FindDirectoryResult () | |
| GnomeVFSFindDirectoryResult * | gobj () |
| const GnomeVFSFindDirectoryResult * | gobj () const |
| GnomeVFSFindDirectoryResult * | gobj_copy () const |
| Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs. | |
Protected Attributes | |
| GnomeVFSFindDirectoryResult * | gobject_ |
Related Functions | |
(Note that these are not member functions.) | |
| Gnome::Vfs::FindDirectoryResult | wrap (GnomeVFSFindDirectoryResult *object, bool take_copy=false) |
| A Glib::wrap() method for this object. | |
This class is passed to a Async2::Handle::SlotFindDirectory by Async2::Handle::find_directory() and contains the information associated with a single Gnome::Vfs::Uri matching the specified find request.
| Gnome::Vfs::FindDirectoryResult::FindDirectoryResult | ( | GnomeVFSFindDirectoryResult * | castitem, |
| bool | make_a_copy = false |
||
| ) | [explicit] |
| GnomeVFSFindDirectoryResult* Gnome::Vfs::FindDirectoryResult::gobj | ( | ) | [inline] |
References gobject_.
| const GnomeVFSFindDirectoryResult* Gnome::Vfs::FindDirectoryResult::gobj | ( | ) | const [inline] |
References gobject_.
| GnomeVFSFindDirectoryResult* Gnome::Vfs::FindDirectoryResult::gobj_copy | ( | ) | const |
Provides access to the underlying C instance. The caller is responsible for freeing it. Use when directly setting fields in structs.
| FindDirectoryResult& Gnome::Vfs::FindDirectoryResult::operator= | ( | const FindDirectoryResult & | src | ) |
| Gnome::Vfs::FindDirectoryResult wrap | ( | GnomeVFSFindDirectoryResult * | object, |
| bool | take_copy = false |
||
| ) | [related] |
A Glib::wrap() method for this object.
| 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. |
GnomeVFSFindDirectoryResult* Gnome::Vfs::FindDirectoryResult::gobject_ [protected] |
Referenced by gobj().
1.7.6.1