]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcsscustompropertyprivate.h
Rename property to be more neutral
[~andy/gtk] / gtk / gtkcsscustompropertyprivate.h
index e4eb364de1fd163aae2cf5c0c419eeeada9bc63e..ed3ad08686b5abcf46b4d472636eab76710ad94d 100644 (file)
@@ -12,8 +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., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ * License along with this library. If not, see <http://www.gnu.org/licenses/>.
  *
  * Authors: Benjamin Otte <otte@gnome.org>
  */
@@ -39,6 +38,7 @@ struct _GtkCssCustomProperty
 {
   GtkCssStyleProperty parent;
 
+  GParamSpec *pspec;
   GtkStylePropertyParser property_parse_func;
 };