~ubuntu-branches/ubuntu/raring/grilo/raring-proposed

« back to all changes in this revision

Viewing changes to src/grl-source.h

  • Committer: Package Import Robot
  • Author(s): Alberto Garcia
  • Date: 2012-11-12 18:12:56 UTC
  • mfrom: (1.1.7)
  • Revision ID: package-import@ubuntu.com-20121112181256-2ee4rg7dbkh03a65
Tags: 0.2.3-1
* New upstream version.
* debian/rules: new API, bump package version in dh_makeshlibs.
* debian/rules: configure with --disable-debug, otherwise it's enabled
  by default.
* Drop all lintian-overrides files, there are no longer hardening
  warnings.

Show diffs side-by-side

added added

removed removed

Lines of Context:
179
179
 * GrlSourceStoreCb:
180
180
 * @source: a source
181
181
 * @media: (transfer full): a #GrlMedia transfer object
182
 
 * @failed_keys: (element-type GrlKeyID) (transfer container): #GList of
 
182
 * @failed_keys: (element-type GrlKeyID) (transfer none): #GList of
183
183
 * keys that could not be updated, if any
184
184
 * @user_data: user data
185
185
 * @error: (type uint): possible #GError generated
628
628
 
629
629
gint grl_source_get_rank (GrlSource *source);
630
630
 
 
631
GrlMediaType grl_source_get_supported_media (GrlSource *source);
 
632
 
631
633
G_END_DECLS
632
634
 
633
635
#endif /* _GRL_SOURCE_H_ */