~mhr3/ubuntu-sdk-tutorials/scope-module

« back to all changes in this revision

Viewing changes to unity-scopes/openclipart/openclipart-parser.h

  • Committer: David Planella
  • Date: 2013-06-25 08:59:54 UTC
  • Revision ID: david.planella@ubuntu.com-20130625085954-n6d16ttyorqbtltf
Updated openclipart tutorial to match that on the scope template

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
#ifndef __OPENCLIPART_RSS_H__
2
 
#define __OPENCLIPART_RSS_H__
 
1
#ifndef __OPENCLIPART_PARSER_H__
 
2
#define __OPENCLIPART_PARSER_H__
3
3
 
4
4
char *get_other_tags_attribute(mrss_tag_t *tag,
5
5
    const char *tag_name, const char *attr_name);
15
15
    gchar *author;
16
16
} result_t;
17
17
 
18
 
#endif
 
18
#endif /* __OPENCLIPART_PARSER_H__ */