Skip to content

Commit 21cb836

Browse files
committed
bge: wdgt: add inline GskPath construction support
1 parent 21cb5d4 commit 21cb836

4 files changed

Lines changed: 923 additions & 1 deletion

File tree

bge/bge-marshalers.list

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ DOUBLE:DOUBLE,DOUBLE,DOUBLE,DOUBLE,DOUBLE
3939
BOXED:DOUBLE,DOUBLE
4040
BOXED:DOUBLE,DOUBLE,DOUBLE
4141
BOXED:DOUBLE,DOUBLE,DOUBLE,DOUBLE
42+
BOXED:DOUBLE,ENUM,ENUM,DOUBLE
4243

4344
INT:DOUBLE
4445
OBJECT:DOUBLE

bge/wdgt/bge-wdgt-spec-private.h

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,15 @@ bge_wdgt_spec_add_transform_source_value (BgeWdgtSpec *self,
7272
guint n_args,
7373
GError **error);
7474

75+
gboolean
76+
bge_wdgt_spec_add_path_source_value (BgeWdgtSpec *self,
77+
const char *name,
78+
const char *const *instructions,
79+
const char *const *const *argss,
80+
const guint *n_argss,
81+
guint n_args,
82+
GError **error);
83+
7584
gboolean
7685
bge_wdgt_spec_add_instance_source_value (BgeWdgtSpec *self,
7786
const char *name,

0 commit comments

Comments
 (0)