ObjFW  Diff

Differences From Artifact [e6469ca335]:

To Artifact [ebf324f391]:


16
17
18
19
20
21
22
23
24


25
26
27
28
29
30
31
#import "OFIRI.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFMutableIRI OFMutableIRI.h ObjFW/OFMutableIRI.h
 *
 * @brief A class for parsing Internationalized Resource Identifiers as per
 *	  RFC 3987 and accessing and modifying parts of it.


 */
@interface OFMutableIRI: OFIRI
{
	OF_RESERVE_IVARS(OFMutableIRI, 4)
}

/**







|
|
>
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#import "OFIRI.h"

OF_ASSUME_NONNULL_BEGIN

/**
 * @class OFMutableIRI OFMutableIRI.h ObjFW/OFMutableIRI.h
 *
 * @brief A class for representing IRIs, URIs, URLs and URNs, for parsing them,
 *	  accessing parts of them as well as modifying them.
 *
 * This class follows RFC 3976 and RFC 3987.
 */
@interface OFMutableIRI: OFIRI
{
	OF_RESERVE_IVARS(OFMutableIRI, 4)
}

/**