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

« back to all changes in this revision

Viewing changes to src/libgmlib/gm_strfuncs.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:
28
28
extern "C" {
29
29
#endif
30
30
 
31
 
void gm_str_strip_unicode(gchar * data, gsize len);
32
 
void gm_str_replace_amp(gchar * data);
33
 
void gm_str_unreplace_amp(gchar * data);        
34
 
gint gm_str_hms_in_seconds(gchar *timestr);
35
 
        
 
31
    void gm_str_strip_unicode(gchar * data, gsize len);
 
32
    void gm_str_replace_amp(gchar * data);
 
33
    void gm_str_unreplace_amp(gchar * data);
 
34
    gint gm_str_hms_in_seconds(gchar * timestr);
 
35
 
36
36
#ifdef __cplusplus
37
37
}
38
38
#endif