Searched defs:property_id (Results 1 - 2 of 2) sorted by relevance
/inkscape/src/widgets/ |
H A D | ink-comboboxentry-action.cpp | 84 static void ink_comboboxentry_action_set_property (GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument 88 switch(property_id) { 128 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); 133 static void ink_comboboxentry_action_get_property (GObject *object, guint property_id, GValue *value, GParamSpec *pspec) argument 137 switch(property_id) { 177 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec);
|
/inkscape/src/ui/widget/ |
H A D | gimpspinscale.c | 86 guint property_id, 90 guint property_id, 223 guint property_id, 230 switch (property_id) 244 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); 251 guint property_id, 258 switch (property_id) 269 G_OBJECT_WARN_INVALID_PROPERTY_ID (object, property_id, pspec); 222 gimp_spin_scale_set_property(GObject *object, guint property_id, const GValue *value, GParamSpec *pspec) argument 250 gimp_spin_scale_get_property(GObject *object, guint property_id, GValue *value, GParamSpec *pspec) argument
|
Completed in 21 milliseconds