Gio::AppLaunchContext Class Reference
This is used to handle, for instance, startup notification and launching of the new application on the same screen as the launching window. More...
Inheritance diagram for Gio::AppLaunchContext:

Public Member Functions | |
virtual | ~AppLaunchContext () |
GAppLaunchContext* | gobj () |
Provides access to the underlying C GObject. | |
const GAppLaunchContext* | gobj () const |
Provides access to the underlying C GObject. | |
GAppLaunchContext* | gobj_copy () |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs. | |
std::string | get_display (const Glib::RefPtr<AppInfo>& info, const Glib::ListHandle<std::string>& files) |
Gets the display string for the display. | |
std::string | get_startup_notify_id (const Glib::RefPtr<AppInfo>& info, const Glib::ListHandle<std::string>& files) |
Initiates startup notification for the applicaiont and returns the DESKTOP_STARTUP_ID for the launched operation, if supported. | |
void | launch_failed (const std::string& startup_notify_id) |
Called when an application has failed to launch, so that it can cancel the application startup notification started in g_app_launch_context_get_startup_notify_id(). | |
Static Public Member Functions | |
static Glib::RefPtr <AppLaunchContext> | create () |
Protected Member Functions | |
AppLaunchContext () | |
Related Functions | |
(Note that these are not member functions.) | |
Glib::RefPtr <Gio::AppLaunchContext> | wrap (GAppLaunchContext* object, bool take_copy=false) |
A Glib::wrap() method for this object. |
Detailed Description
This is used to handle, for instance, startup notification and launching of the new application on the same screen as the launching window.See also AppInfo.
Constructor & Destructor Documentation
virtual Gio::AppLaunchContext::~AppLaunchContext | ( | ) | [virtual] |
Gio::AppLaunchContext::AppLaunchContext | ( | ) | [protected] |
Member Function Documentation
GAppLaunchContext* Gio::AppLaunchContext::gobj | ( | ) | [inline] |
const GAppLaunchContext* Gio::AppLaunchContext::gobj | ( | ) | const [inline] |
GAppLaunchContext* Gio::AppLaunchContext::gobj_copy | ( | ) |
Provides access to the underlying C instance. The caller is responsible for unrefing it. Use when directly setting fields in structs.
static Glib::RefPtr<AppLaunchContext> Gio::AppLaunchContext::create | ( | ) | [static] |
std::string Gio::AppLaunchContext::get_display | ( | const Glib::RefPtr<AppInfo>& | info, | |
const Glib::ListHandle<std::string>& | files | |||
) |
Gets the display string for the display.
This is used to ensure new applications are started on the same display as the launching application.
- Parameters:
-
info A AppInfo. files A List of files.
- Returns:
- A display string for the display.
std::string Gio::AppLaunchContext::get_startup_notify_id | ( | const Glib::RefPtr<AppInfo>& | info, | |
const Glib::ListHandle<std::string>& | files | |||
) |
Initiates startup notification for the applicaiont and returns the DESKTOP_STARTUP_ID for the launched operation, if supported.
Startup notification IDs are defined in the FreeDesktop.Org Startup Notifications standard, at
- Parameters:
-
info A AppInfo. files A List of files.
- Returns:
- A startup notification ID for the application, or
0
if not supported.
void Gio::AppLaunchContext::launch_failed | ( | const std::string & | startup_notify_id | ) |
Called when an application has failed to launch, so that it can cancel the application startup notification started in g_app_launch_context_get_startup_notify_id().
- Parameters:
-
startup_notify_id The startup notification id that was returned by g_app_launch_context_get_startup_notify_id().
Friends And Related Function Documentation
Glib::RefPtr<Gio::AppLaunchContext> wrap | ( | GAppLaunchContext * | 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.
The documentation for this class was generated from the following file: