After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 693640 - [WallClock] Add gnome_wall_clock_new
[WallClock] Add gnome_wall_clock_new
Status: RESOLVED FIXED
Product: gnome-desktop
Classification: Core
Component: libgnome-desktop
unspecified
Other All
: Normal normal
: ---
Assigned To: Desktop Maintainers
Desktop Maintainers
Depends on:
Blocks:
 
 
Reported: 2013-02-12 08:21 UTC by Paolo Borelli
Modified: 2013-02-12 20:07 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[WallClock] Add gnome_wall_clock_new (2.76 KB, patch)
2013-02-12 08:21 UTC, Paolo Borelli
committed Details | Review

Description Paolo Borelli 2013-02-12 08:21:38 UTC
This should also make it easier to use from Vala since it will now have a
proper constructor instead of requiring to use GObject manually.
Comment 1 Paolo Borelli 2013-02-12 08:21:39 UTC
Created attachment 235769 [details] [review]
[WallClock] Add gnome_wall_clock_new

At the conventional new() method instead of requiring user to manually
use g_object_new.
Comment 2 Colin Walters 2013-02-12 18:48:12 UTC
Review of attachment 235769 [details] [review]:

Sure.