summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
diff options
context:
space:
mode:
Diffstat (limited to 'abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml')
-rw-r--r--abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml98
1 files changed, 0 insertions, 98 deletions
diff --git a/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml b/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
deleted file mode 100644
index a0f740c..0000000
--- a/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
+++ /dev/null
@@ -1,98 +0,0 @@
-<!-- ##### SECTION Title ##### -->
-Basics
-
-<!-- ##### SECTION Short_Description ##### -->
-Creation, rendering, destruction.
-
-<!-- ##### SECTION Long_Description ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION See_Also ##### -->
-<para>
-
-</para>
-
-<!-- ##### SECTION Stability_Level ##### -->
-
-
-<!-- ##### STRUCT Ghosd ##### -->
-<para>
-An opaque Ghosd object. Think of it as the window that the content is
-displayed in.
-</para>
-
-
-<!-- ##### USER_FUNCTION GhosdRenderFunc ##### -->
-<para>
-The type of callback called when Ghosd needs to render the content.
-</para>
-
-@ghosd: A #Ghosd object.
-@cr: A #cairo_t to draw on.
-@user_data: User data that was passed to ghosd_set_render().
-
-
-<!-- ##### FUNCTION ghosd_new ##### -->
-<para>
-
-</para>
-
-@Returns:
-
-
-<!-- ##### FUNCTION ghosd_set_transparent ##### -->
-<para>
-
-</para>
-
-@ghosd:
-@transparent:
-
-
-<!-- ##### MACRO GHOSD_COORD_CENTER ##### -->
-<para>
-Pass this as a coordinate to ghosd_set_position() to center along that axis.
-</para>
-
-
-
-<!-- ##### FUNCTION ghosd_set_position ##### -->
-<para>
-
-</para>
-
-@ghosd:
-@x:
-@y:
-@width:
-@height:
-
-
-<!-- ##### FUNCTION ghosd_set_render ##### -->
-<para>
-
-</para>
-
-@ghosd:
-@render_func:
-@data:
-
-
-<!-- ##### FUNCTION ghosd_render ##### -->
-<para>
-
-</para>
-
-@ghosd:
-
-
-<!-- ##### FUNCTION ghosd_show ##### -->
-<para>
-
-</para>
-
-@ghosd:
-
-