Initial Import
[profile/ivi/clutter-toys.git] / attic / aaina / libnflick / nflick-photo-search-response-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 NFlickApiResponse*       ParentClass = NULL;
25
26 struct                          _NFlickPhotoSearchResponsePrivate
27 {
28         GList *PhotoSets;
29 };
30
31 enum 
32 {
33         ARG_0,
34 };
35
36 static void                     nflick_photo_search_response_class_init (NFlickPhotoSearchResponseClass *klass);
37
38 static void                     nflick_photo_search_response_init (NFlickPhotoSearchResponse *self);
39
40 static gboolean                 private_init (NFlickPhotoSearchResponse *self, NFlickPhotoSearchResponsePrivate *private);
41
42 static void                     private_dispose (NFlickPhotoSearchResponsePrivate *private);
43
44 static void                     nflick_photo_search_response_dispose (NFlickPhotoSearchResponse *self);
45
46 static void                     nflick_photo_search_response_finalize (NFlickPhotoSearchResponse *self);
47
48 static void                     parse_func (NFlickPhotoSearchResponse *self, xmlDoc *doc, xmlNode *children, gboolean *result, gboolean *parse_error);
49
50 static void                     nflick_photo_search_response_get_property (NFlickPhotoSearchResponse *self, guint propid, 
51                                                                         GValue *value, GParamSpec *pspec);