~ubuntu-branches/ubuntu/dapper/lasso/dapper

« back to all changes in this revision

Viewing changes to lasso/xml/dst_query_item.h

  • Committer: Bazaar Package Importer
  • Author(s): Loic Pefferkorn
  • Date: 2005-11-25 19:20:59 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051125192059-m4894lhpynmkrmwr
Tags: 0.6.3-4ubuntu1
Resynchronise with Debian.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $Id: dst_query_item.h,v 1.7 2005/01/22 15:57:55 eraviart Exp $ 
 
1
/* $Id: dst_query_item.h,v 1.8 2005/08/12 15:02:54 fpeters Exp $ 
2
2
 *
3
3
 * Lasso - A free implementation of the Liberty Alliance specifications.
4
4
 *
62
62
};
63
63
 
64
64
LASSO_EXPORT GType lasso_dst_query_item_get_type(void);
65
 
LASSO_EXPORT LassoDstQueryItem* lasso_dst_query_item_new(const char *select);
 
65
LASSO_EXPORT LassoDstQueryItem* lasso_dst_query_item_new(const char *select, const char *item_id);
66
66
 
67
67
#ifdef __cplusplus
68
68
}