summaryrefslogtreecommitdiffstats
path: root/abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2010-10-23 18:17:40 (GMT)
committerJames Meyer <james.meyer@operamail.com>2010-10-23 18:19:39 (GMT)
commitadbcf19958300e9b6598990184c8815b945ba0ee (patch)
treef4283c850ac0ac202c17e78a637ee7ca8147621b /abs/mv-core/ghosd/ghosd-0.0.1/doc/tmpl/ghosd.sgml
parent61a68250df10d29b624650948484898334ff22d0 (diff)
downloadlinhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.zip
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.gz
linhes_pkgbuild-adbcf19958300e9b6598990184c8815b945ba0ee.tar.bz2
Removed old core and extra from repo. Renamed -testing to core/extra. This will setup the base for the testing branch.
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:
-
-