lib: graph: add "self" and some "private" APIs
[babeltrace.git] / include / babeltrace / graph / component-source-internal.h
index 37e6d934d5c238b7123c1a5742552b911fdd5a04..08c08296d89a7ad232520715d152f658ecbc5998 100644 (file)
@@ -2,8 +2,6 @@
 #define BABELTRACE_GRAPH_COMPONENT_SOURCE_INTERNAL_H
 
 /*
- * BabelTrace - Source Component internal
- *
  * Copyright 2015 Jérémie Galarneau <jeremie.galarneau@efficios.com>
  *
  * Author: Jérémie Galarneau <jeremie.galarneau@efficios.com>
 #include <babeltrace/graph/component-internal.h>
 #include <babeltrace/graph/component-class-internal.h>
 
-struct bt_value;
-
 struct bt_component_source {
        struct bt_component parent;
 };
 
-/**
- * Allocate a source component.
- *
- * @param class                        Component class
- * @param params               A dictionary of component parameters
- * @returns                    A source component instance
- */
 BT_HIDDEN
 struct bt_component *bt_component_source_create(
                struct bt_component_class *class);
This page took 0.024412 seconds and 4 git commands to generate.