SM0 She11
Path:
/
/
usr
/
include
/
glib-2.0
/
glib
Full Path (server): /usr/include/glib-2.0/glib
Create Fil3
Upl04d Fil3
π deprecated
Open
[D]
[R]
π galloca.h
[E]
[D]
[R]
π garray.h
[E]
[D]
[R]
π gasyncqueue.h
[E]
[D]
[R]
π gatomic.h
[E]
[D]
[R]
π gbacktrace.h
[E]
[D]
[R]
π gbase64.h
[E]
[D]
[R]
π gbitlock.h
[E]
[D]
[R]
π gbookmarkfile.h
[E]
[D]
[R]
π gbytes.h
[E]
[D]
[R]
π gcharset.h
[E]
[D]
[R]
π gchecksum.h
[E]
[D]
[R]
π gconvert.h
[E]
[D]
[R]
π gdataset.h
[E]
[D]
[R]
π gdate.h
[E]
[D]
[R]
π gdatetime.h
[E]
[D]
[R]
π gdir.h
[E]
[D]
[R]
π genviron.h
[E]
[D]
[R]
π gerror.h
[E]
[D]
[R]
π gfileutils.h
[E]
[D]
[R]
π ggettext.h
[E]
[D]
[R]
π ghash.h
[E]
[D]
[R]
π ghmac.h
[E]
[D]
[R]
π ghook.h
[E]
[D]
[R]
π ghostutils.h
[E]
[D]
[R]
π gi18n-lib.h
[E]
[D]
[R]
π gi18n.h
[E]
[D]
[R]
π giochannel.h
[E]
[D]
[R]
π gkeyfile.h
[E]
[D]
[R]
π glib-autocleanups.h
[E]
[D]
[R]
π glist.h
[E]
[D]
[R]
π gmacros.h
[E]
[D]
[R]
π gmain.h
[E]
[D]
[R]
π gmappedfile.h
[E]
[D]
[R]
π gmarkup.h
[E]
[D]
[R]
π gmem.h
[E]
[D]
[R]
π gmessages.h
[E]
[D]
[R]
π gnode.h
[E]
[D]
[R]
π goption.h
[E]
[D]
[R]
π gpattern.h
[E]
[D]
[R]
π gpoll.h
[E]
[D]
[R]
π gprimes.h
[E]
[D]
[R]
π gprintf.h
[E]
[D]
[R]
π gqsort.h
[E]
[D]
[R]
π gquark.h
[E]
[D]
[R]
π gqueue.h
[E]
[D]
[R]
π grand.h
[E]
[D]
[R]
π gregex.h
[E]
[D]
[R]
π gscanner.h
[E]
[D]
[R]
π gsequence.h
[E]
[D]
[R]
π gshell.h
[E]
[D]
[R]
π gslice.h
[E]
[D]
[R]
π gslist.h
[E]
[D]
[R]
π gspawn.h
[E]
[D]
[R]
π gstdio.h
[E]
[D]
[R]
π gstrfuncs.h
[E]
[D]
[R]
π gstring.h
[E]
[D]
[R]
π gstringchunk.h
[E]
[D]
[R]
π gtestutils.h
[E]
[D]
[R]
π gthread.h
[E]
[D]
[R]
π gthreadpool.h
[E]
[D]
[R]
π gtimer.h
[E]
[D]
[R]
π gtimezone.h
[E]
[D]
[R]
π gtrashstack.h
[E]
[D]
[R]
π gtree.h
[E]
[D]
[R]
π gtypes.h
[E]
[D]
[R]
π gunicode.h
[E]
[D]
[R]
π gurifuncs.h
[E]
[D]
[R]
π gutils.h
[E]
[D]
[R]
π guuid.h
[E]
[D]
[R]
π gvariant.h
[E]
[D]
[R]
π gvarianttype.h
[E]
[D]
[R]
π gversion.h
[E]
[D]
[R]
π gversionmacros.h
[E]
[D]
[R]
π gwin32.h
[E]
[D]
[R]
Editing: guuid.h
/* guuid.h - UUID functions * * Copyright (C) 2013-2015, 2017 Red Hat, Inc. * * This library is free software; you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation; either version 2.1 of the * licence, or (at your option) any later version. * * This 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 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., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 * USA. * * Authors: Marc-AndrΓ© Lureau <marcandre.lureau@redhat.com> */ #ifndef __G_UUID_H__ #define __G_UUID_H__ #if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) #error "Only <glib.h> can be included directly." #endif #include <glib/gtypes.h> G_BEGIN_DECLS GLIB_AVAILABLE_IN_2_52 gboolean g_uuid_string_is_valid (const gchar *str); GLIB_AVAILABLE_IN_2_52 gchar * g_uuid_string_random (void); G_END_DECLS #endif /* __G_UUID_H__ */
Save