![]() |
![]() |
![]() |
plank Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy | Properties |
PlankItemsDockItemPreferencesPlankItemsDockItemPreferences — Contains preference keys for a dock item. |
#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;
#define PLANK_ITEMS_TYPE_DOCK_ITEM_PREFERENCES (plank_items_dock_item_preferences_get_type ())
The type for PlankItemsDockItemPreferences.
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
);
Get and return the current value of the "launcher" property.
|
the PlankItemsDockItemPreferences instance to query |
Returns : |
the value of the "launcher" property |
void plank_items_dock_item_preferences_set_Launcher (PlankItemsDockItemPreferences *self
,const gchar *value
);
Set the value of the "launcher" property to value
.
|
the PlankItemsDockItemPreferences instance to modify |
|
the new value of the "launcher" property |
struct PlankItemsDockItemPreferences;
Contains preference keys for a dock item.
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 |
the parent class structure |