Home
last modified time | relevance | path

Searched refs:NABoxed (Results 1 – 7 of 7) sorted by relevance

/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/core/
H A Dna-boxed.c546 NABoxed *
607 NABoxed *
913 bool_are_equal( const NABoxed *a, const NABoxed *b ) in bool_are_equal()
919 bool_copy( NABoxed *dest, const NABoxed *src ) in bool_copy()
989 pointer_copy( NABoxed *dest, const NABoxed *src ) in pointer_copy()
1044 string_are_equal( const NABoxed *a, const NABoxed *b ) in string_are_equal()
1056 string_copy( NABoxed *dest, const NABoxed *src ) in string_copy()
1143 string_list_copy( NABoxed *dest, const NABoxed *src ) in string_list_copy()
1270 uint_are_equal( const NABoxed *a, const NABoxed *b ) in uint_are_equal()
1276 uint_copy( NABoxed *dest, const NABoxed *src ) in uint_copy()
[all …]
H A Dna-settings.c202 NABoxed *boxed;
233 …y_changed_final_handler( NASettings *settings, gchar *group, gchar *key, NABoxed *new_value, gbool…
1248 on_key_changed_final_handler( NASettings *settings, gchar *group, gchar *key, NABoxed *new_value, g… in on_key_changed_final_handler()
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/src/api/
H A Dna-boxed.h63 NABoxed; typedef
77 gboolean na_boxed_are_equal ( const NABoxed *a, const NABoxed *b );
78 NABoxed *na_boxed_copy ( const NABoxed *boxed );
79 void na_boxed_dump ( const NABoxed *boxed );
82 gboolean na_boxed_get_boolean ( const NABoxed *boxed );
83 gconstpointer na_boxed_get_pointer ( const NABoxed *boxed );
84 gchar *na_boxed_get_string ( const NABoxed *boxed );
85 GSList *na_boxed_get_string_list( const NABoxed *boxed );
86 guint na_boxed_get_uint ( const NABoxed *boxed );
87 GList *na_boxed_get_uint_list ( const NABoxed *boxed );
[all …]
H A Dna-data-boxed.h70 NABoxed parent;
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/docs/reference/html/
H A Dindex.sgml153 <ANCHOR id="NABoxed" href="nautilus-actions/NABoxed.html">
154 <ANCHOR id="NABoxed.synopsis" href="nautilus-actions/NABoxed.html#NABoxed.synopsis">
155 <ANCHOR id="NABoxed.object-hierarchy" href="nautilus-actions/NABoxed.html#NABoxed.object-hierarchy">
156 <ANCHOR id="NABoxed.description" href="nautilus-actions/NABoxed.html#NABoxed.description">
157 <ANCHOR id="NABoxed.details" href="nautilus-actions/NABoxed.html#NABoxed.details">
159 <ANCHOR id="NA-BOXED:CAPS" href="nautilus-actions/NABoxed.html#NA-BOXED:CAPS">
160 <ANCHOR id="NA-IS-BOXED:CAPS" href="nautilus-actions/NABoxed.html#NA-IS-BOXED:CAPS">
161 <ANCHOR id="NABoxed-struct" href="nautilus-actions/NABoxed.html#NABoxed-struct">
162 <ANCHOR id="na-boxed-set-type" href="nautilus-actions/NABoxed.html#na-boxed-set-type">
164 <ANCHOR id="na-boxed-copy" href="nautilus-actions/NABoxed.html#na-boxed-copy">
[all …]
/dports/deskutils/nautilus-actions/nautilus-actions-3.2.4/
H A DChangeLog-2011672 Formats string list as a semi-comma-separated list of strings for NABoxed.
1214 NADataBoxed class now derives from NABoxed
1231 * src/core/na-boxed.c: Convert to the NABoxed class.
1238 Merge NABoxed and NADataBoxed data type definitions.
2383 Add debug messages when allocating/freeing a NABoxed structure.
2605 in favor of NABoxed.
H A DNEWS150 - NABoxed::string_list_from_void(): keep string lists in the same order
404 . NADataBoxed now derives from new NABoxed class;