summaryrefslogtreecommitdiff
path: root/pango/pango-engine.h
diff options
context:
space:
mode:
Diffstat (limited to 'pango/pango-engine.h')
-rw-r--r--pango/pango-engine.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/pango/pango-engine.h b/pango/pango-engine.h
index ce5c8880..fe0c5a7c 100644
--- a/pango/pango-engine.h
+++ b/pango/pango-engine.h
@@ -288,7 +288,7 @@ struct _PangoEngineInfo
};
/**
- * script_engine_list:
+ * script_engine_list: (skip)
* @engines: location to store a pointer to an array of engines.
* @n_engines: location to store the number of elements in @engines.
*
@@ -301,7 +301,7 @@ void script_engine_list (PangoEngineInfo **engines,
int *n_engines);
/**
- * script_engine_init:
+ * script_engine_init: (skip)
* @module: a #GTypeModule structure used to associate any
* GObject types created in this module with the module.
*
@@ -314,7 +314,7 @@ void script_engine_init (GTypeModule *module);
/**
- * script_engine_exit:
+ * script_engine_exit: (skip)
*
* Do not use.
*
@@ -324,7 +324,7 @@ PANGO_DEPRECATED_IN_1_38
void script_engine_exit (void);
/**
- * script_engine_create:
+ * script_engine_create: (skip)
* @id: the ID of an engine as reported by script_engine_list.
*
* Do not use.