X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgunicodeprivate.h;h=dde5ee5a9e5f8da2c05f452bb7f5733e8e448c32;hb=7e3d32b7053b47ca7feecf185abac96b619770c2;hp=3cf2bb6bfa8ca894357d61e1b9ca11fdfde2937b;hpb=f1024215a4c13971a1778334b5093273f22e53b4;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gunicodeprivate.h b/glib/gunicodeprivate.h index 3cf2bb6..dde5ee5 100644 --- a/glib/gunicodeprivate.h +++ b/glib/gunicodeprivate.h @@ -13,22 +13,19 @@ * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library; if not, see . */ #ifndef __G_UNICODE_PRIVATE_H__ #define __G_UNICODE_PRIVATE_H__ -#include "glib.h" +#include "gtypes.h" G_BEGIN_DECLS -gunichar *_g_utf8_normalize_wc (const gchar *str, - gssize max_len, - GNormalizeMode mode) G_GNUC_INTERNAL; -gint _g_unichar_combining_class (gunichar uc) G_GNUC_INTERNAL; +gunichar *_g_utf8_normalize_wc (const gchar *str, + gssize max_len, + GNormalizeMode mode); G_END_DECLS