Class Index Cross Index Namespace Index

Class Gnome::DesktopEntry


Contained in: Gnome
Derived from: GnomeDesktopEntry
Derived by: none

#include <gtk--/dentry-edit.h>


public function member index:

DesktopEntry(const Gtk::string& name, const Gtk::SArray& exec);
DesktopEntry(const DesktopEntry& source);
DesktopEntry(const Gtk::string& file, int flags = 0, bool unconditional = true);
DesktopEntry(const Gtk::string& file);
Gtk::string get_comment() const;
Gtk::string get_docpath() const;
Gtk::string get_geometry() const;
Gtk::string get_icon() const;
Gtk::string get_location() const;
Gtk::string get_name() const;
Gtk::string get_tryexec() const;
Gtk::string get_type() const;
const GnomeDesktopEntry* gtkobj() const;
GnomeDesktopEntry* gtkobj();
bool has_multiple_args() const;
bool is_kde() const;
bool is_terminal_needed() const;
void launch() const;
void launch_with_args(const Gtk::SArray& args);
void save() const;
void set_comment(const Gtk::string& comment);
void set_docpath(const Gtk::string& docpath);
void set_geometry(const Gtk::string& geometry);
void set_icon(const Gtk::string& icon);
void set_location(const Gtk::string& location);
void set_name(const Gtk::string& name);
void set_terminal_needed(bool terminal);
void set_tryexec(const Gtk::string& tryexec);
void set_type(const Gtk::string& type);
~DesktopEntry();
 

Description:



Function Member Descriptions: