PlankItemsFileDockItem

PlankItemsFileDockItem — A dock item for files or folders on the dock.

Synopsis

#define             PLANK_ITEMS_TYPE_FILE_DOCK_ITEM
void                plank_items_file_dock_item_launch   (PlankItemsFileDockItem *self);
PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_file
                                                        (GFile *file);
PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_filename
                                                        (const gchar *filename);
PlankItemsFileDockItem * plank_items_file_dock_item_new (void);
struct              PlankItemsFileDockItem;
struct              PlankItemsFileDockItemClass;

Object Hierarchy

  GObject
   +----PlankItemsDockItem
         +----PlankItemsFileDockItem

Description

Folders act like stacks and display the contents of the folder in the popup menu. Files just open the associated file.

Details

PLANK_ITEMS_TYPE_FILE_DOCK_ITEM

#define PLANK_ITEMS_TYPE_FILE_DOCK_ITEM (plank_items_file_dock_item_get_type ())

The type for PlankItemsFileDockItem.


plank_items_file_dock_item_launch ()

void                plank_items_file_dock_item_launch   (PlankItemsFileDockItem *self);

Launches the application associated with this item.

self :

the PlankItemsFileDockItem instance

plank_items_file_dock_item_new_with_dockitem_file ()

PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_file
                                                        (GFile *file);

file :

 

plank_items_file_dock_item_new_with_dockitem_filename ()

PlankItemsFileDockItem * plank_items_file_dock_item_new_with_dockitem_filename
                                                        (const gchar *filename);

filename :

 

plank_items_file_dock_item_new ()

PlankItemsFileDockItem * plank_items_file_dock_item_new (void);

struct PlankItemsFileDockItem

struct PlankItemsFileDockItem;

A dock item for files or folders on the dock.

Folders act like stacks and display the contents of the folder in the popup menu. Files just open the associated file.


struct PlankItemsFileDockItemClass

struct PlankItemsFileDockItemClass {
	PlankItemsDockItemClass parent_class;
};

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

PlankItemsDockItemClass parent_class;

the parent class structure