gperl.h   gperl.h 
/* /*
* Copyright (C) 2003-2005, 2010 by the gtk2-perl team (see the file AUTHOR * Copyright (C) 2003-2005, 2010, 2013 by the gtk2-perl team (see the file
S for * AUTHORS for the full list)
* the full list)
* *
* This library is free software; you can redistribute it and/or modify it * This library is free software; you can redistribute it and/or modify it
* under the terms of the GNU Library General Public License as published b y * under the terms of the GNU Library General Public License as published b y
* the Free Software Foundation; either version 2.1 of the License, or (at your * the Free Software Foundation; either version 2.1 of the License, or (at your
* option) any later version. * option) any later version.
* *
* This library is distributed in the hope that it will be useful, but WITH OUT * This library is distributed in the hope that it will be useful, but WITH OUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
* FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public * FITNESS FOR A PARTICULAR PURPOSE. See the GNU Library General Public
* License for more details. * License for more details.
skipping to change at line 403 skipping to change at line 403
gboolean gperl_str_eq (const char * a, const char * b); gboolean gperl_str_eq (const char * a, const char * b);
guint gperl_str_hash (gconstpointer key); guint gperl_str_hash (gconstpointer key);
typedef struct { typedef struct {
int argc; int argc;
char **argv; char **argv;
void *priv; void *priv;
} GPerlArgv; } GPerlArgv;
GPerlArgv * gperl_argv_new (); GPerlArgv * gperl_argv_new (void);
void gperl_argv_update (GPerlArgv *pargv); void gperl_argv_update (GPerlArgv *pargv);
void gperl_argv_free (GPerlArgv *pargv); void gperl_argv_free (GPerlArgv *pargv);
char * gperl_format_variable_for_output (SV * sv); char * gperl_format_variable_for_output (SV * sv);
gboolean gperl_sv_is_defined (SV *sv); gboolean gperl_sv_is_defined (SV *sv);
#define gperl_sv_is_ref(sv) \ #define gperl_sv_is_ref(sv) \
(gperl_sv_is_defined (sv) && SvROK (sv)) (gperl_sv_is_defined (sv) && SvROK (sv))
#define gperl_sv_is_array_ref(sv) \ #define gperl_sv_is_array_ref(sv) \
 End of changes. 2 change blocks. 
4 lines changed or deleted 3 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/