X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atspi%2Fatspi-matchrule.h;h=0a006d0692476349660773a39ed7d017402d14e2;hb=e36374307644141cf16736a4fc53c09b1f06a1c5;hp=596e8ccc101272ecdc724abb888498cf50cdf5a5;hpb=702d6a97cf7ecae7cd58fe051a2ace197351a3a4;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atspi/atspi-matchrule.h b/atspi/atspi-matchrule.h index 596e8cc..0a006d0 100644 --- a/atspi/atspi-matchrule.h +++ b/atspi/atspi-matchrule.h @@ -4,6 +4,7 @@ * * Copyright 2002 Ximian, Inc. * 2002 Sun Microsystems Inc. + * Copyright 2010, 2011 Novell, Inc. * * * This library is free software; you can redistribute it and/or @@ -31,6 +32,8 @@ #include "atspi-constants.h" #include "atspi-types.h" +G_BEGIN_DECLS + #define ATSPI_TYPE_MATCH_RULE (atspi_match_rule_get_type ()) #define ATSPI_MATCH_RULE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_MATCH_RULE, AtspiMatchRule)) #define ATSPI_MATCH_RULE_CLASS(klass) (G_TYPE_CHECK_CLASS_CAST ((klass), ATSPI_TYPE_MATCH_RULE, AtspiMatchRuleClass)) @@ -72,4 +75,6 @@ atspi_match_rule_new (AtspiStateSet *states, AtspiCollectionMatchType interfacematchtype, gboolean invert); +G_END_DECLS + #endif /* _ATSPI_MATCH_RULE_H_ */