X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgqsort.h;h=904b506177c04d4ef8f475084bad4e794010b91f;hb=904ec5534cdc45d9b90e86a467e97af3b1bdd66d;hp=3a47a584ee6269a7e9bdafd08b123b8b06bea1af;hpb=a4e38786750d538b334b8a7a7cc9f5a3ff48bc33;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gqsort.h b/glib/gqsort.h index 3a47a58..904b506 100644 --- a/glib/gqsort.h +++ b/glib/gqsort.h @@ -12,9 +12,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 . */ /* @@ -24,17 +22,18 @@ * GLib at ftp://ftp.gtk.org/pub/gtk/. */ -#if defined(G_DISABLE_SINGLE_INCLUDES) && !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) -#error "Only can be included directly." -#endif - #ifndef __G_QSORT_H__ #define __G_QSORT_H__ +#if !defined (__GLIB_H_INSIDE__) && !defined (GLIB_COMPILATION) +#error "Only can be included directly." +#endif + #include G_BEGIN_DECLS +GLIB_AVAILABLE_IN_ALL void g_qsort_with_data (gconstpointer pbase, gint total_elems, gsize size,