PlankItemsTransientDockItem

PlankItemsTransientDockItem — A dock item for applications which aren't pinned or doesn't have a matched desktop-files.

Synopsis

#define             PLANK_ITEMS_TYPE_TRANSIENT_DOCK_ITEM
PlankItemsTransientDockItem * plank_items_transient_dock_item_new_with_launcher
                                                        (const gchar *launcher_uri);
PlankItemsTransientDockItem * plank_items_transient_dock_item_new
                                                        (void);
struct              PlankItemsTransientDockItem;
struct              PlankItemsTransientDockItemClass;

Object Hierarchy

  GObject
   +----PlankItemsDockItem
         +----PlankItemsApplicationDockItem
               +----PlankItemsTransientDockItem

Description

Usually this represents a running application while it is possible it is a virtual item added through e.g. libunity-support to show specific application information.

Details

PLANK_ITEMS_TYPE_TRANSIENT_DOCK_ITEM

#define PLANK_ITEMS_TYPE_TRANSIENT_DOCK_ITEM (plank_items_transient_dock_item_get_type ())

The type for PlankItemsTransientDockItem.


plank_items_transient_dock_item_new_with_launcher ()

PlankItemsTransientDockItem * plank_items_transient_dock_item_new_with_launcher
                                                        (const gchar *launcher_uri);

launcher_uri :

 

plank_items_transient_dock_item_new ()

PlankItemsTransientDockItem * plank_items_transient_dock_item_new
                                                        (void);

struct PlankItemsTransientDockItem

struct PlankItemsTransientDockItem;

A dock item for applications which aren't pinned or doesn't have a matched desktop-files.

Usually this represents a running application while it is possible it is a virtual item added through e.g. libunity-support to show specific application information.


struct PlankItemsTransientDockItemClass

struct PlankItemsTransientDockItemClass {
	PlankItemsApplicationDockItemClass parent_class;
};

The class structure for PLANK_ITEMS_TYPE_TRANSIENT_DOCK_ITEM. All the fields in this structure are private and should never be accessed directly.

PlankItemsApplicationDockItemClass parent_class;

the parent class structure