]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcssselectorprivate.h
Change FSF Address
[~andy/gtk] / gtk / gtkcssselectorprivate.h
index 5a158824d81eacff2c44c429ba73a9fc537e9888..860138132c2dbd01c4f764207c43cead2033dd58 100644 (file)
@@ -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 <http://www.gnu.org/licenses/>.
  */
 
 #ifndef __GTK_CSS_SELECTOR_PRIVATE_H__
@@ -48,8 +46,8 @@ void              _gtk_css_selector_print           (const GtkCssSelector   *sel
 GtkStateFlags     _gtk_css_selector_get_state_flags (GtkCssSelector         *selector);
 
 gboolean          _gtk_css_selector_matches         (const GtkCssSelector   *selector,
-                                                     /* const */ GtkWidgetPath *path,
-                                                     guint                   length);
+                                                     const GtkWidgetPath    *path,
+                                                     GtkStateFlags           state);
 int               _gtk_css_selector_compare         (const GtkCssSelector   *a,
                                                      const GtkCssSelector   *b);