Home
last modified time | relevance | path

Searched refs:first_property (Results 1 – 25 of 183) sorted by relevance

12345678

/dports/graphics/clutter/clutter-1.26.4/clutter/deprecated/
H A Dclutter-box.c466 pname = first_property; in clutter_box_set_property_valist()
541 const gchar *first_property, in clutter_box_pack() argument
551 if (first_property == NULL || *first_property == '\0') in clutter_box_pack()
554 va_start (var_args, first_property); in clutter_box_pack()
598 if (first_property == NULL || *first_property == '\0') in clutter_box_pack_after()
601 va_start (var_args, first_property); in clutter_box_pack_after()
645 if (first_property == NULL || *first_property == '\0') in clutter_box_pack_before()
648 va_start (var_args, first_property); in clutter_box_pack_before()
678 const gchar *first_property, in clutter_box_pack_at() argument
697 if (first_property == NULL || *first_property == '\0') in clutter_box_pack_at()
[all …]
H A Dclutter-box.h110 const gchar *first_property,
124 const gchar *first_property,
131 const gchar *first_property,
138 const gchar *first_property,
/dports/x11-wm/muffin/muffin-4.8.0/clutter/clutter/deprecated/
H A Dclutter-box.c466 pname = first_property; in clutter_box_set_property_valist()
541 const gchar *first_property, in clutter_box_pack() argument
551 if (first_property == NULL || *first_property == '\0') in clutter_box_pack()
554 va_start (var_args, first_property); in clutter_box_pack()
598 if (first_property == NULL || *first_property == '\0') in clutter_box_pack_after()
601 va_start (var_args, first_property); in clutter_box_pack_after()
645 if (first_property == NULL || *first_property == '\0') in clutter_box_pack_before()
648 va_start (var_args, first_property); in clutter_box_pack_before()
678 const gchar *first_property, in clutter_box_pack_at() argument
697 if (first_property == NULL || *first_property == '\0') in clutter_box_pack_at()
[all …]
H A Dclutter-box.h110 const gchar *first_property,
124 const gchar *first_property,
131 const gchar *first_property,
138 const gchar *first_property,
/dports/devel/vcglib/vcglib-2020.09/wrap/openfbx/src/
H A Dofbx.cpp378 Property* first_property = nullptr; member
402 if (prop->first_property && prop->first_property->value == name) in resolveProperty()
441 if (e.first_property && e.first_property->next) in Object()
574 delete iter->first_property; in deleteElement()
881 root->first_property = nullptr; in tokenizeText()
923 root->first_property = nullptr; in tokenize()
1626 if (!element.first_property in parseLimbNode()
1641 if (!element.first_property in parseMesh()
2083 assert(element.first_property); in parseGeometry()
2325 if (!isLong(local_time->first_property) || !isLong(local_time->first_property->next)) in parseTakes()
[all …]
/dports/devel/cutter/cutter-1.2.6/cutter/
H A Dcut-module-factory.c50 const gchar *first_property, va_list var_args) in cut_module_factory_new_valist() argument
58 factory = cut_module_instantiate(module, first_property, var_args); in cut_module_factory_new_valist()
65 const gchar *first_property, ...) in cut_module_factory_new() argument
75 va_start(var_args, first_property); in cut_module_factory_new()
76 factory = cut_module_instantiate(module, first_property, var_args); in cut_module_factory_new()
H A Dcut-stream.c44 const gchar *first_property, ...) in cut_stream_new() argument
53 va_start(var_args, first_property); in cut_stream_new()
55 first_property, var_args); in cut_stream_new()
H A Dcut-loader-customizer.c49 const gchar *first_property, ...) in cut_loader_customizer_new() argument
58 va_start(var_args, first_property); in cut_loader_customizer_new()
60 first_property, var_args); in cut_loader_customizer_new()
H A Dcut-ui.c63 cut_ui_new (const gchar *name, const gchar *first_property, ...) in cut_ui_new() argument
72 va_start(var_args, first_property); in cut_ui_new()
73 ui = cut_module_instantiate(module, first_property, var_args); in cut_ui_new()
/dports/devel/gnome-builder/gnome-builder-41.3/src/libide/plugins/
H A Dide-extension-util.c197 const gchar *first_property, in collect_parameters() argument
200 const gchar *property = first_property; in collect_parameters()
257 const gchar *first_property, in ide_extension_set_new() argument
263 va_start (args, first_property); in ide_extension_set_new()
264 ret = peas_extension_set_new_valist (engine, type, first_property, args); in ide_extension_set_new()
274 const gchar *first_property, in ide_extension_new() argument
286 va_start (args, first_property); in ide_extension_new()
287 params = collect_parameters (type, first_property, args); in ide_extension_new()
/dports/multimedia/obs-streamfx/obs-StreamFX-0.9.3/source/obs/
H A Dobs-tools.cpp110 struct _hack_obs_property* first_property; member
135 for (_hack_obs_property *el_prev = rprops->first_property, *el_cur = el_prev; el_cur != nullptr; in obs_properties_remove_by_name()
140 bool is_first = (rprops->first_property == el_cur); in obs_properties_remove_by_name()
150 rprops->last = &rprops->first_property; in obs_properties_remove_by_name()
156 rprops->first_property = next; in obs_properties_remove_by_name()
/dports/x11-fm/nautilus/nautilus-41.1/src/animation/
H A Degg-animation.h57 const gchar *first_property,
63 const gchar *first_property,
71 const gchar *first_property,
/dports/graphics/goocanvas3/goocanvas-3.0.0/demo/
H A Ddemo-item.c42 const char *first_property; in goo_demo_item_new() local
54 first_property = va_arg (var_args, char*); in goo_demo_item_new()
55 if (first_property) in goo_demo_item_new()
56 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_demo_item_new()
/dports/graphics/goocanvas/goocanvas-1.0.0/demo/
H A Ddemo-item.c42 const char *first_property; in goo_demo_item_new() local
54 first_property = va_arg (var_args, char*); in goo_demo_item_new()
55 if (first_property) in goo_demo_item_new()
56 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_demo_item_new()
H A Ddemo-large-rect.c44 const char *first_property; in goo_demo_large_rect_new() local
56 first_property = va_arg (var_args, char*); in goo_demo_large_rect_new()
57 if (first_property) in goo_demo_large_rect_new()
58 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_demo_large_rect_new()
/dports/graphics/goocanvas2/goocanvas-2.0.4/demo/
H A Ddemo-item.c42 const char *first_property; in goo_demo_item_new() local
54 first_property = va_arg (var_args, char*); in goo_demo_item_new()
55 if (first_property) in goo_demo_item_new()
56 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_demo_item_new()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/animation/
H A Ddzl-animation.h64 const gchar *first_property,
71 const gchar *first_property,
80 const gchar *first_property,
/dports/graphics/goocanvas3/goocanvas-3.0.0/src/
H A Dgoocanvasellipse.c199 const char *first_property; in goo_canvas_ellipse_new() local
212 first_property = va_arg (var_args, char*); in goo_canvas_ellipse_new()
213 if (first_property) in goo_canvas_ellipse_new()
214 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_canvas_ellipse_new()
529 const char *first_property; in goo_canvas_ellipse_model_new() local
542 first_property = va_arg (var_args, char*); in goo_canvas_ellipse_model_new()
543 if (first_property) in goo_canvas_ellipse_model_new()
544 g_object_set_valist ((GObject*) model, first_property, var_args); in goo_canvas_ellipse_model_new()
H A Dgoocanvaspolyline.c722 const char *first_property; in goo_canvas_polyline_new() local
739 first_property = va_arg (var_args, char*); in goo_canvas_polyline_new()
740 if (first_property) in goo_canvas_polyline_new()
789 const char *first_property; in goo_canvas_polyline_new_line() local
805 first_property = va_arg (var_args, char*); in goo_canvas_polyline_new_line()
806 if (first_property) in goo_canvas_polyline_new_line()
1226 const char *first_property; in goo_canvas_polyline_model_new() local
1243 first_property = va_arg (var_args, char*); in goo_canvas_polyline_model_new()
1244 if (first_property) in goo_canvas_polyline_model_new()
1293 const char *first_property; in goo_canvas_polyline_model_new_line() local
[all …]
/dports/graphics/goocanvas/goocanvas-1.0.0/src/
H A Dgoocanvasellipse.c201 const char *first_property; in goo_canvas_ellipse_new() local
214 first_property = va_arg (var_args, char*); in goo_canvas_ellipse_new()
215 if (first_property) in goo_canvas_ellipse_new()
216 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_canvas_ellipse_new()
533 const char *first_property; in goo_canvas_ellipse_model_new() local
546 first_property = va_arg (var_args, char*); in goo_canvas_ellipse_model_new()
547 if (first_property) in goo_canvas_ellipse_model_new()
548 g_object_set_valist ((GObject*) model, first_property, var_args); in goo_canvas_ellipse_model_new()
H A Dgoocanvasrect.c150 const char *first_property; in goo_canvas_rect_new() local
165 first_property = va_arg (var_args, char*); in goo_canvas_rect_new()
166 if (first_property) in goo_canvas_rect_new()
167 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_canvas_rect_new()
529 const char *first_property; in goo_canvas_rect_model_new() local
544 first_property = va_arg (var_args, char*); in goo_canvas_rect_model_new()
545 if (first_property) in goo_canvas_rect_model_new()
546 g_object_set_valist ((GObject*) model, first_property, var_args); in goo_canvas_rect_model_new()
H A Dgoocanvaspolyline.c685 const char *first_property; in goo_canvas_polyline_new() local
702 first_property = va_arg (var_args, char*); in goo_canvas_polyline_new()
703 if (first_property) in goo_canvas_polyline_new()
754 const char *first_property; in goo_canvas_polyline_new_line() local
770 first_property = va_arg (var_args, char*); in goo_canvas_polyline_new_line()
771 if (first_property) in goo_canvas_polyline_new_line()
1194 const char *first_property; in goo_canvas_polyline_model_new() local
1211 first_property = va_arg (var_args, char*); in goo_canvas_polyline_model_new()
1212 if (first_property) in goo_canvas_polyline_model_new()
1263 const char *first_property; in goo_canvas_polyline_model_new_line() local
[all …]
/dports/graphics/goocanvas2/goocanvas-2.0.4/src/
H A Dgoocanvasellipse.c199 const char *first_property; in goo_canvas_ellipse_new() local
212 first_property = va_arg (var_args, char*); in goo_canvas_ellipse_new()
213 if (first_property) in goo_canvas_ellipse_new()
214 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_canvas_ellipse_new()
529 const char *first_property; in goo_canvas_ellipse_model_new() local
542 first_property = va_arg (var_args, char*); in goo_canvas_ellipse_model_new()
543 if (first_property) in goo_canvas_ellipse_model_new()
544 g_object_set_valist ((GObject*) model, first_property, var_args); in goo_canvas_ellipse_model_new()
H A Dgoocanvasrect.c148 const char *first_property; in goo_canvas_rect_new() local
163 first_property = va_arg (var_args, char*); in goo_canvas_rect_new()
164 if (first_property) in goo_canvas_rect_new()
165 g_object_set_valist ((GObject*) item, first_property, var_args); in goo_canvas_rect_new()
525 const char *first_property; in goo_canvas_rect_model_new() local
540 first_property = va_arg (var_args, char*); in goo_canvas_rect_model_new()
541 if (first_property) in goo_canvas_rect_model_new()
542 g_object_set_valist ((GObject*) model, first_property, var_args); in goo_canvas_rect_model_new()
H A Dgoocanvaspolyline.c722 const char *first_property; in goo_canvas_polyline_new() local
739 first_property = va_arg (var_args, char*); in goo_canvas_polyline_new()
740 if (first_property) in goo_canvas_polyline_new()
789 const char *first_property; in goo_canvas_polyline_new_line() local
805 first_property = va_arg (var_args, char*); in goo_canvas_polyline_new_line()
806 if (first_property) in goo_canvas_polyline_new_line()
1226 const char *first_property; in goo_canvas_polyline_model_new() local
1243 first_property = va_arg (var_args, char*); in goo_canvas_polyline_model_new()
1244 if (first_property) in goo_canvas_polyline_model_new()
1293 const char *first_property; in goo_canvas_polyline_model_new_line() local
[all …]

12345678