Search:
Login
Preferences
Forgot your password?
Wiki
Timeline
Browse Source
Search
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 7
and
Version 8
of
GRefPtr
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
Jan 20, 2014, 6:05:53 AM (
11 years
ago)
Author:
Carlos Garcia Campos
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
GRefPtr
v7
v8
39
39
And this is correct:
40
40
{{{
41
#!
41
#!
cpp
42
42
// Correct: The newly created object has only one reference
43
43
GRefPtr<GMainContext> context = adoptGRef(g_main_context_new());