summaryrefslogtreecommitdiff
path: root/libmateweather/location-entry.c
diff options
context:
space:
mode:
authorinfirit <[email protected]>2014-12-20 18:26:58 +0100
committerinfirit <[email protected]>2015-08-25 10:48:31 +0200
commit0a8187da947344344d8c841e8c3f05b75c6f6cda (patch)
treef30e83839a5cbce75e8fa513d62d43f8e70e078a /libmateweather/location-entry.c
parent0514bcef4eb5f15346bd212f68463764ea8e5ee7 (diff)
downloadlibmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.bz2
libmateweather-0a8187da947344344d8c841e8c3f05b75c6f6cda.tar.xz
gtk doc: Move documentation to inline comments
Diffstat (limited to 'libmateweather/location-entry.c')
-rw-r--r--libmateweather/location-entry.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/libmateweather/location-entry.c b/libmateweather/location-entry.c
index 5da2fcd..7b922b0 100644
--- a/libmateweather/location-entry.c
+++ b/libmateweather/location-entry.c
@@ -28,11 +28,12 @@
#include <string.h>
/**
- * MateWeatherLocationEntry:
+ * SECTION:location-entry
+ * @Title: MateWeatherLocationEntry
*
* A subclass of #GtkEntry that provides autocompletion on
* #MateWeatherLocation<!-- -->s
- **/
+ */
G_DEFINE_TYPE (MateWeatherLocationEntry, mateweather_location_entry, GTK_TYPE_ENTRY)