| Top |
EphyLocationAction; constchar * ephy_location_action_get_address (EphyLocationAction *action);void ephy_location_action_set_address (EphyLocationAction *action,const);char *address
"address"gchar * : Read / Write "editable"gboolean : Read / Write "icon"GdkPixbuf * : Read / Write "lock-stock-id"gchar * : Read / Write "lock-tooltip"gchar * : Read / Write "secure"gboolean : Read / Write "show-lock"gboolean : Read / Write "window"GObject * : Write / Construct Only
constchar * ephy_location_action_get_address (EphyLocationAction *action);
Retrieves the currently loaded address.
|
an EphyLocationAction |
Returns : |
the current address |
void ephy_location_action_set_address (EphyLocationAction *action,const);char *address
Sets address as the address of action.
|
an EphyLocationAction |
|
new address |
"address" property"address"gchar * : Read / Write
The address of the current location.
Default value: ""
"editable" property"editable"gboolean : Read / Write
Whether the location bar entry can be edited.
Default value: TRUE
"icon" property"icon"GdkPixbuf * : Read / Write
The icon corresponding to the current location.
"lock-stock-id" property"lock-stock-id"gchar * : Read / Write
Stock id of the security icon.
Default value: NULL
"lock-tooltip" property"lock-tooltip"gchar * : Read / Write
Tooltip for the security icon.
Default value: NULL
"secure" property"secure"gboolean : Read / Write
Whether the current page is loaded over a secure connection.
Default value: FALSE
"show-lock" property"show-lock"gboolean : Read / Write
If we should show the security icon.
Default value: FALSE
"lock-clicked" signalvoid user_function (EphyLocationAction *action,gpointer user_data) : Run First
Emitted when the user clicks on the security icon of the internal EphyLocationEntry.
|
the object which received the signal. |
|
user data set when the signal handler was connected. |