Deprecate Destination folder and Transfer completed

This commit is contained in:
Christian Dywan 2010-12-10 21:12:39 +01:00
parent aadfd1e289
commit 2bb67fa9c5

View file

@ -681,6 +681,8 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
* Note: Only since 0.2.0 is this value actually used. * Note: Only since 0.2.0 is this value actually used.
* *
* Since: 0.1.7 * Since: 0.1.7
*
* Deprecated: 0.3.0
*/ */
g_object_class_install_property (gobject_class, g_object_class_install_property (gobject_class,
PROP_ASK_FOR_DESTINATION_FOLDER, PROP_ASK_FOR_DESTINATION_FOLDER,
@ -701,6 +703,8 @@ midori_web_settings_class_init (MidoriWebSettingsClass* class)
* Whether to show a notification when a transfer has been completed. * Whether to show a notification when a transfer has been completed.
* *
* Since: 0.1.7 * Since: 0.1.7
*
* Deprecated: 0.3.0
*/ */
g_object_class_install_property (gobject_class, g_object_class_install_property (gobject_class,
PROP_NOTIFY_TRANSFER_COMPLETED, PROP_NOTIFY_TRANSFER_COMPLETED,