Method
GdkContentFormatsunion
Declaration [src]
GdkContentFormats*
gdk_content_formats_union (
GdkContentFormats* first,
const GdkContentFormats* second
)
Parameters
first
-
Type:
GdkContentFormats
The
GdkContentFormats
to merge into.The instance takes ownership of the data, and is responsible for freeing it. second
-
Type:
GdkContentFormats
The
GdkContentFormats
to merge from.The data is owned by the caller of the method.
Return value
Type: GdkContentFormats
A new GdkContentFormats
.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |