X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgvariant-internal.h;h=6bf19ad028ae86d0bbb19a59f1afc22c7c5dfa0f;hb=49a5d0f6f2aed99cd78f25655f137f4448e47d92;hp=8d4a577cb5a7cb29ac36329cf8dca89b01589c82;hpb=75d2c1823c56f01db1b2e97bd9287fd70fdcd84d;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gvariant-internal.h b/glib/gvariant-internal.h index 8d4a577..6bf19ad 100644 --- a/glib/gvariant-internal.h +++ b/glib/gvariant-internal.h @@ -13,9 +13,7 @@ * 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 . * * Author: Ryan Lortie */ @@ -39,10 +37,12 @@ #undef __GLIB_H_INSIDE__ +GLIB_AVAILABLE_IN_ALL gboolean g_variant_format_string_scan (const gchar *string, const gchar *limit, const gchar **endptr); +GLIB_AVAILABLE_IN_ALL GVariantType * g_variant_format_string_scan_type (const gchar *string, const gchar *limit, const gchar **endptr);