]> Pileus Git - ~andy/gtk/blobdiff - gtk/gtkcsscustompropertyprivate.h
GtkLabelAccessible: Sanity check _get_text() input values
[~andy/gtk] / gtk / gtkcsscustompropertyprivate.h
index 483dd6da0d8250f35894514d1350bace9085b4c4..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>
  */
@@ -38,6 +37,9 @@ typedef struct _GtkCssCustomPropertyClass      GtkCssCustomPropertyClass;
 struct _GtkCssCustomProperty
 {
   GtkCssStyleProperty parent;
+
+  GParamSpec *pspec;
+  GtkStylePropertyParser property_parse_func;
 };
 
 struct _GtkCssCustomPropertyClass