~ubuntu-branches/ubuntu/lucid/gecko-mediaplayer/lucid-proposed

« back to all changes in this revision

Viewing changes to src/libgmlib/gm_strfuncs.h

  • Committer: Bazaar Package Importer
  • Author(s): Cesare Tirabassi
  • Date: 2009-09-24 13:55:35 UTC
  • mfrom: (0.2.8 upstream)
  • mto: This revision was merged to the branch mainline in revision 18.
  • Revision ID: james.westby@ubuntu.com-20090924135535-99jk1ar22n70h95j
Tags: upstream-0.9.8
ImportĀ upstreamĀ versionĀ 0.9.8

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
void gm_str_strip_unicode(gchar * data, gsize len);
32
32
void gm_str_replace_amp(gchar * data);
33
33
void gm_str_unreplace_amp(gchar * data);        
 
34
gint gm_str_hms_in_seconds(gchar *timestr);
34
35
        
35
36
#ifdef __cplusplus
36
37
}