aboutsummaryrefslogblamecommitdiffstats
path: root/lib/ephy-string.h
blob: f2907219f31dfba0234f1f142f37864ce101cf0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16















                                                                              

        








                     
                                                                            
                                                                          
 
                                                                       
 

                                                                            
 
                                                                               
 

                                                                             


           
/*
 *  Copyright (C) 2002 Marco Pesenti Gritti
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2, or (at your option)
 *  any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
 *
 *  $Id$
 */

#ifndef EPHY_STRING_H
#define EPHY_STRING_H

#include <glib.h>

G_BEGIN_DECLS

gboolean     ephy_string_to_int         (const char *string,
                             gulong *integer);

char        *ephy_string_blank_chr          (char *source);

char        *ephy_string_shorten            (const char *str,
                             int target_length);

char        *ephy_string_elide_underscores      (const char *original);

char            *ephy_string_double_underscores         (const char *string);

G_END_DECLS

#endif