Fix some GObject Introspection warnings

Review Request #2051 — Created Nov. 9, 2022 and submitted — Latest diff uploaded

Information

traversity/traversity
default

Reviewers

Fix some GObject Introspection warnings

Ran the build and verified the introspection warnings went away.

Diff Revision 1

This is not the most recent revision of the diff. The latest diff is revision 2. See what's changed.

orig
1
2

Commits

First Last Summary ID Author
Fix some GObject Introspection warnings
775b8a3b743e2087ec0d6d951742e8b738a051cc Gary Kramlich

Files

traversity/traversitycore.h
traversity/traversitydiscoverer.h
traversity/traversitycore.h
Revision 3bf2cf8b4494 New Change
48 lines
void traversity_core_init(TraversityCoreFlags flags);
49
 */
49
 */
50
void traversity_core_uninit(void);
50
void traversity_core_uninit(void);
51

    
   
51

   
52
/**
52
/**
53
 * traversity_core_get_all_local_ips:
53
 * traversity_core_get_all_local_ips:
54 2
 * @error: (nullable) (optional): A return address for a [type@GLib.GError].
54
 * @error: (out) (nullable): A return address for a [type@GLib.GError].
55
 *
55
 *
56
 * Gets a list of all of the local ip addresses.
56
 * Gets a list of all of the local ip addresses.
57
 *
57
 *
58
 * Returns: (transfer full) (element-type utf8): The list of all local IP
58
 * Returns: (transfer full) (element-type utf8): The list of all local IP
59
 *          addresses.
59
 *          addresses.
9 lines
traversity/traversitydiscoverer.h
Loading...