![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Include dependency graph for glib_utils.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Macros | |
| #define | g_list_is_singleton(list) ((list) && (!(list)->next)) |
Functions | |
| static gboolean | g_list_shorter_than (const GList *list, unsigned len) |
| static GList * | g_list_next_bounded (GList *list) |
| static const GList * | g_list_next_wraparound (const GList *list, const GList *head) |
| static const GList * | g_list_prev_wraparound (const GList *list) |
| static gchar * | dt_string_replace (const char *string, const char *to_replace) |
| #define g_list_is_singleton | ( | list | ) | ((list) && (!(list)->next)) |
Definition at line 33 of file glib_utils.h.
Definition at line 64 of file glib_utils.h.
References IS_NULL_PTR, and L.
Referenced by _collect_item_string(), _dt_dev_raster_mask_check(), delete_underscore(), and dt_dev_get_raster_mask().
Definition at line 47 of file glib_utils.h.
References L.
Referenced by _brush_get_position_in_segment(), and _polygon_get_position_in_segment().
Definition at line 52 of file glib_utils.h.
References L.
Referenced by _add_node_to_segment(), _add_node_to_segment(), _brush_events_mouse_moved(), _polygon_events_mouse_moved(), _polygon_form_gravity_center(), _polygon_get_pts_border(), and _polygon_is_clockwise().
Definition at line 57 of file glib_utils.h.
References L.
Definition at line 34 of file glib_utils.h.
References FALSE, L, and TRUE.
Referenced by _brush_init_ctrl_points(), _masks_remove_or_delete_finish(), _masks_remove_shape(), _polygon_creation_closing_form(), _polygon_events_mouse_moved(), _polygon_form_gravity_center(), _polygon_is_clockwise(), _polygon_populate_context_menu(), dt_gpx_get_location(), dt_ioppr_merge_module_multi_instance_iop_order_list(), dt_masks_gui_remove(), and dt_ratings_apply_on_image().