~ubuntu-branches/ubuntu/quantal/gecko-mediaplayer/quantal

« back to all changes in this revision

Viewing changes to src/libgmlib/gm_parse.h

  • Committer: Bazaar Package Importer
  • Author(s): Julien Lavergne
  • Date: 2011-07-17 22:24:37 UTC
  • mfrom: (1.1.18 upstream)
  • Revision ID: james.westby@ubuntu.com-20110717222437-f0skmzay316o4rve
Tags: 1.0.4-0ubuntu1
* New upstream release.
* debian/patches:
 - 90_svn420_fix_null.patch: Remove, merged upstream.
 - 91_svn421_disable_npp_initialize.patch: Remove, merged upstream.
 - dont_use_libxul.patch: Remove, fixed upstream.
 - autotools.patch: Remove, not needed now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
extern "C" {
36
36
#endif
37
37
 
38
 
gboolean gm_parse_asx_is_asx(const gchar *uri);
39
 
void gm_parse_asx(const gchar *content, GFunc callback, gpointer user_data);
40
 
        
 
38
    gboolean gm_parse_asx_is_asx(const gchar * uri);
 
39
    void gm_parse_asx(const gchar * content, GFunc callback, gpointer user_data);
 
40
 
41
41
#ifdef __cplusplus
42
42
}
43
43
#endif
44