summaryrefslogtreecommitdiff
path: root/pluma/pluma-message-type.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2015-09-05 21:06:15 +0200
committerinfirit <[email protected]>2015-09-05 21:46:09 +0200
commit3d9e640cc4221a43d214951da5cbdc43c4f55662 (patch)
treea4fbe0612956b35a63c1cec927ea9ad7e79bb217 /pluma/pluma-message-type.c
parent1618c8f7248722265450b11ef48ced34c7a317a5 (diff)
downloadpluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.bz2
pluma-3d9e640cc4221a43d214951da5cbdc43c4f55662.tar.xz
Fix up the docs
Taken from gedit, commit: 42a6a8d8d87f32572f56b56a9c4e92f7181d339a from: Garrett Regier <[email protected]>
Diffstat (limited to 'pluma/pluma-message-type.c')
-rw-r--r--pluma/pluma-message-type.c15
1 files changed, 8 insertions, 7 deletions
diff --git a/pluma/pluma-message-type.c b/pluma/pluma-message-type.c
index 838dc7d6..f399887b 100644
--- a/pluma/pluma-message-type.c
+++ b/pluma/pluma-message-type.c
@@ -45,6 +45,7 @@ typedef struct
struct _PlumaMessageType
{
+ /* FIXME this is an issue for introspection */
gint ref_count;
gchar *object_path;
@@ -121,8 +122,8 @@ pluma_message_type_get_type (void)
/**
* pluma_message_type_identifier:
- * @object_path: the object path
- * @method: the method
+ * @object_path: (allow-none): the object path
+ * @method: (allow-none): the method
*
* Get the string identifier for @method at @object_path.
*
@@ -138,7 +139,7 @@ pluma_message_type_identifier (const gchar *object_path,
/**
* pluma_message_type_is_valid_object_path:
- * @object_path: the object path
+ * @object_path: (allow-none): the object path
*
* Returns whether @object_path is a valid object path
*
@@ -226,8 +227,8 @@ pluma_message_type_is_supported (GType type)
/**
* pluma_message_type_new_valist:
- * @object_path: the object path
- * @method: the method
+ * @object_path: (allow-none): the object path
+ * @method: (allow-none): the method
* @num_optional: number of optional arguments
* @var_args: key/gtype pair variable argument list
*
@@ -267,8 +268,8 @@ pluma_message_type_new_valist (const gchar *object_path,
/**
* pluma_message_type_new:
- * @object_path: the object path
- * @method: the method
+ * @object_path: (allow-none): the object path
+ * @method: (allow-none): the method
* @num_optional: number of optional arguments
* @...: key/gtype pair variable argument list
*