![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
PlankItemsTransientDockItemPlankItemsTransientDockItem — A dock item for applications which aren't pinned or doesn't have a matched desktop-files. |
#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;
GObject +----PlankItemsDockItem +----PlankItemsApplicationDockItem +----PlankItemsTransientDockItem
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.
#define PLANK_ITEMS_TYPE_TRANSIENT_DOCK_ITEM (plank_items_transient_dock_item_get_type ())
The type for PlankItemsTransientDockItem.
PlankItemsTransientDockItem * plank_items_transient_dock_item_new_with_launcher
(const gchar *launcher_uri
);
|
PlankItemsTransientDockItem * plank_items_transient_dock_item_new
(void
);
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 { 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 |
the parent class structure |