PlankItemsDockItemPreferences

PlankItemsDockItemPreferences — Contains preference keys for a dock item.

Synopsis

#define             PLANK_ITEMS_TYPE_DOCK_ITEM_PREFERENCES
PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new_with_launcher
                                                        (const gchar *launcher);
PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new_with_file
                                                        (GFile *file);
PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new_with_filename
                                                        (const gchar *filename);
PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new
                                                        (void);
const gchar *       plank_items_dock_item_preferences_get_Launcher
                                                        (PlankItemsDockItemPreferences *self);
void                plank_items_dock_item_preferences_set_Launcher
                                                        (PlankItemsDockItemPreferences *self,
                                                         const gchar *value);
struct              PlankItemsDockItemPreferences;
struct              PlankItemsDockItemPreferencesClass;

Object Hierarchy

  GObject
   +----PlankServicesPreferences
         +----PlankItemsDockItemPreferences

Properties

  "Launcher"                 gchar*                : Read / Write

Description

Details

PLANK_ITEMS_TYPE_DOCK_ITEM_PREFERENCES

#define PLANK_ITEMS_TYPE_DOCK_ITEM_PREFERENCES (plank_items_dock_item_preferences_get_type ())

The type for PlankItemsDockItemPreferences.


plank_items_dock_item_preferences_new_with_launcher ()

PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new_with_launcher
                                                        (const gchar *launcher);

launcher :

 

plank_items_dock_item_preferences_new_with_file ()

PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new_with_file
                                                        (GFile *file);

file :

 

plank_items_dock_item_preferences_new_with_filename ()

PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new_with_filename
                                                        (const gchar *filename);

filename :

 

plank_items_dock_item_preferences_new ()

PlankItemsDockItemPreferences * plank_items_dock_item_preferences_new
                                                        (void);

plank_items_dock_item_preferences_get_Launcher ()

const gchar *       plank_items_dock_item_preferences_get_Launcher
                                                        (PlankItemsDockItemPreferences *self);

Get and return the current value of the "launcher" property.

self :

the PlankItemsDockItemPreferences instance to query

Returns :

the value of the "launcher" property

plank_items_dock_item_preferences_set_Launcher ()

void                plank_items_dock_item_preferences_set_Launcher
                                                        (PlankItemsDockItemPreferences *self,
                                                         const gchar *value);

Set the value of the "launcher" property to value.

self :

the PlankItemsDockItemPreferences instance to modify

value :

the new value of the "launcher" property

struct PlankItemsDockItemPreferences

struct PlankItemsDockItemPreferences;

Contains preference keys for a dock item.


struct PlankItemsDockItemPreferencesClass

struct PlankItemsDockItemPreferencesClass {
	PlankServicesPreferencesClass parent_class;
};

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

PlankServicesPreferencesClass parent_class;

the parent class structure

Property Details

The "Launcher" property

  "Launcher"                 gchar*                : Read / Write

The uri for this item.

Default value: NULL