[maemo-commits] [maemo-commits] r16448 - projects/haf/trunk/hildon-thumbnail/thumbs
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Tue Oct 21 19:16:22 EEST 2008
- Previous message: [maemo-commits] r16447 - in projects/haf/trunk/hildon-thumbnail: . thumbs
- Next message: [maemo-commits] r16449 - in projects/haf/trunk/gnome-vfs-filechooser-backend: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: pvanhoof
Date: 2008-10-21 19:16:21 +0300 (Tue, 21 Oct 2008)
New Revision: 16448
Modified:
projects/haf/trunk/hildon-thumbnail/thumbs/hildon-albumart-factory.h
Log:
Deprecation notes
Modified: projects/haf/trunk/hildon-thumbnail/thumbs/hildon-albumart-factory.h
===================================================================
--- projects/haf/trunk/hildon-thumbnail/thumbs/hildon-albumart-factory.h 2008-10-21 16:10:25 UTC (rev 16447)
+++ projects/haf/trunk/hildon-thumbnail/thumbs/hildon-albumart-factory.h 2008-10-21 16:16:21 UTC (rev 16448)
@@ -105,6 +105,8 @@
* @error: (null-ok): The error or %NULL if there was none. Freed after callback returns.
*
* Called when the albumart process finishes or there is an error
+ *
+ * Deprecated use hildon_albumart_factory_queue and HildonAlbumartRequestCallback instead
*/
typedef void (*HildonAlbumartFactoryFinishedCallback)(HildonAlbumartFactoryHandle handle,
gpointer user_data, GdkPixbuf *albumart, GError *error);
@@ -123,6 +125,8 @@
*
* Returns: A #HildonAlbumartFactoryHandle if request succeeded or %NULL if there was
* a critical error
+ *
+ * Deprecated use hildon_albumart_factory_queue instead
*/
HildonAlbumartFactoryHandle hildon_albumart_factory_load(
const gchar *artist_or_title, const gchar *album, const gchar *kind,
@@ -164,6 +168,8 @@
* @handle: Handle to cancel
*
* Removes specified albumart request from the queue
+ *
+ * Deprecated use hildon_albumart_request_unqueue instead
*/
void hildon_albumart_factory_cancel(HildonAlbumartFactoryHandle handle);
@@ -179,6 +185,8 @@
* hildon_albumart_factory_wait:
*
* Wait until all albumarting processes have finished
+ *
+ * Deprecated use hildon_albumart_factory_join instead
*/
void hildon_albumart_factory_wait();
- Previous message: [maemo-commits] r16447 - in projects/haf/trunk/hildon-thumbnail: . thumbs
- Next message: [maemo-commits] r16449 - in projects/haf/trunk/gnome-vfs-filechooser-backend: . debian src
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
