[nautilus-actions] Reference manual: fix API index
- From: Pierre Wieser <pwieser src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-actions] Reference manual: fix API index
- Date: Tue, 14 Dec 2010 20:29:28 +0000 (UTC)
commit b2c8b162b5b83625c3b5693a65005761509334d3
Author: Pierre Wieser <pwieser trychlos org>
Date: Mon Dec 13 06:02:13 2010 +0100
Reference manual: fix API index
ChangeLog | 34 +++++++++++++++++
docs/reference/nautilus-actions-docs.xml | 8 ++++
src/api/na-core-utils.h | 2 +-
src/api/na-extension.h | 8 ++--
src/api/na-gconf-utils.h | 2 +-
src/api/na-icontext.h | 2 +-
src/api/na-iduplicable.h | 6 ++--
src/api/na-iexporter.h | 10 +++---
src/api/na-ifactory-object.h | 18 +++++-----
src/api/na-ifactory-provider.h | 14 ++++----
src/api/na-iimporter.h | 12 +++---
src/api/na-iio-provider.h | 18 +++++-----
src/api/na-object-id.h | 2 +-
src/api/na-object.h | 8 ++--
src/core/na-core-utils.c | 58 +++++++++++++++---------------
src/core/na-data-boxed.c | 30 ++++++++--------
src/core/na-data-def.c | 2 +-
src/core/na-data-types.c | 2 +-
src/core/na-gconf-monitor.c | 4 +-
src/core/na-gconf-utils.c | 40 ++++++++++----------
src/core/na-icontext.c | 16 ++++----
src/core/na-iduplicable.c | 20 +++++-----
src/core/na-ifactory-object.c | 8 ++--
src/core/na-ifactory-provider.c | 4 +-
src/core/na-iimporter.c | 4 +-
src/core/na-iio-provider.c | 2 +-
src/core/na-object-action.c | 12 +++---
src/core/na-object-id.c | 10 +++---
src/core/na-object-item.c | 26 +++++++-------
src/core/na-object-menu.c | 4 +-
src/core/na-object-profile.c | 6 ++--
src/core/na-object.c | 24 ++++++------
32 files changed, 229 insertions(+), 187 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 193a71d..08c39cc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,39 @@
2010-12-13 Pierre Wieser <pwieser trychlos org>
+ Fix API index reference.
+
+ * docs/reference/nautilus-actions-docs.xml:
+ * src/api/na-core-utils.h:
+ * src/api/na-extension.h:
+ * src/api/na-gconf-utils.h:
+ * src/api/na-icontext.h:
+ * src/api/na-iduplicable.h:
+ * src/api/na-iexporter.h:
+ * src/api/na-ifactory-object.h:
+ * src/api/na-ifactory-provider.h:
+ * src/api/na-iimporter.h:
+ * src/api/na-iio-provider.h:
+ * src/api/na-object-id.h:
+ * src/api/na-object.h:
+ * src/core/na-core-utils.c:
+ * src/core/na-data-boxed.c:
+ * src/core/na-data-def.c:
+ * src/core/na-data-types.c:
+ * src/core/na-gconf-monitor.c:
+ * src/core/na-gconf-utils.c:
+ * src/core/na-icontext.c:
+ * src/core/na-iduplicable.c:
+ * src/core/na-ifactory-object.c:
+ * src/core/na-ifactory-provider.c:
+ * src/core/na-iimporter.c:
+ * src/core/na-iio-provider.c:
+ * src/core/na-object-action.c:
+ * src/core/na-object-id.c:
+ * src/core/na-object-item.c:
+ * src/core/na-object-menu.c:
+ * src/core/na-object-profile.c:
+ * src/core/na-object.c: Updated accordingly.
+
* docs/nact/C/nact-conditions.xml: Review 'note' vs. 'tip' usage.
* docs/reference/Makefile.am:
diff --git a/docs/reference/nautilus-actions-docs.xml b/docs/reference/nautilus-actions-docs.xml
index 7347ad1..b74000a 100644
--- a/docs/reference/nautilus-actions-docs.xml
+++ b/docs/reference/nautilus-actions-docs.xml
@@ -96,6 +96,14 @@
<title>API Index</title>
<xi:include href="xml/api-index-full.xml"><xi:fallback /></xi:include>
</index>
+ <index id="api-index-deprecated" role="deprecated">
+ <title>Index of deprecated symbols</title>
+ <xi:include href="xml/api-index-deprecated.xml"><xi:fallback /></xi:include>
+ </index>
+ <index id="api-index-2-30" role="2.30">
+ <title>Index of new symbols in &prodname; v 2.30</title>
+ <xi:include href="xml/api-index-2.30.xml"><xi:fallback /></xi:include>
+ </index>
<xi:include href="xml/annotation-glossary.xml"><xi:fallback /></xi:include>
</book>
diff --git a/src/api/na-core-utils.h b/src/api/na-core-utils.h
index 7f33104..ec03085 100644
--- a/src/api/na-core-utils.h
+++ b/src/api/na-core-utils.h
@@ -34,7 +34,7 @@
/**
* SECTION: core-utils
* @title: Core Misc
- * @short_description: The Library Utilities
+ * @short_description: The Core Library Utilities
* @include: nautilus-action/na-core-utils.h
*/
diff --git a/src/api/na-extension.h b/src/api/na-extension.h
index 354694c..645b758 100644
--- a/src/api/na-extension.h
+++ b/src/api/na-extension.h
@@ -201,7 +201,7 @@ G_BEGIN_DECLS
* Returns: %TRUE if the initialization is successfull, %FALSE else.
* In this later case, the library is unloaded and no more considered.
*
- * Since: Nautilus-Actions v 2.30, extension API v 1.
+ * Since: 2.30
*/
gboolean na_extension_startup ( GTypeModule *module );
@@ -218,7 +218,7 @@ gboolean na_extension_startup ( GTypeModule *module );
*
* Returns: the version of this API supported by the module.
*
- * Since: Nautilus-Actions v 2.30, extension API v 1.
+ * Since: 2.30
*/
guint na_extension_get_version( void );
@@ -269,7 +269,7 @@ guint na_extension_get_version( void );
* Returns: the number of #GType types returned in the @types array, not
* counting the terminating zero item.
*
- * Since: Nautilus-Actions v 2.30, extension API v 1.
+ * Since: 2.30
*/
guint na_extension_list_types ( const GType **types );
@@ -286,7 +286,7 @@ guint na_extension_list_types ( const GType **types );
* A Nautilus-Actions extension must implement this function in order
* to be considered as a valid candidate to dynamic load.
*
- * Since: Nautilus-Actions v 2.30, extension API v 1.
+ * Since: 2.30
*/
void na_extension_shutdown ( void );
diff --git a/src/api/na-gconf-utils.h b/src/api/na-gconf-utils.h
index 7b5d642..5cf9d5e 100644
--- a/src/api/na-gconf-utils.h
+++ b/src/api/na-gconf-utils.h
@@ -34,7 +34,7 @@
/**
* SECTION: gconf-utils
* @title: GConf Misc
- * @short_description: The Library Utilities
+ * @short_description: The GConf Library Utilities
* @include: runtime/na-gconf-utils.h
*/
diff --git a/src/api/na-icontext.h b/src/api/na-icontext.h
index b6f0906..67f1d61 100644
--- a/src/api/na-icontext.h
+++ b/src/api/na-icontext.h
@@ -88,7 +88,7 @@ typedef struct {
* Returns: %TRUE if the @object may be a potential candidate, %FALSE
* else.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
gboolean ( *is_candidate )( NAIContext *object, guint target, GList *selection );
}
diff --git a/src/api/na-iduplicable.h b/src/api/na-iduplicable.h
index c9f7665..f9150f2 100644
--- a/src/api/na-iduplicable.h
+++ b/src/api/na-iduplicable.h
@@ -143,7 +143,7 @@ typedef struct {
* care itself of calling each function in the class hierarchy,
* from topmost base class to most-derived one.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void ( *copy ) ( NAIDuplicable *target, const NAIDuplicable *source );
@@ -162,7 +162,7 @@ typedef struct {
*
* Returns: TRUE if @a and @b are identical, FALSE else.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
gboolean ( *are_equal )( const NAIDuplicable *a, const NAIDuplicable *b );
@@ -179,7 +179,7 @@ typedef struct {
*
* Returns: TRUE if @object is valid, FALSE else.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
gboolean ( *is_valid ) ( const NAIDuplicable *object );
}
diff --git a/src/api/na-iexporter.h b/src/api/na-iexporter.h
index a5c89b9..2cef04c 100644
--- a/src/api/na-iexporter.h
+++ b/src/api/na-iexporter.h
@@ -125,7 +125,7 @@ typedef struct {
*
* Defaults to 1.
*
- * Since: Nautilus-Actions v 2.30, NAIExporter interface v 1.
+ * Since: 2.30
*/
guint ( *get_version )( const NAIExporter *instance );
@@ -136,7 +136,7 @@ typedef struct {
* Returns: the name to be displayed for this instance, as a
* newly allocated string which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30, NAIExporter interface v 1.
+ * Since: 2.30
*/
gchar * ( *get_name ) ( const NAIExporter *instance );
@@ -157,7 +157,7 @@ typedef struct {
*
* Defaults to %NULL (no format at all).
*
- * Since: Nautilus-Actions v 2.30, NAIExporter interface v 1.
+ * Since: 2.30
*/
const NAIExporterFormat * ( *get_formats )( const NAIExporter *instance );
@@ -171,7 +171,7 @@ typedef struct {
*
* Returns: the #NAIExporterExportStatus status of the operation.
*
- * Since: Nautilus-Actions v 2.30, NAIExporter interface v 1.
+ * Since: 2.30
*/
guint ( *to_file ) ( const NAIExporter *instance, NAIExporterFileParms *parms );
@@ -186,7 +186,7 @@ typedef struct {
*
* Returns: the #NAIExporterExportStatus status of the operation.
*
- * Since: Nautilus-Actions v 2.30, NAIExporter interface v 1.
+ * Since: 2.30
*/
guint ( *to_buffer ) ( const NAIExporter *instance, NAIExporterBufferParms *parms );
}
diff --git a/src/api/na-ifactory-object.h b/src/api/na-ifactory-object.h
index fa8a3bc..4182e88 100644
--- a/src/api/na-ifactory-object.h
+++ b/src/api/na-ifactory-object.h
@@ -122,7 +122,7 @@ typedef struct {
*
* Returns: the version of this interface supported by @instance implementation.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
guint ( *get_version )( const NAIFactoryObject *instance );
@@ -132,7 +132,7 @@ typedef struct {
*
* Returns: a pointer to the NADataGroup which defines this object.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
NADataGroup * ( *get_groups ) ( const NAIFactoryObject *instance );
@@ -145,7 +145,7 @@ typedef struct {
* @instance target. This later may take advantage of this call
* to do some particular copy tasks.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
void ( *copy ) ( NAIFactoryObject *instance, const NAIFactoryObject *source );
@@ -159,7 +159,7 @@ typedef struct {
*
* Returns: %TRUE if @a is equal to @b.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
gboolean ( *are_equal ) ( const NAIFactoryObject *a, const NAIFactoryObject *b );
@@ -172,7 +172,7 @@ typedef struct {
*
* Returns: %TRUE if @object is valid.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
gboolean ( *is_valid ) ( const NAIFactoryObject *object );
@@ -186,7 +186,7 @@ typedef struct {
*
* Called just before the object is unserialized.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
void ( *read_start ) ( NAIFactoryObject *instance, const NAIFactoryProvider *reader, void *reader_data, GSList **messages );
@@ -200,7 +200,7 @@ typedef struct {
*
* Called when the object has been unserialized.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
void ( *read_done ) ( NAIFactoryObject *instance, const NAIFactoryProvider *reader, void *reader_data, GSList **messages );
@@ -216,7 +216,7 @@ typedef struct {
*
* Returns: a NAIIOProvider operation return code.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
guint ( *write_start )( NAIFactoryObject *instance, const NAIFactoryProvider *writer, void *writer_data, GSList **messages );
@@ -232,7 +232,7 @@ typedef struct {
*
* Returns: a NAIIOProvider operation return code.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
guint ( *write_done ) ( NAIFactoryObject *instance, const NAIFactoryProvider *writer, void *writer_data, GSList **messages );
}
diff --git a/src/api/na-ifactory-provider.h b/src/api/na-ifactory-provider.h
index e8e7b98..d7b8749 100644
--- a/src/api/na-ifactory-provider.h
+++ b/src/api/na-ifactory-provider.h
@@ -174,7 +174,7 @@ typedef struct {
*
* Returns: the version of this interface supported by @instance implementation.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
guint ( *get_version )( const NAIFactoryProvider *instance );
@@ -189,7 +189,7 @@ typedef struct {
*
* API called by #NAIFactoryObject just before starting with reading data.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
void ( *read_start ) ( const NAIFactoryProvider *reader, void *reader_data, const NAIFactoryObject *object, GSList **messages );
@@ -208,7 +208,7 @@ typedef struct {
* Returns: a newly allocated NADataBoxed which contains the readen value.
* Should return %NULL if data is not found.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
NADataBoxed * ( *read_data ) ( const NAIFactoryProvider *reader, void *reader_data, const NAIFactoryObject *object, const NADataDef *def, GSList **messages );
@@ -224,7 +224,7 @@ typedef struct {
* API called by #NAIFactoryObject when all data have been readen.
* Implementor may take advantage of this to do some cleanup.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
void ( *read_done ) ( const NAIFactoryProvider *reader, void *reader_data, const NAIFactoryObject *object, GSList **messages );
@@ -240,7 +240,7 @@ typedef struct {
*
* Returns: a NAIIOProvider operation return code.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
guint ( *write_start )( const NAIFactoryProvider *writer, void *writer_data, const NAIFactoryObject *object, GSList **messages );
@@ -260,7 +260,7 @@ typedef struct {
*
* Returns: a NAIIOProvider operation return code.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
guint ( *write_data ) ( const NAIFactoryProvider *writer, void *writer_data, const NAIFactoryObject *object, const NADataBoxed *boxed, GSList **messages );
@@ -277,7 +277,7 @@ typedef struct {
*
* Returns: a NAIIOProvider operation return code.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
guint ( *write_done ) ( const NAIFactoryProvider *writer, void *writer_data, const NAIFactoryObject *object, GSList **messages );
}
diff --git a/src/api/na-iimporter.h b/src/api/na-iimporter.h
index e1e7156..2e6d9f6 100644
--- a/src/api/na-iimporter.h
+++ b/src/api/na-iimporter.h
@@ -108,7 +108,7 @@ typedef struct {
*
* Returns: the version of this interface supported by the plugin.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
guint ( *get_version ) ( const NAIImporter *instance );
@@ -121,7 +121,7 @@ typedef struct {
*
* Returns: the return code of the operation.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
guint ( *import_from_uri )( const NAIImporter *instance, NAIImporterImportFromUriParms *parms );
}
@@ -191,7 +191,7 @@ typedef enum {
*
* Returns: the already existing #NAObjectItem with same id, or %NULL.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
typedef NAObjectItem * ( *NAIImporterCheckFn )( const NAObjectItem *, void * );
@@ -212,7 +212,7 @@ typedef NAObjectItem * ( *NAIImporterCheckFn )( const NAObjectItem *, void * );
* Returns: the import mode choosen by the user, which must not be
* %IMPORTER_MODE_ASK.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
typedef guint ( *NAIImporterAskUserFn )( const NAObjectItem *, const NAObjectItem *, void * );
@@ -256,7 +256,7 @@ typedef guint ( *NAIImporterAskUserFn )( const NAObjectItem *, const NAObjectIte
* This structure allows all used parameters when importing from an URI
* to be passed and received through a single structure.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
struct _NAIImporterImportFromUriParms {
guint version;
@@ -305,7 +305,7 @@ struct _NAIImporterImportFromUriParms {
* This structure allows all used parameters when managing the import mode
* to be passed and received through a single structure.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
struct _NAIImporterManageImportModeParms {
guint version;
diff --git a/src/api/na-iio-provider.h b/src/api/na-iio-provider.h
index cbadb8c..553aa3c 100644
--- a/src/api/na-iio-provider.h
+++ b/src/api/na-iio-provider.h
@@ -141,7 +141,7 @@ typedef struct {
*
* Returns: the version of this interface supported by the I/O provider.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
guint ( *get_version ) ( const NAIIOProvider *instance );
@@ -159,7 +159,7 @@ typedef struct {
* Returns: the id of the I/O provider, as a newly allocated string
* which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
gchar * ( *get_id ) ( const NAIIOProvider *instance );
@@ -172,7 +172,7 @@ typedef struct {
* Returns: the name to be displayed for this I/O provider, as a
* newly allocated string which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
gchar * ( *get_name ) ( const NAIIOProvider *instance );
@@ -189,7 +189,7 @@ typedef struct {
* Returns: a unordered flat #GList of #NAObjectItem -derived objects
* (menus or actions); the actions embed their own profiles.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
GList * ( *read_items ) ( const NAIIOProvider *instance, GSList **messages );
@@ -213,7 +213,7 @@ typedef struct {
* Returns: %TRUE if this I/O provider is willing to write,
* %FALSE else.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
gboolean ( *is_willing_to_write )( const NAIIOProvider *instance );
@@ -245,7 +245,7 @@ typedef struct {
* Returns: %TRUE if this I/O provider is able to do write
* operations at runtime, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
gboolean ( *is_able_to_write ) ( const NAIIOProvider *instance );
@@ -268,7 +268,7 @@ typedef struct {
* Returns: %NA_IIO_PROVIDER_CODE_OK if the write operation
* was successfull, or another code depending of the detected error.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
guint ( *write_item ) ( const NAIIOProvider *instance, const NAObjectItem *item, GSList **messages );
@@ -287,7 +287,7 @@ typedef struct {
* Returns: %NA_IIO_PROVIDER_CODE_OK if the delete operation was
* successfull, or another code depending of the detected error.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
guint ( *delete_item ) ( const NAIIOProvider *instance, const NAObjectItem *item, GSList **messages );
@@ -308,7 +308,7 @@ typedef struct {
* Returns: %NA_IIO_PROVIDER_CODE_OK if the duplicate operation was
* successfull, or another code depending of the detected error.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
guint ( *duplicate_data ) ( const NAIIOProvider *instance, NAObjectItem *dest, const NAObjectItem *source, GSList **messages );
}
diff --git a/src/api/na-object-id.h b/src/api/na-object-id.h
index 08e05ed..150434a 100644
--- a/src/api/na-object-id.h
+++ b/src/api/na-object-id.h
@@ -92,7 +92,7 @@ typedef struct {
*
* Returns: a new id suitable for this @object.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar * ( *new_id )( const NAObjectId *object, const NAObjectId *new_parent );
}
diff --git a/src/api/na-object.h b/src/api/na-object.h
index 8542ca5..16eee40 100644
--- a/src/api/na-object.h
+++ b/src/api/na-object.h
@@ -90,7 +90,7 @@ typedef struct {
* derived one. Each derived class has so only to take care of
* dumping its own data.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void ( *dump ) ( const NAObject *object );
@@ -108,7 +108,7 @@ typedef struct {
* base class up to the most-derived one. Each class has so only to
* take care of dumping its own data.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void ( *copy ) ( NAObject *target, const NAObject *source, gboolean recursive );
@@ -129,7 +129,7 @@ typedef struct {
*
* Returns: TRUE if @a and @b are identical, FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean ( *are_equal )( const NAObject *a, const NAObject *b );
@@ -151,7 +151,7 @@ typedef struct {
*
* Returns: TRUE if @object is valid, FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean ( *is_valid ) ( const NAObject *object );
}
diff --git a/src/core/na-core-utils.c b/src/core/na-core-utils.c
index 0792fbc..9852dea 100644
--- a/src/core/na-core-utils.c
+++ b/src/core/na-core-utils.c
@@ -53,7 +53,7 @@ static gboolean info_dir_is_writable( GFile *file, const gchar *path );
* Returns: %TRUE if the string evaluates to "true" (case insensitive),
* %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_boolean_from_string( const gchar *string )
@@ -70,7 +70,7 @@ na_core_utils_boolean_from_string( const gchar *string )
*
* Returns: a new string which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_str_add_prefix( const gchar *prefix, const gchar *str )
@@ -108,7 +108,7 @@ na_core_utils_str_add_prefix( const gchar *prefix, const gchar *str )
* </listitem>
* </itemizedlist>
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
int
na_core_utils_str_collate( const gchar *str1, const gchar *str2 )
@@ -138,7 +138,7 @@ na_core_utils_str_collate( const gchar *str1, const gchar *str2 )
*
* The returned string should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_str_remove_char( const gchar *string, const gchar *to_remove )
@@ -182,7 +182,7 @@ na_core_utils_str_remove_char( const gchar *string, const gchar *to_remove )
*
* The returned string should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_str_remove_suffix( const gchar *string, const gchar *suffix )
@@ -218,7 +218,7 @@ na_core_utils_str_remove_suffix( const gchar *string, const gchar *suffix )
*
* The two allocated strings should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_core_utils_str_split_first_word( const gchar *string, gchar **first, gchar **other )
@@ -268,7 +268,7 @@ na_core_utils_slist_add_message( GSList **messages, const gchar *format, ... )
*
* The returned list should be na_core_utils_slist_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_core_utils_slist_duplicate( GSList *slist )
@@ -293,7 +293,7 @@ na_core_utils_slist_duplicate( GSList *slist )
*
* Dumps the content of a list of strings.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_core_utils_slist_dump( const gchar *prefix, GSList *list )
@@ -321,7 +321,7 @@ na_core_utils_slist_dump( const gchar *prefix, GSList *list )
*
* The returned #GSList should be na_core_utils_slist_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_core_utils_slist_from_split( const gchar *text, const gchar *separator )
@@ -357,7 +357,7 @@ na_core_utils_slist_from_split( const gchar *text, const gchar *separator )
* Returns: a #GSList list of strings, which should be #na_core_utils_slist_free()
* by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_core_utils_slist_from_array( const gchar **str_array )
@@ -383,7 +383,7 @@ na_core_utils_slist_from_array( const gchar **str_array )
*
* Returns: a newly allocated string which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_slist_join_at_end( GSList *slist, const gchar *link )
@@ -412,7 +412,7 @@ na_core_utils_slist_join_at_end( GSList *slist, const gchar *link )
*
* Returns: the same, updated, @slist.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_core_utils_slist_remove_ascii( GSList *slist, const gchar *text )
@@ -442,7 +442,7 @@ na_core_utils_slist_remove_ascii( GSList *slist, const gchar *text )
*
* Returns: the new @slist start position.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_core_utils_slist_remove_utf8( GSList *slist, const gchar *text )
@@ -468,7 +468,7 @@ na_core_utils_slist_remove_utf8( GSList *slist, const gchar *text )
* Returns: a newly allocated array of strings, which should be
* g_strfreev() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar **
na_core_utils_slist_to_array( GSList *slist )
@@ -497,7 +497,7 @@ na_core_utils_slist_to_array( GSList *slist )
* Returns: a newly allocated string, which should be g_free() by the
* caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_slist_to_text( GSList *slist )
@@ -531,7 +531,7 @@ na_core_utils_slist_to_text( GSList *slist )
*
* Returns: the updated @list.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_core_utils_slist_setup_element( GSList *list, const gchar *element, gboolean set )
@@ -559,7 +559,7 @@ na_core_utils_slist_setup_element( GSList *list, const gchar *element, gboolean
*
* Returns: the count of @Ã?tr in @list list.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
guint
na_core_utils_slist_count( GSList *list, const gchar *str )
@@ -588,7 +588,7 @@ na_core_utils_slist_count( GSList *list, const gchar *str )
*
* Returns: %TRUE if the string has been found in list.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_slist_find_negated( GSList *list, const gchar *str )
@@ -623,7 +623,7 @@ na_core_utils_slist_find_negated( GSList *list, const gchar *str )
*
* Returns: %TRUE if the two lists have same content.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_slist_are_equal( GSList *a, GSList *b )
@@ -653,7 +653,7 @@ na_core_utils_slist_are_equal( GSList *a, GSList *b )
*
* Releases the strings and the list itself.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_core_utils_slist_free( GSList *slist )
@@ -672,7 +672,7 @@ na_core_utils_slist_free( GSList *slist )
*
* Returns: a newly allocated string which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_gstring_joinv( const gchar *start, const gchar *separator, gchar **list )
@@ -738,7 +738,7 @@ text_to_string_list( const gchar *text, const gchar *separator, const gchar *def
*
* The two returned strings must be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_core_utils_selcount_get_ope_int( const gchar *selcount, gchar **ope, gchar **uint )
@@ -775,7 +775,7 @@ na_core_utils_selcount_get_ope_int( const gchar *selcount, gchar **ope, gchar **
*
* There is no "super-test". Just try...
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_dir_is_writable_path( const gchar *path )
@@ -808,7 +808,7 @@ na_core_utils_dir_is_writable_path( const gchar *path )
*
* There is no "super-test". Just try...
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_dir_is_writable_uri( const gchar *uri )
@@ -878,7 +878,7 @@ info_dir_is_writable( GFile *file, const gchar *path_or_uri )
*
* The extension is set to an empty string if no extension is detected.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_core_utils_dir_split_ext( const gchar *string, gchar **first, gchar **ext )
@@ -917,7 +917,7 @@ na_core_utils_dir_split_ext( const gchar *string, gchar **first, gchar **ext )
*
* Returns: %TRUE if the file is successfully deleted, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_file_delete( const gchar *path )
@@ -948,7 +948,7 @@ na_core_utils_file_delete( const gchar *path )
* Race condition: cf. na_core_utils_dir_is_writable_path() and
* na_core_utils_dir_is_writable_uri() comments.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_core_utils_file_exists( const gchar *uri )
@@ -974,7 +974,7 @@ na_core_utils_file_exists( const gchar *uri )
* Returns: the newly allocated buffer which contains the file content, or %NULL.
* This buffer should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_core_utils_file_load_from_uri( const gchar *uri, gsize *length )
@@ -1009,7 +1009,7 @@ na_core_utils_file_load_from_uri( const gchar *uri, gsize *length )
* Nautilus-Actions is free software, licensed under GPLv2 or later.
* </programlisting>
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_core_utils_print_version( void )
diff --git a/src/core/na-data-boxed.c b/src/core/na-data-boxed.c
index 6d8e935..7b9f072 100644
--- a/src/core/na-data-boxed.c
+++ b/src/core/na-data-boxed.c
@@ -405,7 +405,7 @@ get_data_boxed_fn( guint type )
*
* Returns: a #GParamSpec structure.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GParamSpec *
na_data_boxed_get_param_spec( const NADataDef *def )
@@ -433,7 +433,7 @@ na_data_boxed_get_param_spec( const NADataDef *def )
*
* Returns: a newly allocated #NADataBoxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NADataBoxed *
na_data_boxed_new( const NADataDef *def )
@@ -456,7 +456,7 @@ na_data_boxed_new( const NADataDef *def )
* Returns: a pointer to the #NADataDef structure attached to the object.
* Should never be %NULL.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NADataDef *
na_data_boxed_get_data_def( const NADataBoxed *boxed )
@@ -482,7 +482,7 @@ na_data_boxed_get_data_def( const NADataBoxed *boxed )
*
* Returns: %TRUE if the two boxeds are equal, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_data_boxed_are_equal( const NADataBoxed *a, const NADataBoxed *b )
@@ -520,7 +520,7 @@ na_data_boxed_are_equal( const NADataBoxed *a, const NADataBoxed *b )
* Returns: %TRUE if the #NADataBoxed holds its default value,
* %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_data_boxed_is_default( const NADataBoxed *boxed )
@@ -552,7 +552,7 @@ na_data_boxed_is_default( const NADataBoxed *boxed )
*
* Returns: %TRUE if the boxed is valid, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_data_boxed_is_valid( const NADataBoxed *boxed )
@@ -584,7 +584,7 @@ na_data_boxed_is_valid( const NADataBoxed *boxed )
*
* Dump the content of @boxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_dump( const NADataBoxed *boxed )
@@ -609,7 +609,7 @@ na_data_boxed_dump( const NADataBoxed *boxed )
* -> the new type must be the same that the previous one.
* -> value is unchanged.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_set_data_def( NADataBoxed *boxed, const NADataDef *new_def )
@@ -631,7 +631,7 @@ na_data_boxed_set_data_def( NADataBoxed *boxed, const NADataDef *new_def )
* Returns: the value of the @boxed, as a newly allocated string which
* should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_data_boxed_get_as_string( const NADataBoxed *boxed )
@@ -667,7 +667,7 @@ na_data_boxed_get_as_string( const NADataBoxed *boxed )
* NAFD_TYPE_STRING_LIST, then the content is returned in a newly
* allocated value, which should be released by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void *
na_data_boxed_get_as_void( const NADataBoxed *boxed )
@@ -700,7 +700,7 @@ na_data_boxed_get_as_void( const NADataBoxed *boxed )
*
* Setup @value with the content of the @boxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_get_as_value( const NADataBoxed *boxed, GValue *value )
@@ -728,7 +728,7 @@ na_data_boxed_get_as_value( const NADataBoxed *boxed, GValue *value )
*
* Copy value from @value to @boxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_set_from_boxed( NADataBoxed *boxed, const NADataBoxed *value )
@@ -761,7 +761,7 @@ na_data_boxed_set_from_boxed( NADataBoxed *boxed, const NADataBoxed *value )
*
* Evaluates the @value and set it to the @boxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_set_from_string( NADataBoxed *boxed, const gchar *value )
@@ -792,7 +792,7 @@ na_data_boxed_set_from_string( NADataBoxed *boxed, const gchar *value )
*
* Evaluates the @value and set it to the @boxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_set_from_value( NADataBoxed *boxed, const GValue *value )
@@ -823,7 +823,7 @@ na_data_boxed_set_from_value( NADataBoxed *boxed, const GValue *value )
*
* Evaluates the @value and set it to the @boxed.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_data_boxed_set_from_void( NADataBoxed *boxed, const void *value )
diff --git a/src/core/na-data-def.c b/src/core/na-data-def.c
index 706848b..389e9a5 100644
--- a/src/core/na-data-def.c
+++ b/src/core/na-data-def.c
@@ -44,7 +44,7 @@
*
* Returns: a pointer to the #NADataDef structure, or %NULL if not found.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
const NADataDef *
na_data_def_get_data_def( const NADataGroup *group, const gchar *group_name, const gchar *name )
diff --git a/src/core/na-data-types.c b/src/core/na-data-types.c
index 2d03d95..a13e8d7 100644
--- a/src/core/na-data-types.c
+++ b/src/core/na-data-types.c
@@ -59,7 +59,7 @@ static FactoryType st_factory_type[] = {
* The returned key is owned by the factory data management system, and
* should not be released by the caller.
*
- * Since: Nautilus-Actions v 2.30
+ * Since: 2.30
*/
const gchar *
na_data_types_get_gconf_dump_key( guint type )
diff --git a/src/core/na-gconf-monitor.c b/src/core/na-gconf-monitor.c
index 2f615f7..9daf486 100644
--- a/src/core/na-gconf-monitor.c
+++ b/src/core/na-gconf-monitor.c
@@ -195,7 +195,7 @@ instance_finalize( GObject *object )
* Returns: a new #NAGConfMonitor object, which will monitor the given path,
* triggeering the @handler in case of modifications.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAGConfMonitor *
na_gconf_monitor_new( const gchar *path, GConfClientNotifyFunc handler, gpointer user_data )
@@ -262,7 +262,7 @@ install_monitor( NAGConfMonitor *monitor )
*
* Release allocated monitors.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_gconf_monitor_release_monitors( GList *monitors )
diff --git a/src/core/na-gconf-utils.c b/src/core/na-gconf-utils.c
index b4632e9..61a28ed 100644
--- a/src/core/na-gconf-utils.c
+++ b/src/core/na-gconf-utils.c
@@ -50,7 +50,7 @@ static gboolean sync_gconf( GConfClient *gconf, gchar **message );
*
* The returned list should be na_gconf_utils_free_subdirs() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_gconf_utils_get_subdirs( GConfClient *gconf, const gchar *path )
@@ -76,7 +76,7 @@ na_gconf_utils_get_subdirs( GConfClient *gconf, const gchar *path )
*
* Release the list.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_gconf_utils_free_subdirs( GSList *subdirs )
@@ -92,7 +92,7 @@ na_gconf_utils_free_subdirs( GSList *subdirs )
* Returns: %TRUE if the given @entry exists in the specified @entries,
* %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_has_entry( GSList *entries, const gchar *entry )
@@ -124,7 +124,7 @@ na_gconf_utils_has_entry( GSList *entries, const gchar *entry )
* children of @path. To free the returned list, call
* na_gconf_utils_free_entries().
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_gconf_utils_get_entries( GConfClient *gconf, const gchar *path )
@@ -155,7 +155,7 @@ na_gconf_utils_get_entries( GConfClient *gconf, const gchar *path )
* If the entry was not found, or was not of boolean type, @value is set
* to %FALSE.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_get_bool_from_entries( GSList *entries, const gchar *entry, gboolean *value )
@@ -204,7 +204,7 @@ na_gconf_utils_get_bool_from_entries( GSList *entries, const gchar *entry, gbool
*
* If @value is returned not NULL, it should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_get_string_from_entries( GSList *entries, const gchar *entry, gchar **value )
@@ -254,7 +254,7 @@ na_gconf_utils_get_string_from_entries( GSList *entries, const gchar *entry, gch
* If @value is returned not NULL, it should be na_core_utils_slist_free()
* by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_get_string_list_from_entries( GSList *entries, const gchar *entry, GSList **value )
@@ -300,7 +300,7 @@ na_gconf_utils_get_string_list_from_entries( GSList *entries, const gchar *entry
*
* Dumps the content of the entries.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_gconf_utils_dump_entries( GSList *entries )
@@ -360,7 +360,7 @@ dump_entry( GConfEntry *entry, void *user_data )
*
* Releases the provided list.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_gconf_utils_free_entries( GSList *entries )
@@ -379,7 +379,7 @@ na_gconf_utils_free_entries( GSList *entries )
*
* Returns: the required boolean value.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_read_bool( GConfClient *gconf, const gchar *path, gboolean use_schema, gboolean default_value )
@@ -410,7 +410,7 @@ na_gconf_utils_read_bool( GConfClient *gconf, const gchar *path, gboolean use_sc
*
* Returns: the required integer value.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gint
na_gconf_utils_read_int( GConfClient *gconf, const gchar *path, gboolean use_schema, gint default_value )
@@ -443,7 +443,7 @@ na_gconf_utils_read_int( GConfClient *gconf, const gchar *path, gboolean use_sch
* Returns: the required string value in a newly allocated string which
* should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_gconf_utils_read_string( GConfClient *gconf, const gchar *path, gboolean use_schema, const gchar *default_value )
@@ -476,7 +476,7 @@ na_gconf_utils_read_string( GConfClient *gconf, const gchar *path, gboolean use_
*
* The returned list must be released with na_core_utils_slist_free().
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_gconf_utils_read_string_list( GConfClient *gconf, const gchar *path )
@@ -512,7 +512,7 @@ na_gconf_utils_read_string_list( GConfClient *gconf, const gchar *path )
* If returned not NULL, the @message contains an error message.
* It should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_write_bool( GConfClient *gconf, const gchar *path, gboolean value, gchar **message )
@@ -549,7 +549,7 @@ na_gconf_utils_write_bool( GConfClient *gconf, const gchar *path, gboolean value
* If returned not NULL, the @message contains an error message.
* It should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_write_int( GConfClient *gconf, const gchar *path, gint value, gchar **message )
@@ -586,7 +586,7 @@ na_gconf_utils_write_int( GConfClient *gconf, const gchar *path, gint value, gch
* If returned not NULL, the @message contains an error message.
* It should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_write_string( GConfClient *gconf, const gchar *path, const gchar *value, gchar **message )
@@ -623,7 +623,7 @@ na_gconf_utils_write_string( GConfClient *gconf, const gchar *path, const gchar
* If returned not NULL, the @message contains an error message.
* It should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_write_string_list( GConfClient *gconf, const gchar *path, GSList *value, gchar **message )
@@ -661,7 +661,7 @@ na_gconf_utils_write_string_list( GConfClient *gconf, const gchar *path, GSList
*
* Returns: %TRUE if the operation was successfull, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_gconf_utils_remove_entry( GConfClient *gconf, const gchar *path, gchar **message )
@@ -699,7 +699,7 @@ na_gconf_utils_remove_entry( GConfClient *gconf, const gchar *path, gchar **mess
* na_core_utils_slist_free() by the caller, or %NULL if the provided
* string was not of the GConf form.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GSList *
na_gconf_utils_slist_from_string( const gchar *value )
@@ -734,7 +734,7 @@ na_gconf_utils_slist_from_string( const gchar *value )
* Returns: the content of @slist, with the GConf format, as a newly
* allocated string which should be g_free() by the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_gconf_utils_slist_to_string( GSList *slist )
diff --git a/src/core/na-icontext.c b/src/core/na-icontext.c
index 9d092b3..31f1ec3 100644
--- a/src/core/na-icontext.c
+++ b/src/core/na-icontext.c
@@ -184,7 +184,7 @@ interface_base_finalize( NAIContextInterface *klass )
* valid candidate to be displayed in Nautilus context menu, %FALSE
* else.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
gboolean
na_icontext_is_candidate( const NAIContext *context, guint target, GList *selection )
@@ -230,7 +230,7 @@ na_icontext_is_candidate( const NAIContext *context, guint target, GList *select
* validity status as it has already been checked before calling the
* function.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
gboolean
na_icontext_is_valid( const NAIContext *context )
@@ -255,7 +255,7 @@ na_icontext_is_valid( const NAIContext *context )
*
* Returns: %TRUE if this @context is valid for all mimetypes, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
gboolean
na_icontext_is_all_mimetypes( const NAIContext *context )
@@ -293,7 +293,7 @@ na_icontext_is_all_mimetypes( const NAIContext *context )
*
* Prepares the specified #NAIContext just after it has been readen.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
void
na_icontext_read_done( NAIContext *context )
@@ -309,7 +309,7 @@ na_icontext_read_done( NAIContext *context )
*
* Sets the status of a @scheme relative to this @context.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
void
na_icontext_set_scheme( NAIContext *context, const gchar *scheme, gboolean selected )
@@ -332,7 +332,7 @@ na_icontext_set_scheme( NAIContext *context, const gchar *scheme, gboolean selec
*
* Sets the status of the @desktop relative to this @context for the OnlyShowIn list.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
void
na_icontext_set_only_desktop( NAIContext *context, const gchar *desktop, gboolean selected )
@@ -355,7 +355,7 @@ na_icontext_set_only_desktop( NAIContext *context, const gchar *desktop, gboolea
*
* Sets the status of the @desktop relative to this @context for the NotShowIn list.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
void
na_icontext_set_not_desktop( NAIContext *context, const gchar *desktop, gboolean selected )
@@ -378,7 +378,7 @@ na_icontext_set_not_desktop( NAIContext *context, const gchar *desktop, gboolean
*
* Replaces the @old URI by the @new one.
*
- * Since: Nautilus-Actions v 2.30, NAIContext interface v 1.
+ * Since: 2.30
*/
void
na_icontext_replace_folder( NAIContext *context, const gchar *old, const gchar *new )
diff --git a/src/core/na-iduplicable.c b/src/core/na-iduplicable.c
index 67f283b..18416a3 100644
--- a/src/core/na-iduplicable.c
+++ b/src/core/na-iduplicable.c
@@ -181,7 +181,7 @@ interface_base_finalize( NAIDuplicableInterface *klass )
*
* Releases resources.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void
na_iduplicable_dispose( const NAIDuplicable *object )
@@ -214,7 +214,7 @@ na_iduplicable_dispose( const NAIDuplicable *object )
* This function should be called by the implementation when it dumps
* itself its own content.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void
na_iduplicable_dump( const NAIDuplicable *object )
@@ -255,7 +255,7 @@ na_iduplicable_dump( const NAIDuplicable *object )
*
* Returns: a new #NAIDuplicable.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
NAIDuplicable *
na_iduplicable_duplicate( const NAIDuplicable *object )
@@ -308,7 +308,7 @@ na_iduplicable_duplicate( const NAIDuplicable *object )
* na_object_check_status() so first check status for childs, before
* calling this function.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void
na_iduplicable_check_status( const NAIDuplicable *object )
@@ -381,7 +381,7 @@ na_iduplicable_check_status( const NAIDuplicable *object )
*
* Returns: the original #NAIDuplicable, or NULL.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
NAIDuplicable *
na_iduplicable_get_origin( const NAIDuplicable *object )
@@ -411,7 +411,7 @@ na_iduplicable_get_origin( const NAIDuplicable *object )
*
* Returns: %TRUE is the provided object is valid.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
gboolean
na_iduplicable_is_valid( const NAIDuplicable *object )
@@ -442,7 +442,7 @@ na_iduplicable_is_valid( const NAIDuplicable *object )
* Returns: %TRUE is the provided object has been modified regarding of
* the original one.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
gboolean
na_iduplicable_is_modified( const NAIDuplicable *object )
@@ -470,7 +470,7 @@ na_iduplicable_is_modified( const NAIDuplicable *object )
*
* Sets the new origin of a duplicated #NAIDuplicable.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void
na_iduplicable_set_origin( NAIDuplicable *object, const NAIDuplicable *origin )
@@ -494,7 +494,7 @@ na_iduplicable_set_origin( NAIDuplicable *object, const NAIDuplicable *origin )
*
* Sets the new modified of a duplicated #NAIDuplicable.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void
na_iduplicable_set_modified( NAIDuplicable *object, gboolean modified )
@@ -549,7 +549,7 @@ v_is_valid( const NAIDuplicable *object )
* This function registers a consumer, i.e. an instance to which edition
* status signals will be propagated.
*
- * Since: Nautilus-Actions v 2.30, NAIDuplicable interface v 1.
+ * Since: 2.30
*/
void
na_iduplicable_register_consumer( GObject *consumer )
diff --git a/src/core/na-ifactory-object.c b/src/core/na-ifactory-object.c
index 2f95cce..4060026 100644
--- a/src/core/na-ifactory-object.c
+++ b/src/core/na-ifactory-object.c
@@ -152,7 +152,7 @@ ifactory_object_get_version( const NAIFactoryObject *instance )
* Returns: The #NADataBoxed object which contains the specified data,
* or %NULL.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
NADataBoxed *
na_ifactory_object_get_data_boxed( const NAIFactoryObject *object, const gchar *name )
@@ -188,7 +188,7 @@ na_ifactory_object_get_data_boxed( const NAIFactoryObject *object, const gchar *
*
* Returns: The #NADataGroup groups definition, or %NULL.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
NADataGroup *
na_ifactory_object_get_data_groups( const NAIFactoryObject *object )
@@ -221,7 +221,7 @@ na_ifactory_object_get_data_groups( const NAIFactoryObject *object )
*
* Returns: the searched value.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
void *
na_ifactory_object_get_as_void( const NAIFactoryObject *object, const gchar *name )
@@ -239,7 +239,7 @@ na_ifactory_object_get_as_void( const NAIFactoryObject *object, const gchar *nam
*
* Set the elementary data with the given value.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryObject interface v 1.
+ * Since: 2.30
*/
void
na_ifactory_object_set_from_void( NAIFactoryObject *object, const gchar *name, const void *data )
diff --git a/src/core/na-ifactory-provider.c b/src/core/na-ifactory-provider.c
index aa0fbe5..7412a6b 100644
--- a/src/core/na-ifactory-provider.c
+++ b/src/core/na-ifactory-provider.c
@@ -184,7 +184,7 @@ ifactory_provider_get_version( const NAIFactoryProvider *instance )
* </programlisting>
* </example>
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
void
na_ifactory_provider_read_item( const NAIFactoryProvider *reader, void *reader_data, NAIFactoryObject *object, GSList **messages )
@@ -213,7 +213,7 @@ na_ifactory_provider_read_item( const NAIFactoryProvider *reader, void *reader_d
*
* Returns: a NAIIOProvider operation return code.
*
- * Since: Nautilus-Actions v 2.30, NAIFactoryProvider interface v 1.
+ * Since: 2.30
*/
guint
na_ifactory_provider_write_item( const NAIFactoryProvider *writer, void *writer_data, NAIFactoryObject *object, GSList **messages )
diff --git a/src/core/na-iimporter.c b/src/core/na-iimporter.c
index 1ba7d79..2d8094d 100644
--- a/src/core/na-iimporter.c
+++ b/src/core/na-iimporter.c
@@ -153,7 +153,7 @@ iimporter_get_version( const NAIImporter *instance )
*
* Returns: the return code of the operation.
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
guint
@@ -208,7 +208,7 @@ na_iimporter_import_from_uri( const NAIImporter *importer, NAIImporterImportFrom
* </listitem>
* </itemizedlist>
*
- * Since: Nautilus-Actions v 2.30, NAIImporter interface v 1.
+ * Since: 2.30
*/
guint
na_iimporter_manage_import_mode( NAIImporterManageImportModeParms *parms )
diff --git a/src/core/na-iio-provider.c b/src/core/na-iio-provider.c
index ca7efee..9e70385 100644
--- a/src/core/na-iio-provider.c
+++ b/src/core/na-iio-provider.c
@@ -199,7 +199,7 @@ do_is_able_to_write( const NAIIOProvider *instance )
* actions, or ask the user if he is willing to reload such a current
* list, depending of the exact running &prodname; program.
*
- * Since: Nautilus-Actions v 2.30, NAIIOProvider interface v 1.
+ * Since: 2.30
*/
void
na_iio_provider_item_changed( const NAIIOProvider *instance )
diff --git a/src/core/na-object-action.c b/src/core/na-object-action.c
index 8290e46..78d6322 100644
--- a/src/core/na-object-action.c
+++ b/src/core/na-object-action.c
@@ -601,7 +601,7 @@ is_valid_toolbar_label( const NAObjectAction *action )
*
* Returns: the newly allocated #NAObjectAction object.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectAction *
na_object_action_new( void )
@@ -620,7 +620,7 @@ na_object_action_new( void )
*
* Returns: the newly allocated #NAObjectAction action.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectAction *
na_object_action_new_with_profile( void )
@@ -643,7 +643,7 @@ na_object_action_new_with_profile( void )
*
* Returns: the newly allocated #NAObjectAction action.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectAction *
na_object_action_new_with_defaults( void )
@@ -681,7 +681,7 @@ na_object_action_new_with_defaults( void )
* Returns: a newly allocated profile name, which should be g_free() by
* the caller.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gchar *
na_object_action_get_new_profile_name( const NAObjectAction *action )
@@ -724,7 +724,7 @@ na_object_action_get_new_profile_name( const NAObjectAction *action )
*
* Adds a profile at the end of the list of profiles.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_action_attach_profile( NAObjectAction *action, NAObjectProfile *profile )
@@ -745,7 +745,7 @@ na_object_action_attach_profile( NAObjectAction *action, NAObjectProfile *profil
*
* Set the version number of the @action to the last one.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_action_set_last_version( NAObjectAction *action )
diff --git a/src/core/na-object-id.c b/src/core/na-object-id.c
index 58a96e9..58cc619 100644
--- a/src/core/na-object-id.c
+++ b/src/core/na-object-id.c
@@ -236,7 +236,7 @@ object_is_valid( const NAObject *object )
* </listitem>
* </itemizedlist>
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gint
na_object_id_sort_alpha_asc( const NAObjectId *a, const NAObjectId *b )
@@ -276,7 +276,7 @@ na_object_id_sort_alpha_asc( const NAObjectId *a, const NAObjectId *b )
* </listitem>
* </itemizedlist>
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gint
na_object_id_sort_alpha_desc( const NAObjectId *a, const NAObjectId *b )
@@ -303,7 +303,7 @@ na_object_id_sort_alpha_desc( const NAObjectId *a, const NAObjectId *b )
* Actual relabeling takes place if @relabel is %TRUE, depending of the
* user preferences.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_id_prepare_for_paste( NAObjectId *object, gboolean relabel, gboolean renumber, NAObjectId *parent )
@@ -351,7 +351,7 @@ na_object_id_prepare_for_paste( NAObjectId *object, gboolean relabel, gboolean r
*
* Sets the 'Copy of' label.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_id_set_copy_of_label( NAObjectId *object )
@@ -385,7 +385,7 @@ na_object_id_set_copy_of_label( NAObjectId *object )
*
* Request a new id to the derived class, and set it.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_id_set_new_id( NAObjectId *object, const NAObjectId *new_parent )
diff --git a/src/core/na-object-item.c b/src/core/na-object-item.c
index f9562b0..9013f24 100644
--- a/src/core/na-object-item.c
+++ b/src/core/na-object-item.c
@@ -285,7 +285,7 @@ object_id_new_id( const NAObjectId *item, const NAObjectId *new_parent )
*
* Returns: %TRUE if @a is equal to @b.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_object_item_are_equal( const NAObjectItem *a, const NAObjectItem *b )
@@ -396,7 +396,7 @@ na_object_item_are_equal( const NAObjectItem *a, const NAObjectItem *b )
* The returned #NAObjectId is owned by the @item object ; the
* caller should not try to g_free() nor g_object_unref() it.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectId *
na_object_item_get_item( const NAObjectItem *item, const gchar *id )
@@ -432,7 +432,7 @@ na_object_item_get_item( const NAObjectItem *item, const gchar *id )
* Returns: the position of @child in the subitems list of @item,
* starting from zero, or -1 if not found.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gint
na_object_item_get_position( const NAObjectItem *item, const NAObjectId *child )
@@ -466,7 +466,7 @@ na_object_item_get_position( const NAObjectItem *item, const NAObjectId *child )
*
* Doesn't modify the reference count on @object.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_append_item( NAObjectItem *item, const NAObjectId *child )
@@ -499,7 +499,7 @@ na_object_item_append_item( NAObjectItem *item, const NAObjectId *child )
*
* Doesn't modify the reference count on @child.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_insert_at( NAObjectItem *item, const NAObjectId *child, gint pos )
@@ -539,7 +539,7 @@ na_object_item_insert_at( NAObjectItem *item, const NAObjectId *child, gint pos
*
* Doesn't modify the reference count on @child.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_insert_item( NAObjectItem *item, const NAObjectId *child, const NAObjectId *before )
@@ -582,7 +582,7 @@ na_object_item_insert_item( NAObjectItem *item, const NAObjectId *child, const N
*
* Doesn't modify the reference count on @child.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_remove_item( NAObjectItem *item, const NAObjectId *child )
@@ -614,7 +614,7 @@ na_object_item_remove_item( NAObjectItem *item, const NAObjectId *child )
*
* Returns: the count of subitems of @item.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
guint
na_object_item_get_items_count( const NAObjectItem *item )
@@ -648,7 +648,7 @@ na_object_item_get_items_count( const NAObjectItem *item )
* As this function is recursive, the counters should be initialized by
* the caller before calling it.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_count_items( GList *items, gint *menus, gint *actions, gint *profiles, gboolean recurse )
@@ -687,7 +687,7 @@ na_object_item_count_items( GList *items, gint *menus, gint *actions, gint *prof
*
* This is rather only used by NAPivot.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_unref_items( GList *items )
@@ -704,7 +704,7 @@ na_object_item_unref_items( GList *items )
*
* This is heavily used by NACT.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_unref_items_rec( GList *items )
@@ -730,7 +730,7 @@ na_object_item_unref_items_rec( GList *items )
* was not systematically written. If @item has been readen from a
* .desktop file, then iversion is already set to (at least) 3.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_deals_with_version( NAObjectItem *item )
@@ -766,7 +766,7 @@ na_object_item_deals_with_version( NAObjectItem *item )
*
* Rebuild the string list of children.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_item_rebuild_children_slist( NAObjectItem *item )
diff --git a/src/core/na-object-menu.c b/src/core/na-object-menu.c
index 0bbdc2b..8ca96be 100644
--- a/src/core/na-object-menu.c
+++ b/src/core/na-object-menu.c
@@ -420,7 +420,7 @@ is_valid_label( const NAObjectMenu *menu )
*
* Returns: the newly allocated #NAObjectMenu object.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectMenu *
na_object_menu_new( void )
@@ -439,7 +439,7 @@ na_object_menu_new( void )
*
* Returns: the newly allocated #NAObjectMenu object.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectMenu *
na_object_menu_new_with_defaults( void )
diff --git a/src/core/na-object-profile.c b/src/core/na-object-profile.c
index d08738c..cdf4226 100644
--- a/src/core/na-object-profile.c
+++ b/src/core/na-object-profile.c
@@ -703,7 +703,7 @@ object_id_new_id( const NAObjectId *item, const NAObjectId *new_parent )
*
* Returns: the newly allocated #NAObjectProfile profile.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectProfile *
na_object_profile_new( void )
@@ -722,7 +722,7 @@ na_object_profile_new( void )
*
* Returns: the newly allocated #NAObjectProfile profile.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObjectProfile *
na_object_profile_new_with_defaults( void )
@@ -742,7 +742,7 @@ na_object_profile_new_with_defaults( void )
*
* Converts to v3 a @profile which has just been created from a pre-v2 action.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_profile_convert_v2_to_last( NAObjectProfile *profile )
diff --git a/src/core/na-object.c b/src/core/na-object.c
index c051d6b..f3ec41a 100644
--- a/src/core/na-object.c
+++ b/src/core/na-object.c
@@ -377,7 +377,7 @@ iduplicable_is_valid_iter( GObjectClass *class, const NAObject *a, HierarchyIter
* that edition status of childs is actually checked before those of
* the parent.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_check_status( const NAObject *object )
@@ -417,7 +417,7 @@ na_object_object_check_status( const NAObject *object )
*
* Returns: %TRUE if at least one of the status has changed, %FALSE else.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
gboolean
na_object_object_check_status_up( const NAObject *object )
@@ -484,7 +484,7 @@ push_modified_status_up( const NAObject *object, gboolean is_modified )
*
* Copies @source to @target.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_copy( NAObject *target, const NAObject *source, gboolean recursive )
@@ -533,7 +533,7 @@ object_copy_iter( GObjectClass *class, const NAObject *source, CopyIter *data )
* na_object_dump() doesn't modify the reference count of the dumped
* object.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_dump( const NAObject *object )
@@ -565,7 +565,7 @@ na_object_object_dump( const NAObject *object )
*
* This function is not recursive.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_dump_norec( const NAObject *object )
@@ -596,7 +596,7 @@ dump_class_hierarchy_iter( GObjectClass *class, const NAObject *object, void *us
*
* Outputs a brief, hierarchical dump of the provided list.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_dump_tree( GList *tree )
@@ -648,7 +648,7 @@ dump_tree( GList *tree, gint level )
* This only works if @origin has just been duplicated from @object,
* and thus we do not have to check if children lists are equal.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_reset_origin( NAObject *object, const NAObject *origin )
@@ -682,7 +682,7 @@ na_object_object_reset_origin( NAObject *object, const NAObject *origin )
*
* Returns: a reference on the @pbject.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
NAObject *
na_object_object_ref( NAObject *object )
@@ -723,7 +723,7 @@ na_object_object_ref( NAObject *object )
* Recursively unref the @object and all its children, decrementing their
* reference_count by 1.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_unref( NAObject *object )
@@ -809,7 +809,7 @@ build_class_hierarchy( const NAObject *object )
* Returns: the class hierarchy,
* from the topmost base class, to the most-derived one.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
GList *
na_object_object_get_hierarchy( const NAObject *object )
@@ -835,7 +835,7 @@ na_object_object_get_hierarchy( const NAObject *object )
*
* Releases the #NAObject hierarchy.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_free_hierarchy( GList *hierarchy )
@@ -850,7 +850,7 @@ na_object_free_hierarchy( GList *hierarchy )
*
* Dump the object with the invalidity reason.
*
- * Since: Nautilus-Actions v 2.30.
+ * Since: 2.30
*/
void
na_object_object_debug_invalid( const NAObject *object, const gchar *reason )
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]