diff libgaim/notify.h @ 15150:a56c93f12f8f

[gaim-migrate @ 17935] Improved handling of GaimNotifyUserInfoEntry types; an enum now specifies them. Fixed gaim_notify_user_info_get_text() not to have newlines before and after the horizontal line for section breaks. committer: Tailor Script <tailor@pidgin.im>
author Evan Schoenberg <evan.s@dreskin.net>
date Sun, 10 Dec 2006 05:06:01 +0000
parents b81e4e44b509
children 38cdfbb371b1
line wrap: on
line diff
--- a/libgaim/notify.h	Sun Dec 10 03:44:35 2006 +0000
+++ b/libgaim/notify.h	Sun Dec 10 05:06:01 2006 +0000
@@ -94,6 +94,15 @@
 
 } GaimNotifySearchResults;
 
+/**
+ * Types of GaimNotifyUserInfoEntry objects
+ */
+typedef enum
+{
+	GAIM_NOTIFY_USER_INFO_ENTRY_PAIR = 0,
+	GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_BREAK,
+	GAIM_NOTIFY_USER_INFO_ENTRY_SECTION_HEADER
+} GaimNotifyUserInfoEntryType;
 
 /**
  * Single column of a search result.