/usr/include/ufo-0/ufo/ufo-enums.h is in libufo-dev 0.15.1-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | /* Generated data (by glib-mkenums) */
/*
* Copyright (C) 2011-2013 Karlsruhe Institute of Technology
*
* This file is part of Ufo.
*
* This library is free software: you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation, either
* version 3 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* 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, see <http://www.gnu.org/licenses/>.
*/
#ifndef UFO_ENUMS_H
#define UFO_ENUMS_H
#include <glib-object.h>
G_BEGIN_DECLS
/* enumerations from "ufo-base-scheduler.h" */
GType ufo_base_scheduler_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_BASE_SCHEDULER_ERROR (ufo_base_scheduler_error_get_type ())
/* enumerations from "ufo-buffer.h" */
GType ufo_buffer_depth_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_BUFFER_DEPTH (ufo_buffer_depth_get_type ())
GType ufo_buffer_location_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_BUFFER_LOCATION (ufo_buffer_location_get_type ())
/* enumerations from "ufo-fixed-scheduler.h" */
GType ufo_fixed_scheduler_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_FIXED_SCHEDULER_ERROR (ufo_fixed_scheduler_error_get_type ())
/* enumerations from "ufo-gpu-node.h" */
GType ufo_gpu_node_info_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_GPU_NODE_INFO (ufo_gpu_node_info_get_type ())
/* enumerations from "ufo-group.h" */
GType ufo_send_pattern_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_SEND_PATTERN (ufo_send_pattern_get_type ())
/* enumerations from "ufo-group-scheduler.h" */
GType ufo_group_scheduler_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_GROUP_SCHEDULER_ERROR (ufo_group_scheduler_error_get_type ())
/* enumerations from "ufo-local-scheduler.h" */
GType ufo_local_scheduler_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_LOCAL_SCHEDULER_ERROR (ufo_local_scheduler_error_get_type ())
/* enumerations from "ufo-messenger-iface.h" */
GType ufo_message_type_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_MESSAGE_TYPE (ufo_message_type_get_type ())
GType ufo_messenger_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_MESSENGER_ERROR (ufo_messenger_error_get_type ())
GType ufo_messenger_role_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_MESSENGER_ROLE (ufo_messenger_role_get_type ())
/* enumerations from "ufo-plugin-manager.h" */
GType ufo_plugin_manager_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_PLUGIN_MANAGER_ERROR (ufo_plugin_manager_error_get_type ())
/* enumerations from "ufo-profiler.h" */
GType ufo_trace_event_type_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_TRACE_EVENT_TYPE (ufo_trace_event_type_get_type ())
GType ufo_profiler_timer_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_PROFILER_TIMER (ufo_profiler_timer_get_type ())
/* enumerations from "ufo-remote-node.h" */
GType ufo_remote_mode_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_REMOTE_MODE (ufo_remote_mode_get_type ())
/* enumerations from "ufo-resources.h" */
GType ufo_resources_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_RESOURCES_ERROR (ufo_resources_error_get_type ())
GType ufo_device_type_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_DEVICE_TYPE (ufo_device_type_get_type ())
/* enumerations from "ufo-scheduler.h" */
GType ufo_scheduler_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_SCHEDULER_ERROR (ufo_scheduler_error_get_type ())
/* enumerations from "ufo-task-iface.h" */
GType ufo_task_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_TASK_ERROR (ufo_task_error_get_type ())
GType ufo_task_mode_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_TASK_MODE (ufo_task_mode_get_type ())
/* enumerations from "ufo-task-graph.h" */
GType ufo_task_graph_error_get_type (void) G_GNUC_CONST;
#define UFO_TYPE_TASK_GRAPH_ERROR (ufo_task_graph_error_get_type ())
G_END_DECLS
#endif /* !UFO_ENUMS_H */
/* Generated data ends here */
|