Initial Import
[profile/ivi/clutter-toys.git] / attic / fluttr / libnflick / nflick-set-list-worker-private.h
1 /******************************************************************************/
2 /*                                                                            */
3 /* GPL license, Copyright (c) 2005-2006 by:                                   */
4 /*                                                                            */
5 /* Authors:                                                                   */
6 /*      Michael Dominic K. <michaldominik@gmail.com>                          */
7 /*                                                                            */
8 /* This program is free software; you can redistribute it and/or modify it    */
9 /* under the terms of the GNU General Public License as published by the      */
10 /* Free Software Foundation; either version 2, or (at your option) any later  */
11 /* version.                                                                   */
12 /*                                                                            */
13 /* This program is distributed in the hope that it will be useful, but        */
14 /* WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY */
15 /* or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License   */
16 /* for more details.                                                          */
17 /*                                                                            */
18 /* You should have received a copy of the GNU General Public License along    */
19 /* with this program; if not, write to the Free Software Foundation, Inc., 59 */
20 /* Temple Place - Suite 330, Boston, MA 02111-1307, USA.                      */
21 /*                                                                            */
22 /******************************************************************************/
23
24 static NFlickWorkerClass*       ParentClass = NULL;
25
26 struct                          _NFlickSetListWorkerPrivate
27 {
28         gchar *UserNsid;
29         gchar *Token;
30         GList *PhotoSets;
31 };
32
33 enum 
34 {
35         ARG_0,
36 };
37
38 static void                     nflick_set_list_worker_class_init (NFlickSetListWorkerClass *klass);
39
40 static void                     nflick_set_list_worker_init (NFlickSetListWorker *self);
41
42 static gboolean                 private_init (NFlickSetListWorker *self, NFlickSetListWorkerPrivate *priv);
43
44 static void                     private_dispose (NFlickSetListWorkerPrivate *priv);
45
46 static void                     nflick_set_list_worker_dispose (NFlickSetListWorker *self);
47
48 static void                     nflick_set_list_worker_finalize (NFlickSetListWorker *self);
49
50 static NFlickWorkerStatus       thread_func (NFlickSetListWorker *self);
51
52 static void                     nflick_set_list_worker_get_property (NFlickSetListWorker *self, guint propid, 
53                                                                      GValue *value, GParamSpec *pspec);
54