X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=glib%2Fgunibreak.c;h=8fcd4de3649178fd4469b4343ad85f3a7a5b3b03;hb=4454b815367831a71b1ae00b0182b5b389a78df2;hp=9c129218ce18f544211f825223b2d693c4f44bb7;hpb=a4e38786750d538b334b8a7a7cc9f5a3ff48bc33;p=platform%2Fupstream%2Fglib.git diff --git a/glib/gunibreak.c b/glib/gunibreak.c index 9c12921..8fcd4de 100644 --- a/glib/gunibreak.c +++ b/glib/gunibreak.c @@ -14,17 +14,14 @@ * * You should have received a copy of the GNU Lesser General Public * License along with the Gnome Library; see the file COPYING.LIB. If not, - * write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * see . */ #include "config.h" #include -#include "glib.h" #include "gunibreak.h" -#include "galias.h" #define TPROP_PART1(Page, Char) \ ((break_property_table_part1[Page] >= G_UNICODE_MAX_TABLE_INDEX) \ @@ -54,13 +51,10 @@ * resolution algorithms and normally you would use a function such * as pango_break() instead of caring about break types yourself. * - * Return value: the break type of @c + * Returns: the break type of @c **/ GUnicodeBreakType g_unichar_break_type (gunichar c) { return PROP (c); } - -#define __G_UNIBREAK_C__ -#include "galiasdef.c"